]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
added native wxMessageDialog implementation for GTK+2
[wxWidgets.git] / include / wx / tbarbase.h
index c96bef2acf9279b59487e3fe0a6050815808b5e3..9e885dfab73f9904279a82f8f8ed7c130dac8139 100644 (file)
@@ -234,6 +234,8 @@ protected:
     // short and long help strings
     wxString m_shortHelpString;
     wxString m_longHelpString;
+
+    DECLARE_NO_COPY_CLASS(wxToolBarToolBase)
 };
 
 // a list of toolbar tools
@@ -322,6 +324,9 @@ public:
                                     wxObject *clientData = NULL
                                );
 
+    virtual wxToolBarToolBase *AddTool (wxToolBarToolBase *tool);
+    virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
+
     // add an arbitrary control to the toolbar, return TRUE if ok (notice that
     // the control will be deleted by the toolbar and that it will also adjust
     // its position/size)