]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tbargtk.h
Most of FM's wxDataViewCtrl patch.
[wxWidgets.git] / include / wx / gtk / tbargtk.h
index 0b688d0ffaa1bdae6b4bc2c36fd985a7fdabbe83..bcf5da4a0d11b11b576edd8e11f157aa2ed6b259 100644 (file)
@@ -25,7 +25,7 @@ public:
                wxWindowID id,
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
-               long style = 0,
+               long style = wxTB_HORIZONTAL,
                const wxString& name = wxToolBarNameStr )
     {
         Init();
@@ -52,6 +52,9 @@ public:
 
     virtual void SetWindowStyleFlag( long style );
 
+    virtual void SetToolNormalBitmap(int id, const wxBitmap& bitmap);
+    virtual void SetToolDisabledBitmap(int id, const wxBitmap& bitmap);
+    
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
     
@@ -71,6 +74,8 @@ protected:
     // set the GTK toolbar style and orientation
     void GtkSetStyle();
 
+    virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
+    
     // implement base class pure virtuals
     virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);
     virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);