Added wxCLIP_SIBLINGS. CVS also seems to think lots of other files need updating.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -862,6 +862,9 @@ enum wxStretch
|
||||
// splitter windows, but can't be used in a panel where a static box must be
|
||||
// 'transparent' (panel paints the background for it)
|
||||
#define wxCLIP_CHILDREN 0x00400000
|
||||
// Note we're reusing the wxCAPTION style because we won't need captions
|
||||
// for subwindows/controls
|
||||
#define wxCLIP_SIBLINGS 0x20000000
|
||||
|
||||
// Add this style to a panel to get tab traversal working outside of dialogs
|
||||
// (on by default for wxPanel, wxDialog, wxScrolledWindow)
|
||||
|
Reference in New Issue
Block a user