X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95b4a59e67af301bb6ff061055ac5a9a09b96d6c..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/wrapsizer.h diff --git a/interface/wx/wrapsizer.h b/interface/wx/wrapsizer.h index 0900e6fe88..61bc160bb3 100644 --- a/interface/wx/wrapsizer.h +++ b/interface/wx/wrapsizer.h @@ -2,10 +2,17 @@ // Name: wrapsizer.h // Purpose: interface of wxWrapSizer // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +// flags for wxWrapSizer +enum +{ + wxEXTEND_LAST_ON_EACH_LINE, + wxREMOVE_LEADING_SPACES, + wxWRAPSIZER_DEFAULT_FLAGS +}; + /** @class wxWrapSizer @@ -51,6 +58,9 @@ public: */ virtual bool InformFirstDirection(int direction, int size, int availableOtherDir); + + virtual void RecalcSizes(); + virtual wxSize CalcMin(); protected: /**