projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxGTK compatible clipboard implementation (not OLE clipboard - it will come
[wxWidgets.git]
/
include
/
wx
/
gtk
/
radiobut.h
diff --git
a/include/wx/gtk/radiobut.h
b/include/wx/gtk/radiobut.h
index 61e7130035bb45c5a4f4d6f2a9cd1ee6ac873f65..9a00ea810c47164bd0a593901fdf7867e3aec57d 100644
(file)
--- a/
include/wx/gtk/radiobut.h
+++ b/
include/wx/gtk/radiobut.h
@@
-2,9
+2,8
@@
// Name: radiobut.h
// Purpose:
// Author: Robert Roebling
// Name: radiobut.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
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@@
-61,6
+60,14
@@
class wxRadioButton: public wxControl
virtual void SetLabel(const wxString& label);
virtual void SetValue(bool val);
virtual bool GetValue(void) const;
virtual void SetLabel(const wxString& label);
virtual void SetValue(bool val);
virtual bool GetValue(void) const;
+ void Enable( bool enable );
+
+ // implementation
+
+ void ApplyWidgetStyle();
+
+ bool m_blockFirstEvent;
+ GtkWidget* m_theOtherRadioButtton;
};
#endif // __GTKRADIOBUTTONH__
};
#endif // __GTKRADIOBUTTONH__