wxwidgets.cfg: Added support for some wxRadioBox-functions.
This commit is contained in:
parent
b250791a1e
commit
8f262c2c90
|
@ -302,6 +302,178 @@
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual bool Enable (unsigned int n, bool enable=true) -->
|
||||||
|
<function name="wxRadioBox::Enable">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="true">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual int FindString (const wxString &string, bool bCase=false) const -->
|
||||||
|
<function name="wxRadioBox::FindString">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="false">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- unsigned int GetColumnCount () const -->
|
||||||
|
<function name="wxRadioBox::GetColumnCount">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="unsigned int"/>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual int GetItemFromPoint (const wxPoint &pt) const -->
|
||||||
|
<function name="wxRadioBox::GetItemFromPoint">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- wxString GetItemHelpText (unsigned int item) const -->
|
||||||
|
<function name="wxRadioBox::GetItemHelpText">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- wxToolTip * GetItemToolTip (unsigned int item) const -->
|
||||||
|
<function name="wxRadioBox::GetItemToolTip">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="wxToolTip *"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- unsigned int GetRowCount () const -->
|
||||||
|
<function name="wxRadioBox::GetRowCount">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="unsigned int"/>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual bool IsItemEnabled (unsigned int n) const -->
|
||||||
|
<function name="wxRadioBox::IsItemEnabled">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual bool IsItemShown (unsigned int n) const -->
|
||||||
|
<function name="wxRadioBox::IsItemShown">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- void SetItemHelpText (unsigned int item, const wxString &helptext) -->
|
||||||
|
<function name="wxRadioBox::SetItemHelpText">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- void SetItemToolTip (unsigned int item, const wxString &text) -->
|
||||||
|
<function name="wxRadioBox::SetItemToolTip">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual void SetSelection (int n) -->
|
||||||
|
<function name="wxRadioBox::SetSelection">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual bool Show (unsigned int item, bool show=true) -->
|
||||||
|
<function name="wxRadioBox::Show">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="true">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual unsigned int GetCount () const -->
|
||||||
|
<function name="wxRadioBox::GetCount">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="unsigned int"/>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual wxString GetString (unsigned int n) const -->
|
||||||
|
<function name="wxRadioBox::GetString">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual void SetString (unsigned int n, const wxString &string) -->
|
||||||
|
<function name="wxRadioBox::SetString">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
|
<!-- virtual int GetSelection () const -->
|
||||||
|
<function name="wxRadioBox::GetSelection">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
</function>
|
||||||
<!-- Override macros which don't necessarily require semicolons at the end -->
|
<!-- Override macros which don't necessarily require semicolons at the end -->
|
||||||
<define name="DECLARE_CLASS(n)" value=""/>
|
<define name="DECLARE_CLASS(n)" value=""/>
|
||||||
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
||||||
|
|
Loading…
Reference in New Issue