]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/control.h
Applied Russel's changes to wxToolBarBase
[wxWidgets.git] / include / wx / gtk / control.h
index 80cc74b331f5274e7914e7bd04af6cd68cd00575..d3a164d27500d988b313ccf7488780c4da686f3f 100644 (file)
@@ -7,7 +7,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GTKCONTROLH__
 #define __GTKCONTROLH__
 
 #ifndef __GTKCONTROLH__
 #define __GTKCONTROLH__
 
@@ -46,10 +45,11 @@ public:
     // char (the one immediately after '&') into m_chAccel (@@ not yet)
   virtual void SetLabel( const wxString &label );
   virtual wxString GetLabel() const;
     // char (the one immediately after '&') into m_chAccel (@@ not yet)
   virtual void SetLabel( const wxString &label );
   virtual wxString GetLabel() const;
-
+  
 protected:
   wxString   m_label;
   char       m_chAccel;  // enabled to avoid breaking binary compatibility later on
 protected:
   wxString   m_label;
   char       m_chAccel;  // enabled to avoid breaking binary compatibility later on
+  
 };
 
 #endif // __GTKCONTROLH__
 };
 
 #endif // __GTKCONTROLH__