//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifdef _USE_WT_ #ifndef __bbwtLayoutTab_h_INCLUDED__ #define __bbwtLayoutTab_h_INCLUDED__ #include "bbwt_EXPORT.h" #include "bbtkWxBlackBox.h" namespace bbwt { class bbwt_EXPORT LayoutTab : public bbtk::WtBlackBox { BBTK_BLACK_BOX_INTERFACE(LayoutTab,bbtk::WtBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== BBTK_DECLARE_INPUT(Widget1,wxWindow*); BBTK_DECLARE_INPUT(Widget2,wxWindow*); BBTK_DECLARE_INPUT(Widget3,wxWindow*); BBTK_DECLARE_INPUT(Widget4,wxWindow*); BBTK_DECLARE_INPUT(Widget5,wxWindow*); BBTK_DECLARE_INPUT(Widget6,wxWindow*); BBTK_DECLARE_INPUT(Widget7,wxWindow*); BBTK_DECLARE_INPUT(Widget8,wxWindow*); BBTK_DECLARE_INPUT(Widget9,wxWindow*); BBTK_DECLARE_INPUT(Orientation,std::string); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(Wt::WContainerWidget*); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutTab,bbtk::WtBlackBox); BBTK_NAME("LayoutTab"); BBTK_AUTHOR("JohannGONZALEZ"); BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - LayoutTab for wt web apps."); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_DESCRIPTION("LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains"); BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget3,"widget 3",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget4,"widget 4",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget5,"widget 5",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget6,"widget 6",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget7,"widget 7",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget8,"widget 8",wxWindow*,""); BBTK_INPUT(LayoutTab,Widget9,"widget 9",wxWindow*,""); BBTK_INPUT(LayoutTab,Orientation, "Orientation (default T), 0=T=TOP , 1=R=RIGHT , 2=B=BOTTON , 3=L=LEFT " ,std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(LayoutTab); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbwt #endif // __bbwtLayoutTab_h_INCLUDED__ #endif // _USE_WXWIDGETS_