Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more interfaces (#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 28, 2024
1 parent ef0a7d6 commit 4114205
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7135,6 +7135,15 @@
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead.</warn>
</function>
<!-- wxString wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck( wxPGPropValFormatFlags flags = wxPGPropValFormatFlags::Null ) const -->
<function name="wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<const/>
<arg nr="1" default="wxPGPropValFormatFlags::Null" direction="in">
</arg>
</function>
<!-- wxString wxPlatformInfo::GetArchName ( ) const -->
<!-- Not possible to configure both functions:
static wxString wxPlatformInfo::GetArchName ( wxArchitecture arch) -->
Expand Down Expand Up @@ -15487,6 +15496,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-uninit/>
</arg>
</function>
<!-- void wxWindow::SetFocus( void ) -->
<!-- void wxSpinCtrl::SetFocus( void ) -->
<function name="wxWindow::SetFocus,wxSpinCtrl::SetFocus">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
</function>
<!-- wxOperatingSystemId wxGetOsVersion(int * major = NULL, int * minor = NULL)-->
<function name="wxGetOsVersion">
<noreturn>false</noreturn>
Expand All @@ -15498,13 +15514,39 @@ wxItemKind kind = wxITEM_NORMAL) -->
</function>
<!-- int wxGrid::GetGridCursorRow() const -->
<!-- int wxGrid::GetGridCursorCol() const -->
<function name="wxGrid::GetGridCursorRow,wxGrid::GetGridCursorCol">
<!-- int wxKeyEvent::GetKeyCode (void) const -->
<function name="wxGrid::GetGridCursorRow,wxGrid::GetGridCursorCol,wxKeyEvent::GetKeyCode">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- bool wxColour::IsOk( void ) const -->
<function name="wxColour::IsOk">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
</function>
<!-- const wxFont & wxDC::GetFont( void ) const -->
<function name="wxDC::GetFont">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="const wxFont &amp;"/>
<use-retval/>
<const/>
</function>
<!-- wxFont wxFont::Italic (void) const -->
<!-- wxFont wxFont::Larger (void) const -->
<function name="wxFont::Italic,wxFont::Larger">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxFont"/>
<use-retval/>
<const/>
</function>
<!-- wxColour wxGrid::GetGridLineColour() const -->
<function name="wxGrid::GetGridLineColour">
<noreturn>false</noreturn>
Expand Down

0 comments on commit 4114205

Please sign in to comment.