Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more wxPropertyGrid interfaces (#6072)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 1, 2024
1 parent 62286c8 commit 6b72dcf
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11508,6 +11508,22 @@
<arg nr="1" direction="out"/>
<arg nr="2" direction="out"/>
</function>
<!-- unsigned int wxPGPropertyFlags::wxPGChoices::GetCount( void ) const -->
<function name="wxPGPropertyFlags::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">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
</function>
<!-- virtual void wxGridCellRenderer::Draw(wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
<!-- virtual void wxGridCellStringRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
<!-- virtual void wxGridCellBoolRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
Expand Down Expand Up @@ -11611,10 +11627,11 @@
<use-retval/>
<const/>
</function>
<!-- wxColour wxPropertyGrid::GetCellBackgroundColour( void ) const -->
<!-- wxColour wxPropertyGrid::GetCellDisabledTextColour( void ) const -->
<!-- wxColour wxPropertyGrid::GetCellTextColour( void ) const -->
<!-- wxColour wxPropertyGrid::GetSelectionBackgroundColour( void ) const -->
<function name="wxPropertyGrid::GetCellDisabledTextColour,wxPropertyGrid::GetCellTextColour,wxPropertyGrid::GetSelectionBackgroundColour">
<function name="wxPropertyGrid::GetCellDisabledTextColour,wxPropertyGrid::GetCellTextColour,wxPropertyGrid::GetSelectionBackgroundColour,wxPropertyGrid::GetCellBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxColour"/>
Expand Down

0 comments on commit 6b72dcf

Please sign in to comment.