]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/tbargtk.h
Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp
[wxWidgets.git] / include / wx / gtk1 / tbargtk.h
index a4eba50db047f43d85f1a5abbc33efc23125f659..dc4320d42835904fe9cdcdb22a5c4920d736f33a 100644 (file)
@@ -2,8 +2,6 @@
 // Name:        tbargtk.h
 // Purpose:     GTK toolbar
 // Author:      Robert Roebling
-// Modified by:
-// Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Robert Roebling
 // Licence:    wxWindows licence
@@ -129,12 +127,12 @@ class wxToolBar: public wxControl
     virtual void SetToolPacking(int packing);
     virtual void SetToolSeparation(int separation);
 
-  public:
+  // implementation
   
     GtkToolbar   *m_toolbar;
     wxList        m_tools;
-  
-  DECLARE_EVENT_TABLE()
+    GdkColor      m_fg;
+    GdkColor      m_bg;
 };
 
 #endif