wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ed4038b1df
commit
b0496cc192
|
@ -7011,16 +7011,6 @@
|
|||
</arg>
|
||||
<!--(*) 2.arg version not supported -->
|
||||
</function>
|
||||
<!-- void wxStyledTextCtrl::MarkerSetForeground( int markerNumber, const wxColour & fore ) -->
|
||||
<!-- void wxStyledTextCtrl::MarkerSetBackground( int markerNumber, const wxColour & fore ) -->
|
||||
<function name="wxStyledTextCtrl::MarkerSetForeground,wxStyledTextCtrl::MarkerSetBackground">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2"/>
|
||||
</function>
|
||||
<!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
|
||||
<function name="wxWindow::FindWindowById">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7317,6 +7307,39 @@
|
|||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxZipOutputStream::PutNextEntry(const wxString & name, const wxDateTime & dt = wxDateTime::Now(), wxFileOffset size = wxInvalidOffset) -->
|
||||
<function name="wxZipOutputStream::PutNextEntry">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="2" default="wxDateTime::Now()"/>
|
||||
<arg nr="3" default="wxInvalidOffset">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxStyledTextCtrl::MarkerSetForeground(int markerNumber, const wxColour & fore)-->
|
||||
<!-- void wxStyledTextCtrl::MarkerSetBackground(int markerNumber, const wxColour & back)-->
|
||||
<!-- void wxStyledTextCtrl::MarkerSetBackgroundSelected(int markerNumber, const wxColour & back)-->
|
||||
<function name="wxStyledTextCtrl::MarkerSetForeground,wxStyledTextCtrl::MarkerSetBackground,wxStyledTextCtrl::MarkerSetBackgroundSelected">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2"/>
|
||||
</function>
|
||||
<!-- void wxStyledTextCtrl::MarkerDefine(int markerNumber, int markerSymbol, const wxColour & foreground = wxNullColour, const wxColour & background = wxNullColour) -->
|
||||
<function name="wxStyledTextCtrl::MarkerDefine">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="wxNullColour"/>
|
||||
<arg nr="4" default="wxNullColour"/>
|
||||
</function>
|
||||
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
|
||||
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->
|
||||
<function name="wxWindow::SetMinSize,wxTextCtrl::SetMinSize">
|
||||
|
|
Loading…
Reference in New Issue