Skip to content

Commit 97aba88

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 4fc4f01 commit 97aba88

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

cfg/wxwidgets.cfg

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11703,7 +11703,8 @@
1170311703
</function>
1170411704
<!-- bool wxBitmap::HasAlpha( void ) const -->
1170511705
<!-- bool wxBitmap::IsOk( void ) const -->
11706-
<function name="wxBitmap::HasAlpha,wxBitmap::IsOk">
11706+
<!-- bool wxTreeListItem::IsOk( void ) const -->
11707+
<function name="wxBitmap::HasAlpha,wxBitmap::IsOk,wxTreeListItem::IsOk">
1170711708
<noreturn>false</noreturn>
1170811709
<leak-ignore/>
1170911710
<returnValue type="bool"/>
@@ -16122,6 +16123,15 @@ wxItemKind kind = wxITEM_NORMAL) -->
1612216123
<leak-ignore/>
1612316124
<const/>
1612416125
</function>
16126+
<!-- wxPoint wxWindow::GetScreenPosition() const -->
16127+
<!-- wxPoint wxGrid::GetScreenPosition() const -->
16128+
<function name="wxWindow::GetScreenPosition,wxGrid::GetScreenPosition">
16129+
<noreturn>false</noreturn>
16130+
<returnValue type="wxPoint"/>
16131+
<use-retval/>
16132+
<leak-ignore/>
16133+
<const/>
16134+
</function>
1612516135
<!-- wxFont wxGrid::GetLabelFont() const -->
1612616136
<function name="wxGrid::GetLabelFont">
1612716137
<noreturn>false</noreturn>
@@ -17048,13 +17058,25 @@ wxItemKind kind = wxITEM_NORMAL) -->
1704817058
<const/>
1704917059
</function>
1705017060
<!-- bool wxFrame::Layout( void ) -->
17061+
<!-- bool wxWindow::Layout( void ) -->
1705117062
<!-- bool wxWindowBase::Layout( void ) -->
17052-
<function name="wxWindowBase::Layout,wxFrame::Layout">
17063+
<!-- bool wxGrid::Layout( void ) -->
17064+
<!-- bool wxPanel::Layout( void ) -->
17065+
<function name="wxWindow::Layout,wxWindowBase::Layout,wxFrame::Layout,wxGrid::Layout,wxPanel::Layout">
1705317066
<noreturn>false</noreturn>
1705417067
<leak-ignore/>
1705517068
<returnValue type="bool"/>
1705617069
<use-retval/>
1705717070
</function>
17071+
<!-- void wxSizer::Layout( void ) -->
17072+
<!-- void wxBoxSizer::Layout( void ) -->
17073+
<!-- void wxGridSizer::Layout( void ) -->
17074+
<!-- void wxStaticBoxSizer::Layout( void ) -->
17075+
<function name="wxSizer::Layout,wxBoxSizer::Layout,wxGridSizer::Layout,wxStaticBoxSizer::Layout">
17076+
<noreturn>false</noreturn>
17077+
<leak-ignore/>
17078+
<returnValue type="void"/>
17079+
</function>
1705817080
<!-- void wxTextEntry::Clear( void ) -->
1705917081
<!-- void wxTextCtrl::Clear( void ) -->
1706017082
<!-- void wxRegion::Clear( void ) -->

0 commit comments

Comments
 (0)