wxwidgets.cfg: Added support form ore interfaces.
This commit is contained in:
parent
fa20c1671b
commit
a5185c7005
|
@ -6008,6 +6008,15 @@
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxFlexGridSizer::SetFlexibleDirection(int direction)-->
|
||||||
|
<function name="wxFlexGridSizer::SetFlexibleDirection">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- wxString wxString::FromAscii( const char * ascii ) -->
|
<!-- wxString wxString::FromAscii( const char * ascii ) -->
|
||||||
<!-- wxString wxString::FromAscii( const unsigned char * ascii ) -->
|
<!-- wxString wxString::FromAscii( const unsigned char * ascii ) -->
|
||||||
<!-- wxString wxString::FromAscii( const char * ascii, size_t len) -->
|
<!-- wxString wxString::FromAscii( const char * ascii, size_t len) -->
|
||||||
|
@ -6945,7 +6954,7 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- virtual wxString wxColour::GetAsString(long flags = wxC2S_NAME|wxC2S_CSS_SYNTAX) const -->
|
<!-- virtual wxString wxColour::GetAsString(long flags = wxC2S_NAME|wxC2S_CSS_SYNTAX) const -->
|
||||||
<function name="wwxColour::GetAsString">
|
<function name="wxColour::GetAsString">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<const/>
|
<const/>
|
||||||
|
@ -6955,6 +6964,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxFlexGridSizer::SetNonFlexibleGrowMode(wxFlexSizerGrowMode mode) -->
|
||||||
|
<function name="wxFlexGridSizer::SetNonFlexibleGrowMode">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- They are implemented as macros in wxWidgets, but its better to configure them as functions -->
|
<!-- They are implemented as macros in wxWidgets, but its better to configure them as functions -->
|
||||||
<!-- const wxClassInfo * wxCLASSINFO(info) -->
|
<!-- const wxClassInfo * wxCLASSINFO(info) -->
|
||||||
<!-- const wxClassInfo * CLASSINFO(info) -->
|
<!-- const wxClassInfo * CLASSINFO(info) -->
|
||||||
|
|
Loading…
Reference in New Issue