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
45 changes: 42 additions & 3 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11703,7 +11703,8 @@
</function>
<!-- bool wxBitmap::HasAlpha( void ) const -->
<!-- bool wxBitmap::IsOk( void ) const -->
<function name="wxBitmap::HasAlpha,wxBitmap::IsOk">
<!-- bool wxTreeListItem::IsOk( void ) const -->
<function name="wxBitmap::HasAlpha,wxBitmap::IsOk,wxTreeListItem::IsOk">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
Expand Down Expand Up @@ -16122,6 +16123,30 @@ wxItemKind kind = wxITEM_NORMAL) -->
<leak-ignore/>
<const/>
</function>
<!-- wxPoint wxWindow::GetScreenPosition() const -->
<!-- wxPoint wxGrid::GetScreenPosition() const -->
<function name="wxWindow::GetScreenPosition,wxGrid::GetScreenPosition">
<noreturn>false</noreturn>
<returnValue type="wxPoint"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- unsigned int wxDataViewListCtrl::GetItemCount( )const -->
<function name="wxDataViewListCtrl::GetItemCount">
<noreturn>false</noreturn>
<returnValue type="unsigned int"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- static wxStandardPaths& wxStandardPaths::Get() -->
<function name="wxStandardPaths::Get">
<noreturn>false</noreturn>
<returnValue type="wxStandardPaths &amp;"/>
<use-retval/>
<leak-ignore/>
</function>
<!-- wxFont wxGrid::GetLabelFont() const -->
<function name="wxGrid::GetLabelFont">
<noreturn>false</noreturn>
Expand All @@ -16140,7 +16165,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
<const/>
</function>
<!-- wxPoint wxGridEvent::GetPosition( void ) const -->
<function name="wxGridEvent::GetPosition">
<!-- wxPoint wxMouseEvent::GetPosition( void ) const -->
<!-- wxPoint wxMouseState::GetPosition( void ) const -->
<function name="wxGridEvent::GetPosition,wxMouseEvent::GetPosition,wxMouseState::GetPosition">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPoint"/>
Expand Down Expand Up @@ -17048,13 +17075,25 @@ wxItemKind kind = wxITEM_NORMAL) -->
<const/>
</function>
<!-- bool wxFrame::Layout( void ) -->
<!-- bool wxWindow::Layout( void ) -->
<!-- bool wxWindowBase::Layout( void ) -->
<function name="wxWindowBase::Layout,wxFrame::Layout">
<!-- bool wxGrid::Layout( void ) -->
<!-- bool wxPanel::Layout( void ) -->
<function name="wxWindow::Layout,wxWindowBase::Layout,wxFrame::Layout,wxGrid::Layout,wxPanel::Layout">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- void wxSizer::Layout( void ) -->
<!-- void wxBoxSizer::Layout( void ) -->
<!-- void wxGridSizer::Layout( void ) -->
<!-- void wxStaticBoxSizer::Layout( void ) -->
<function name="wxSizer::Layout,wxBoxSizer::Layout,wxGridSizer::Layout,wxStaticBoxSizer::Layout">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
</function>
<!-- void wxTextEntry::Clear( void ) -->
<!-- void wxTextCtrl::Clear( void ) -->
<!-- void wxRegion::Clear( void ) -->
Expand Down
Loading