X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3904ceb9a02934a8d1ab7034f368b103a699d99..6b3eb77aece0708b6c9dd0c58bd2b4408e4fac9d:/include/wx/gtk/control.h diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 3e874707d0..d3a164d275 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -2,13 +2,11 @@ // Name: control.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling, Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKCONTROLH__ #define __GTKCONTROLH__ @@ -47,10 +45,11 @@ public: // 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 + }; #endif // __GTKCONTROLH__