Skip to content

Commit fee0fb2

Browse files
authored
wxwidgets.cfg: Added support for more interfaces (#6109)
1 parent f1d8dd5 commit fee0fb2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7429,9 +7429,18 @@
74297429
<noreturn>false</noreturn>
74307430
<leak-ignore/>
74317431
<use-retval/>
7432+
<const/>
74327433
<returnValue type="wxCoord"/>
74337434
<warn severity="style">This function is deprecated and kept mostly for backwards compatibility. Please override 'GetMargins()' method instead in any new code.</warn>
74347435
</function>
7436+
<!-- wxPoint wxComboCtrl::GetMargins( ) const-->
7437+
<function name="wxComboCtrl::GetMargins">
7438+
<noreturn>false</noreturn>
7439+
<leak-ignore/>
7440+
<use-retval/>
7441+
<const/>
7442+
<returnValue type="wxPoint"/>
7443+
</function>
74357444
<!-- http://docs.wxwidgets.org/trunk/classwx_combo_ctrl.html#ae38353a81954d02af302ba103e984cb7 -->
74367445
<!-- void wxComboCtrl::HidePopup (bool generateEvent=false)-->
74377446
<function name="wxComboCtrl::HidePopup">
@@ -14285,6 +14294,26 @@ wxItemKind kind = wxITEM_NORMAL) -->
1428514294
<not-uninit/>
1428614295
</arg>
1428714296
</function>
14297+
<!-- wxCoord wxMouseEvent::GetX( void ) const -->
14298+
<!-- wxCoord wxMouseEvent::GetY( void ) const -->
14299+
<!-- wxCoord wxMouseState::GetX( void ) const -->
14300+
<!-- wxCoord wxMouseState::GetY( void ) const -->
14301+
<function name="wxMouseEvent::GetX,wxMouseEvent::GetY,wxMouseState::GetY,wxMouseState::GetX">
14302+
<noreturn>false</noreturn>
14303+
<leak-ignore/>
14304+
<returnValue type="wxCoord"/>
14305+
<use-retval/>
14306+
<const/>
14307+
</function>
14308+
<!-- virtual wxString wxComboCtrl::GetValue( void ) const -->
14309+
<!-- virtual wxString wxOwnerDrawnComboBox::GetValue( void ) const -->
14310+
<function name="wxComboCtrl::GetValue,wxOwnerDrawnComboBox::GetValue">
14311+
<noreturn>false</noreturn>
14312+
<leak-ignore/>
14313+
<returnValue type="wxString"/>
14314+
<use-retval/>
14315+
<const/>
14316+
</function>
1428814317
<!-- bool wxGridCellAttr::CanOverflow( void ) const -->
1428914318
<function name="wxGridCellAttr::CanOverflow">
1429014319
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)