//===== // 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_WXWIDGETS_ #ifndef __bbwxCollapsiblePane_h_INCLUDED__ #define __bbwxCollapsiblePane_h_INCLUDED__ #include "bbwx_EXPORT.h" #include "bbtkWxBlackBox.h" namespace bbwx { class bbwx_EXPORT CollapsiblePane : public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(CollapsiblePane,bbtk::WxBlackBox); //===== // 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(Label,std::string); BBTK_DECLARE_INPUT(Widget,wxWindow*); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(wxWindow*); //===== // 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(CollapsiblePane,bbtk::WxBlackBox); BBTK_NAME("CollapsiblePane"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(CollapsiblePane,Label,"(default void) Label",std::string,""); BBTK_INPUT(CollapsiblePane,Widget,"Widget",wxWindow*,""); BBTK_END_DESCRIBE_BLACK_BOX(CollapsiblePane); //===== // 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 bbwx #endif // __bbwxCollapsiblePane_h_INCLUDED__ #endif // _USE_WXWIDGETS_