projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed wxGzipStreams (supported by wxZlibStreams now)
[wxWidgets.git]
/
include
/
wx
/
sizer.h
diff --git
a/include/wx/sizer.h
b/include/wx/sizer.h
index 5f7738dce2dd378ccdb8dbb4da430e2f8b937eac..ce907346bba9fdbd62b39d0547b6f66c884e4e30 100644
(file)
--- a/
include/wx/sizer.h
+++ b/
include/wx/sizer.h
@@
-313,7
+313,7
@@
public:
bool IsShown( size_t index ) const;
// Recursively call wxWindow::Show () on all sizer items.
bool IsShown( size_t index ) const;
// Recursively call wxWindow::Show () on all sizer items.
- void ShowItems (bool show);
+ v
irtual v
oid ShowItems (bool show);
protected:
wxSize m_size;
protected:
wxSize m_size;
@@
-505,6
+505,9
@@
public:
wxStaticBox *GetStaticBox() const
{ return m_staticBox; }
wxStaticBox *GetStaticBox() const
{ return m_staticBox; }
+ // override to hide/show the static box as well
+ virtual void ShowItems (bool show);
+
protected:
wxStaticBox *m_staticBox;
protected:
wxStaticBox *m_staticBox;