]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/panel.h
Mention that wxEVT_MAXIMIZE is only generated by a few ports.
[wxWidgets.git] / interface / wx / ribbon / panel.h
index 53ca21687363d13619601cbbcb78adca7a53c9b3..627ddfcfae366631a5c4c1f865da1e567da8fe17 100644 (file)
     
     A panel adds a border and label to a group of controls, and can be
     minimised (either automatically to conserve space, or manually by the user).
+
+    Non ribbon controls can be placed on a panel using wxSizers to manage 
+    layout. Panel size is governed by the sizer's minimum calculated size and 
+    the parent wxRibbonPage's dimensions. For functional and aesthetic reasons 
+    it is recommended that ribbon and non ribbon controls are not mixed in one
+    panel.
     
     @sa wxRibbonPage