Skip to content

Commit

Permalink
wxwidgets.cfg: Added more interfaces, found by daca@home (#6095)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Mar 6, 2024
1 parent c3ab5ef commit c0599e0
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7136,7 +7136,8 @@
<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">
<!-- wxString wxPGProperty::GetValueAsString( wxPGPropValFormatFlags flags = wxPGPropValFormatFlags::Null ) const -->
<function name="wxPGPropertyFlags::wxPGProperty::GetValueAsStringWithCheck,wxPGProperty::GetValueAsString">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
Expand Down Expand Up @@ -11545,16 +11546,16 @@
<arg nr="1" direction="out"/>
<arg nr="2" direction="out"/>
</function>
<!-- unsigned int wxPGPropertyFlags::wxPGChoices::GetCount( void ) const -->
<function name="wxPGPropertyFlags::wxPGChoices::GetCount">
<!-- unsigned int wxPGChoices::GetCount( void ) const -->
<function name="wxPGChoices::GetCount">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="unsigned int"/>
<use-retval/>
<const/>
</function>
<!-- bool wxPGPropertyFlags::wxPGChoices::IsOk( void ) const -->
<function name="wxPGPropertyFlags::wxPGChoices::IsOk">
<!-- bool wxPGChoices::IsOk( void ) const -->
<function name="wxPGChoices::IsOk">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
Expand Down Expand Up @@ -15576,8 +15577,34 @@ wxItemKind kind = wxITEM_NORMAL) -->
<leak-ignore/>
<const/>
</function>
<!-- virtual const wxGridCornerHeaderRenderer & wxGridCellAttrProvider::GetCornerRenderer( void ) -->
<function name="wxGridCellAttrProvider::GetCornerRenderer">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="const wxGridCornerHeaderRenderer &amp;"/>
<use-retval/>
</function>
<!-- virtual const wxGridColumnHeaderRenderer& wxGridCellAttrProvider::GetColumnHeaderRenderer( int col ) -->
<function name="wxGridCellAttrProvider::GetColumnHeaderRenderer">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="const wxGridColumnHeaderRenderer &amp;"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual const wxGridRowHeaderRenderer & wxGridCellAttrProvider::GetRowHeaderRenderer( int row ) -->
<function name="wxGridCellAttrProvider::GetRowHeaderRenderer">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="const wxGridRowHeaderRenderer &amp;"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- bool wxColour::IsOk( void ) const -->
<function name="wxColour::IsOk">
<!-- bool wxFont::IsOk( void ) const -->
<function name="wxColour::IsOk,wxFont::IsOk">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
Expand Down

0 comments on commit c0599e0

Please sign in to comment.