projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use DeafultAttributes instead of hard coded defaults
[wxWidgets.git]
/
include
/
wx
/
gtk
/
checkbox.h
diff --git
a/include/wx/gtk/checkbox.h
b/include/wx/gtk/checkbox.h
index d3cb7dc59e1e05ab1c6c875f7ff4719fce34e164..bcf031c96e2bcaefeaab84302bb3c0a16bbf1c73 100644
(file)
--- a/
include/wx/gtk/checkbox.h
+++ b/
include/wx/gtk/checkbox.h
@@
-4,7
+4,7
@@
// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKCHECKBOXH__
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKCHECKBOXH__
@@
-51,7
+51,7
@@
public:
// implementation
// --------------
// implementation
// --------------
- void
ApplyWidgetStyle(
);
+ void
DoApplyWidgetStyle(GtkRcStyle *style
);
bool IsOwnGtkWindow( GdkWindow *window );
void OnInternalIdle();
bool IsOwnGtkWindow( GdkWindow *window );
void OnInternalIdle();
@@
-63,6
+63,11
@@
public:
protected:
virtual wxSize DoGetBestSize() const;
protected:
virtual wxSize DoGetBestSize() const;
+#ifdef __WXGTK20__
+ void DoSet3StateValue(wxCheckBoxState state);
+ wxCheckBoxState DoGet3StateValue() const;
+#endif
+
private:
DECLARE_DYNAMIC_CLASS(wxCheckBox)
};
private:
DECLARE_DYNAMIC_CLASS(wxCheckBox)
};