]>
Commit | Line | Data |
---|---|---|
c5e4ef4e RR |
1 | //------------------------------------------------------------------------------ |
2 | // Header generated by wxDesigner from file: test.wdr | |
3 | // Do not modify this file, all changes will be lost! | |
4 | //------------------------------------------------------------------------------ | |
5 | ||
6 | #ifndef __WDR_test_H__ | |
7 | #define __WDR_test_H__ | |
8 | ||
9 | #ifdef __GNUG__ | |
10 | #pragma interface "test_wdr.cpp" | |
11 | #endif | |
12 | ||
13 | // Include wxWindows' headers | |
14 | ||
15 | #ifndef WX_PRECOMP | |
16 | #include <wx/wx.h> | |
17 | #endif | |
18 | ||
19 | #include <wx/image.h> | |
20 | #include <wx/statline.h> | |
21 | #include <wx/spinbutt.h> | |
22 | #include <wx/spinctrl.h> | |
23 | #include <wx/splitter.h> | |
24 | #include <wx/listctrl.h> | |
25 | #include <wx/treectrl.h> | |
26 | #include <wx/notebook.h> | |
c5e4ef4e RR |
27 | |
28 | // Declare window functions | |
29 | ||
30 | #define ID_TEXTCTRL 10000 | |
31 | wxSizer *MyDialogFunc( wxWindow *parent, bool call_fit = TRUE, bool set_sizer = TRUE ); | |
32 | ||
33 | // Declare menubar functions | |
34 | ||
35 | #define ID_MENU 10001 | |
36 | #define ID_ABOUT 10002 | |
37 | #define ID_TEST 10003 | |
38 | #define ID_QUIT 10004 | |
39 | wxMenuBar *MyMenuBarFunc(); | |
40 | ||
41 | // Declare toolbar functions | |
42 | ||
43 | // Declare bitmap functions | |
44 | ||
45 | #endif | |
46 | ||
47 | // End of generated file |