don't show size grip if the window the status bar is attached to is maximized or not resizeable at all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-18 23:31:48 +00:00
parent 72cb72bf82
commit 7422d7c442
2 changed files with 27 additions and 12 deletions

View File

@@ -78,6 +78,11 @@ public:
// Responds to colour changes
void OnSysColourChanged(wxSysColourChangedEvent& event);
// true if the status bar shows the size grip: for this it must have
// wxST_SIZEGRIP style and the window it is attached to must be resizeable
// and not maximized
bool ShowsSizeGrip() const;
protected:
// common part of all ctors
void Init();