Skip to content

Commit

Permalink
wxwidgets cfg add wx grid functions (#6031)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Feb 24, 2024
1 parent 9780847 commit 4b86f17
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5600,6 +5600,14 @@
<not-bool/>
</arg>
</function>
<!-- wxGridTableBase * wxGrid::GetTable( void ) const -->
<function name="wxGrid::GetTable">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxGridTableBase *"/>
<use-retval/>
<const/>
</function>
<!-- void wxGrid::EnableCellEditControl(bool enable=true )-->
<function name="wxGrid::EnableCellEditControl">
<noreturn>false</noreturn>
Expand Down Expand Up @@ -14059,7 +14067,8 @@ wxItemKind kind = wxITEM_NORMAL) -->
<!-- void wxEvent::Skip(bool skip = true) -->
<!-- void wxCommandEvent::Skip(bool skip = true) -->
<!-- void wxKeyEvent::Skip(bool skip = true) -->
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip">
<!-- void wxGridEvent::Skip(bool skip = true) -->
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
Expand Down Expand Up @@ -15554,7 +15563,7 @@ wxItemKind kind = wxITEM_NORMAL) -->
<!-- int wxGrid::GetNumberFrozenRows() const -->
<!-- int wxGrid::GetNumberFrozenCols() const -->
<!-- int wxGrid::GetNumberCols() const -->
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize,wxGrid::GetRowMinimalAcceptableHeight,wxGrid::GetScrollLineX,wxGrid::GetScrollLineY,wxGrid::GetNumberRows,wxGrid::GetNumberFrozenRows,wxGrid::GetNumberFrozenCols,wxGrid::wxGrid::GetNumberCols">
<function name="wxGrid::GetRowLabelSize,wxGrid::GetColLabelSize,wxGrid::GetRowMinimalAcceptableHeight,wxGrid::GetScrollLineX,wxGrid::GetScrollLineY,wxGrid::GetNumberRows,wxGrid::GetNumberFrozenRows,wxGrid::GetNumberFrozenCols,wxGrid::GetNumberCols">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
Expand All @@ -15569,6 +15578,23 @@ wxItemKind kind = wxITEM_NORMAL) -->
<leak-ignore/>
<const/>
</function>
<!-- int wxGridEvent::GetCol( void ) const -->
<!-- int wxGridEvent::GetRow( void ) const -->
<function name="wxGridEvent::GetCol,wxGridEvent::GetRow">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- wxPoint wxGridEvent::GetPosition( void ) const -->
<function name="wxGridEvent::GetPosition">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPoint"/>
<use-retval/>
<const/>
</function>
<!-- wxColour wxGrid::GetLabelBackgroundColour() const -->
<!-- wxColour wxGrid::GetLabelTextColour() const -->
<function name="wxGrid::GetLabelTextColour,wxGrid::GetLabelBackgroundColour">
Expand Down

0 comments on commit 4b86f17

Please sign in to comment.