Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wxwidgets.cfg: Added support for more wxPropertyGrid interfaces #6072

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading