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:
Robin Dunn 2003-08-22 22:45:35 +00:00
parent f94e8b87e8
commit 6946b604e8

View File

@ -461,28 +461,28 @@ public:
class wxToolBarSimple : public wxToolBarBase { // class wxToolBarSimple : public wxToolBarBase {
public: // public:
wxToolBarSimple(wxWindow *parent, // wxToolBarSimple(wxWindow *parent,
wxWindowID id, // wxWindowID id,
const wxPoint& pos = wxDefaultPosition, // const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, // const wxSize& size = wxDefaultSize,
long style = wxNO_BORDER | wxTB_HORIZONTAL, // long style = wxNO_BORDER | wxTB_HORIZONTAL,
const wxString& name = wxPyToolBarNameStr); // const wxString& name = wxPyToolBarNameStr);
%name(wxPreToolBarSimple)wxToolBarSimple(); // %name(wxPreToolBarSimple)wxToolBarSimple();
bool Create(wxWindow *parent, // bool Create(wxWindow *parent,
wxWindowID id, // wxWindowID id,
const wxPoint& pos = wxDefaultPosition, // const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, // const wxSize& size = wxDefaultSize,
long style = wxNO_BORDER | wxTB_HORIZONTAL, // long style = wxNO_BORDER | wxTB_HORIZONTAL,
const wxString& name = wxPyToolBarNameStr); // const wxString& name = wxPyToolBarNameStr);
%pragma(python) addtomethod = "__init__:self._setOORInfo(self)" // %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
%pragma(python) addtomethod = "wxPreToolBarSimple:val._setOORInfo(val)" // %pragma(python) addtomethod = "wxPreToolBarSimple:val._setOORInfo(val)"
wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y); // wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y);
}; // };
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------