X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7106fc4674550da40873f59f7eee9dc2d64dbce8..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/wrapsizer.h diff --git a/interface/wx/wrapsizer.h b/interface/wx/wrapsizer.h index f3e09387ca..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 licence ///////////////////////////////////////////////////////////////////////////// +// flags for wxWrapSizer +enum +{ + wxEXTEND_LAST_ON_EACH_LINE, + wxREMOVE_LEADING_SPACES, + wxWRAPSIZER_DEFAULT_FLAGS +}; + /** @class wxWrapSizer