projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
checkbox.h
diff --git
a/include/wx/gtk/checkbox.h
b/include/wx/gtk/checkbox.h
index e48a04893834c61d3a3b645f3a62e20ea4d4be5b..c4639026ff131e77d54d3d88a3c66b93b1271263 100644
(file)
--- a/
include/wx/gtk/checkbox.h
+++ b/
include/wx/gtk/checkbox.h
@@
-47,10
+47,6
@@
public:
// implementation
// --------------
// implementation
// --------------
- void DoApplyWidgetStyle(GtkRcStyle *style);
- bool IsOwnGtkWindow( GdkWindow *window );
- void OnInternalIdle();
-
GtkWidget *m_widgetCheckbox;
GtkWidget *m_widgetLabel;
GtkWidget *m_widgetCheckbox;
GtkWidget *m_widgetLabel;
@@
-58,6
+54,8
@@
public:
protected:
virtual wxSize DoGetBestSize() const;
protected:
virtual wxSize DoGetBestSize() const;
+ virtual void DoApplyWidgetStyle(GtkRcStyle *style);
+ virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
void DoSet3StateValue(wxCheckBoxState state);
wxCheckBoxState DoGet3StateValue() const;
void DoSet3StateValue(wxCheckBoxState state);
wxCheckBoxState DoGet3StateValue() const;