Added wxWrapSizer (modified patch: [1826950] Wrapping Sizer) from Arne Steinarson
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -500,6 +500,14 @@ public:
|
||||
// components of the result respectively
|
||||
virtual wxSize GetWindowBorderSize() const;
|
||||
|
||||
// wxSizer and friends use this to give a chance to a component to recalc
|
||||
// its min size once one of the final size components is known. Override
|
||||
// this function when that is useful (such as for wxStaticText which can
|
||||
// stretch over several lines). Parameter availableOtherDir
|
||||
// tells the item how much more space there is available in the opposite
|
||||
// direction (-1 if unknown).
|
||||
virtual bool InformFirstDirection( int WXUNUSED(direction), int WXUNUSED(size), int WXUNUSED(availableOtherDir) )
|
||||
{ return false; }
|
||||
|
||||
// window state
|
||||
// ------------
|
||||
|
Reference in New Issue
Block a user