projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cache the item text size to optimize tree layout/painting (#9956)
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
checkbox.h
diff --git
a/include/wx/gtk1/checkbox.h
b/include/wx/gtk1/checkbox.h
index 555a708d26956d024700e6c9173dc4cc92a6fbe4..386a1bcb12efc810ae51b995e3b101cab5557d38 100644
(file)
--- a/
include/wx/gtk1/checkbox.h
+++ b/
include/wx/gtk1/checkbox.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/checkbox.h
+// Name: wx/gtk
1
/checkbox.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Purpose:
// Author: Robert Roebling
// Id: $Id$
@@
-43,7
+43,7
@@
public:
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-
+
// implementation
// --------------
// implementation
// --------------
@@
-59,11
+59,6
@@
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)
};