projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes for wxFontMapper endless recursion
[wxWidgets.git]
/
include
/
wx
/
gtk
/
checkbox.h
diff --git
a/include/wx/gtk/checkbox.h
b/include/wx/gtk/checkbox.h
index 1a0c0ca3993f26ad6c9029b18ad3ae0486e52a49..412b3663b2e0626137086c96f95ad885b9d608b4 100644
(file)
--- a/
include/wx/gtk/checkbox.h
+++ b/
include/wx/gtk/checkbox.h
@@
-67,6
+67,8
@@
public:
// implementation
void ApplyWidgetStyle();
+ bool IsOwnGtkWindow( GdkWindow *window );
+ void OnInternalIdle();
GtkWidget *m_widgetCheckbox;
GtkWidget *m_widgetLabel;