projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxPyDataObjectSimple::SetData should not be const
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
radiobut.h
diff --git
a/include/wx/gtk1/radiobut.h
b/include/wx/gtk1/radiobut.h
index a44f13ed8269bebc836fd5c566e7338babf5a16c..28cc8343857b44e0ea5b7e4425fcd561f4d399a7 100644
(file)
--- a/
include/wx/gtk1/radiobut.h
+++ b/
include/wx/gtk1/radiobut.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/radiobut.h
+// Name: wx/gtk
1
/radiobut.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Purpose:
// Author: Robert Roebling
// Id: $Id$
@@
-51,7
+51,6
@@
public:
virtual bool IsRadioButton() const { return TRUE; }
virtual bool IsRadioButton() const { return TRUE; }
- GSList *m_radioButtonGroup;
void DoApplyWidgetStyle(GtkRcStyle *style);
bool IsOwnGtkWindow( GdkWindow *window );
void OnInternalIdle();
void DoApplyWidgetStyle(GtkRcStyle *style);
bool IsOwnGtkWindow( GdkWindow *window );
void OnInternalIdle();