projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
choice.h
diff --git
a/include/wx/gtk1/choice.h
b/include/wx/gtk1/choice.h
index 70fea3819b4b8ff6a5081386a8f94f12d6ee9fe5..a00f8258723c5d10e932ccb0c10f721de613fb8d 100644
(file)
--- a/
include/wx/gtk1/choice.h
+++ b/
include/wx/gtk1/choice.h
@@
-104,10
+104,12
@@
private:
// allocate it if it's needed (hence using pointer)
wxSortedArrayString *m_strings;
// allocate it if it's needed (hence using pointer)
wxSortedArrayString *m_strings;
+public:
// this circumvents a GTK+ 2.0 bug so that the selection is
// invalidated properly
int m_selection_hack;
// this circumvents a GTK+ 2.0 bug so that the selection is
// invalidated properly
int m_selection_hack;
-
+
+private:
DECLARE_DYNAMIC_CLASS(wxChoice)
};
DECLARE_DYNAMIC_CLASS(wxChoice)
};