projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
work around a bug in TabCtrl_AdjustRect which will cause a crash on
[wxWidgets.git]
/
src
/
gtk1
/
checkbox.cpp
diff --git
a/src/gtk1/checkbox.cpp
b/src/gtk1/checkbox.cpp
index e7fe520d4dfebb7a1a65f3f58ed690398914b493..1c64e26ba1c5156da9fd5d2b8fc51b0a8459f0e3 100644
(file)
--- a/
src/gtk1/checkbox.cpp
+++ b/
src/gtk1/checkbox.cpp
@@
-170,11
+170,10
@@
bool wxCheckBox::Enable( bool enable )
return TRUE;
}
return TRUE;
}
-void wxCheckBox::
ApplyWidgetStyle(
)
+void wxCheckBox::
DoApplyWidgetStyle(GtkRcStyle *style
)
{
{
- SetWidgetStyle();
- gtk_widget_set_style( m_widgetCheckbox, m_widgetStyle );
- gtk_widget_set_style( m_widgetLabel, m_widgetStyle );
+ gtk_widget_modify_style(m_widgetCheckbox, style);
+ gtk_widget_modify_style(m_widgetLabel, style);
}
bool wxCheckBox::IsOwnGtkWindow( GdkWindow *window )
}
bool wxCheckBox::IsOwnGtkWindow( GdkWindow *window )