]> Creatis software - bbtk.git/blob - packages/wx/src/bbwxCollapsiblePane.h
#3499 Export to JavaScript
[bbtk.git] / packages / wx / src / bbwxCollapsiblePane.h
1 //===== 
2 // 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)
3 //===== 
4 #ifdef _USE_WXWIDGETS_
5 #ifndef __bbwxCollapsiblePane_h_INCLUDED__
6 #define __bbwxCollapsiblePane_h_INCLUDED__
7
8 #include "bbwx_EXPORT.h"
9 #include "bbtkWxBlackBox.h"
10
11 namespace bbwx
12 {
13
14 class bbwx_EXPORT CollapsiblePane
15  : 
16    public bbtk::WxBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(CollapsiblePane,bbtk::WxBlackBox);
19 //===== 
20 // 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)
21 //===== 
22   BBTK_DECLARE_INPUT(Label,std::string);
23   BBTK_DECLARE_INPUT(Widget,wxWindow*);
24   BBTK_PROCESS(Process);
25   void Process();
26   BBTK_CREATE_WIDGET(CreateWidget);
27   void CreateWidget(wxWindow*);
28 //===== 
29 // 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)
30 //===== 
31 };
32
33 BBTK_BEGIN_DESCRIBE_BLACK_BOX(CollapsiblePane,bbtk::WxBlackBox);
34     BBTK_NAME("CollapsiblePane");
35     BBTK_AUTHOR("InfoDev");
36     BBTK_DESCRIPTION("No Description.");
37     BBTK_CATEGORY("__CategoryBlackBox__");
38     BBTK_INPUT(CollapsiblePane,Label,"(default void) Label",std::string,"");
39     BBTK_INPUT(CollapsiblePane,Widget,"Widget",wxWindow*,"");
40 BBTK_END_DESCRIBE_BLACK_BOX(CollapsiblePane);
41 //===== 
42 // 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)
43 //===== 
44 }
45 // EO namespace bbwx
46
47 #endif // __bbwxCollapsiblePane_h_INCLUDED__
48 #endif // _USE_WXWIDGETS_
49