Skip to content
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
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