Skip to content

Commit ba26807

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 730ea41 commit ba26807

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9063,7 +9063,8 @@
90639063
</arg>
90649064
</function>
90659065
<!-- wxSizerItem* wxSizer::AddStretchSpacer (int prop = 1) -->
9066-
<function name="wxSizer::AddStretchSpacer">
9066+
<!-- wxSizerItem* wxBoxSizer::AddStretchSpacer (int prop = 1) -->
9067+
<function name="wxSizer::AddStretchSpacer,wxBoxSizer::AddStretchSpacer">
90679068
<noreturn>false</noreturn>
90689069
<leak-ignore/>
90699070
<returnValue type="wxSizerItem *"/>
@@ -9104,6 +9105,8 @@
91049105
</function>
91059106
<!-- virtual bool wxWindow::SetForegroundColour(const wxColour & colour) -->
91069107
<!-- virtual bool wxWindow::SetBackgroundColour(const wxColour & colour) -->
9108+
<!-- virtual bool wxControl::SetForegroundColour(const wxColour & colour) -->
9109+
<!-- virtual bool wxControl::SetBackgroundColour(const wxColour & colour) -->
91079110
<!-- virtual bool wxStaticText::SetForegroundColour(const wxColour & colour) -->
91089111
<!-- virtual bool wxStaticText::SetBackgroundColour(const wxColour & colour) -->
91099112
<!-- virtual bool wxButton::SetForegroundColour(const wxColour & colour) -->
@@ -9113,7 +9116,7 @@
91139116
<!-- virtual bool wxTextCtrl::SetForegroundColour(const wxColour & colour) -->
91149117
<!-- virtual bool wxTextCtrl::SetBackgroundColour(const wxColour & colour) -->
91159118
<!-- virtual bool wxGrid::SetBackgroundColour(const wxColour & colour) -->
9116-
<function name="wxToggleButton::SetBackgroundColour,wxToggleButton::SetForegroundColour,wxTextCtrl::SetForegroundColour,wxGrid::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
9119+
<function name="wxControl::SetBackgroundColour,wxControl::SetForegroundColour,wxToggleButton::SetBackgroundColour,wxToggleButton::SetForegroundColour,wxTextCtrl::SetForegroundColour,wxGrid::SetBackgroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
91179120
<noreturn>false</noreturn>
91189121
<leak-ignore/>
91199122
<returnValue type="bool"/>
@@ -9639,6 +9642,17 @@
96399642
<not-uninit/>
96409643
</arg>
96419644
</function>
9645+
<!-- wxString wxDateTime::FormatISOCombined(char sep = 'T') const -->
9646+
<function name="wxDateTime::FormatISOCombined">
9647+
<leak-ignore/>
9648+
<use-retval/>
9649+
<const/>
9650+
<noreturn>false</noreturn>
9651+
<returnValue type="wxString"/>
9652+
<arg nr="1" direction="in" default="T">
9653+
<not-uninit/>
9654+
</arg>
9655+
</function>
96429656
<!-- virtual bool wxImageList::Draw(int index, wxDC & dc, int x, int y, int flags = wxIMAGELIST_DRAW_NORMAL, bool solidBackground = false) -->
96439657
<function name="wxImageList::Draw">
96449658
<leak-ignore/>

0 commit comments

Comments
 (0)