]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toolbar.h
shows different SetCursor() calls
[wxWidgets.git] / include / wx / motif / toolbar.h
index 590b417b4f5bc5e8063191957ec22a15225e88d5..f93c142d219564883c2ee9390cd233df7221bfcc 100644 (file)
@@ -75,6 +75,10 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
   int FindIndexForWidget(WXWidget w);
   WXWidget FindWidgetForIndex(int index);
 
+  WXWidget GetTopWidget() const;
+  WXWidget GetClientWidget() const;
+  WXWidget GetMainWidget() const;
+
 protected:
   // List of widgets in the toolbar, indexed by tool index
   wxList    m_widgets;