Commented out wxToolBarSimple since it is fully deprecated now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f94e8b87e8
commit
6946b604e8
@ -461,28 +461,28 @@ public:
|
||||
|
||||
|
||||
|
||||
class wxToolBarSimple : public wxToolBarBase {
|
||||
public:
|
||||
wxToolBarSimple(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxNO_BORDER | wxTB_HORIZONTAL,
|
||||
const wxString& name = wxPyToolBarNameStr);
|
||||
%name(wxPreToolBarSimple)wxToolBarSimple();
|
||||
// class wxToolBarSimple : public wxToolBarBase {
|
||||
// public:
|
||||
// wxToolBarSimple(wxWindow *parent,
|
||||
// wxWindowID id,
|
||||
// const wxPoint& pos = wxDefaultPosition,
|
||||
// const wxSize& size = wxDefaultSize,
|
||||
// long style = wxNO_BORDER | wxTB_HORIZONTAL,
|
||||
// const wxString& name = wxPyToolBarNameStr);
|
||||
// %name(wxPreToolBarSimple)wxToolBarSimple();
|
||||
|
||||
bool Create(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxNO_BORDER | wxTB_HORIZONTAL,
|
||||
const wxString& name = wxPyToolBarNameStr);
|
||||
// bool Create(wxWindow *parent,
|
||||
// wxWindowID id,
|
||||
// const wxPoint& pos = wxDefaultPosition,
|
||||
// const wxSize& size = wxDefaultSize,
|
||||
// long style = wxNO_BORDER | wxTB_HORIZONTAL,
|
||||
// const wxString& name = wxPyToolBarNameStr);
|
||||
|
||||
%pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
|
||||
%pragma(python) addtomethod = "wxPreToolBarSimple:val._setOORInfo(val)"
|
||||
// %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
|
||||
// %pragma(python) addtomethod = "wxPreToolBarSimple:val._setOORInfo(val)"
|
||||
|
||||
wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y);
|
||||
};
|
||||
// wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y);
|
||||
// };
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user