wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
6a281b90b4
commit
deedd7493c
|
@ -6313,7 +6313,8 @@
|
|||
<!-- void wxBitmapButton::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxTextCtrl::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxRadioBox::SetToolTip(const wxString & tipString) -->
|
||||
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip,wxRadioBox::SetToolTip">
|
||||
<!-- void wxComboBox::SetToolTip(const wxString & tipString) -->
|
||||
<function name="wxComboBox::SetToolTip,wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip,wxRadioBox::SetToolTip">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
|
@ -7428,6 +7429,9 @@
|
|||
<!-- void wxDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxDC::SetFont(const wxFont & font) -->
|
||||
<!-- void wxBufferedPaintDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxBufferedPaintDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxBufferedPaintDC::SetFont(const wxFont & font) -->
|
||||
<!-- void wxPaintDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxPaintDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxPaintDC::SetFont(const wxFont & font) -->
|
||||
|
@ -7440,7 +7444,7 @@
|
|||
<!-- void wxClientDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxClientDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxClientDC::SetFont(const wxFont & font) -->
|
||||
<function name="wxClientDC::SetPen,wxClientDC::SetBrush,wxClientDC::SetFont,wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
|
||||
<function name="wxBufferedPaintDC::SetFont,wxBufferedPaintDC::SetBrush,wxBufferedPaintDC::SetPen,wxClientDC::SetPen,wxClientDC::SetBrush,wxClientDC::SetFont,wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
|
|
Loading…
Reference in New Issue