]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutSplit.h
#3514 Layout
[bbtk.git] / packages / wx / src / bbwxLayoutSplit.h
index e7ca2e3e5ee025650ef56dd71229749ae7b4a541..02ac02c5c0dbe09faed7d3f9dc3d96721d140298 100644 (file)
@@ -59,9 +59,6 @@
 namespace bbwx
 {
   
-  
-  
-  
   //=================================================================
   class bbwx_EXPORT LayoutSplit : public bbtk::WxBlackBox
   {
@@ -80,6 +77,7 @@ namespace bbwx
     void OnShowWidget();
 
   protected:
+       wxSplitterWindow *w;
 
   };
   //=================================================================
@@ -94,8 +92,8 @@ namespace bbwx
   // Already inserted for any WxBlackBox  BBTK_CATEGORY("widget");
   BBTK_INPUT(LayoutSplit,Widget1,"Upper or left widget",wxWindow*,"");
   BBTK_INPUT(LayoutSplit,Widget2,"Lower or right widget",wxWindow*,"");
-  BBTK_INPUT(LayoutSplit,Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,"");
-  BBTK_INPUT(LayoutSplit,Proportion,"Proportion (in percent) of the first children in the window",int,"");
+  BBTK_INPUT(LayoutSplit,Orientation,"(default VERTICAL) Orientation  0=H=HORIZONTAL , 1=V=VERTICAL",std::string,"");
+  BBTK_INPUT(LayoutSplit,Proportion,"(default 50) Proportion (in percent) of the first children in the window",int,"");
   BBTK_END_DESCRIBE_BLACK_BOX(LayoutSplit);
   //=================================================================
 }