Skip to content

Commit 6b72dcf

Browse files
authored
wxwidgets.cfg: Added support for more wxPropertyGrid interfaces (#6072)
1 parent 62286c8 commit 6b72dcf

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11508,6 +11508,22 @@
1150811508
<arg nr="1" direction="out"/>
1150911509
<arg nr="2" direction="out"/>
1151011510
</function>
11511+
<!-- unsigned int wxPGPropertyFlags::wxPGChoices::GetCount( void ) const -->
11512+
<function name="wxPGPropertyFlags::wxPGChoices::GetCount">
11513+
<noreturn>false</noreturn>
11514+
<leak-ignore/>
11515+
<returnValue type="unsigned int"/>
11516+
<use-retval/>
11517+
<const/>
11518+
</function>
11519+
<!-- bool wxPGPropertyFlags::wxPGChoices::IsOk( void ) const -->
11520+
<function name="wxPGPropertyFlags::wxPGChoices::IsOk">
11521+
<noreturn>false</noreturn>
11522+
<leak-ignore/>
11523+
<returnValue type="bool"/>
11524+
<use-retval/>
11525+
<const/>
11526+
</function>
1151111527
<!-- virtual void wxGridCellRenderer::Draw(wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
1151211528
<!-- virtual void wxGridCellStringRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
1151311529
<!-- virtual void wxGridCellBoolRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
@@ -11611,10 +11627,11 @@
1161111627
<use-retval/>
1161211628
<const/>
1161311629
</function>
11630+
<!-- wxColour wxPropertyGrid::GetCellBackgroundColour( void ) const -->
1161411631
<!-- wxColour wxPropertyGrid::GetCellDisabledTextColour( void ) const -->
1161511632
<!-- wxColour wxPropertyGrid::GetCellTextColour( void ) const -->
1161611633
<!-- wxColour wxPropertyGrid::GetSelectionBackgroundColour( void ) const -->
11617-
<function name="wxPropertyGrid::GetCellDisabledTextColour,wxPropertyGrid::GetCellTextColour,wxPropertyGrid::GetSelectionBackgroundColour">
11634+
<function name="wxPropertyGrid::GetCellDisabledTextColour,wxPropertyGrid::GetCellTextColour,wxPropertyGrid::GetSelectionBackgroundColour,wxPropertyGrid::GetCellBackgroundColour">
1161811635
<noreturn>false</noreturn>
1161911636
<leak-ignore/>
1162011637
<returnValue type="wxColour"/>

0 commit comments

Comments
 (0)