]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Added helper functions for string -> XmString conversion.
[wxWidgets.git] / include / wx / tbarbase.h
index 9cd4e2ea77c5bd76cfcd6bcdb15ac3d59679ad1d..9e885dfab73f9904279a82f8f8ed7c130dac8139 100644 (file)
@@ -324,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)