]>
git.saurik.com Git - wxWidgets.git/blob - samples/tab/test.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // Define a new application
13 class MyApp
: public wxApp
19 class MyDialog
: public wxTabbedDialog
22 MyDialog(wxWindow
* parent
, const wxWindowID id
, const wxString
& title
,
23 const wxPoint
& pos
, const wxSize
& size
, const long windowStyle
= wxDEFAULT_DIALOG_STYLE
);
25 void OnOK(wxCommandEvent
& event
);
26 void OnCloseWindow(wxCloseEvent
& event
);
27 // void OnAbout(wxCommandEvent& event);
37 #define TEST_TAB_DOG 1
38 #define TEST_TAB_CAT 2
39 #define TEST_TAB_GOAT 3
40 #define TEST_TAB_GUINEAPIG 4
41 #define TEST_TAB_ANTEATER 5
42 #define TEST_TAB_HUMMINGBIRD 6
43 #define TEST_TAB_SHEEP 7
44 #define TEST_TAB_COW 8
45 #define TEST_TAB_HORSE 9
46 #define TEST_TAB_PIG 10
47 #define TEST_TAB_OSTRICH 11
48 #define TEST_TAB_AARDVARK 12