]>
Commit | Line | Data |
---|---|---|
820893d0 JS |
1 | static char *dialog1 = "dialog(name = 'dialog1',\ |
2 | style = 'wxRAISED_BORDER | wxCAPTION | wxTHICK_FRAME | wxSYSTEM_MENU',\ | |
3 | title = 'Test dialog box',\ | |
4 | id = 100,\ | |
5 | x = 10, y = 10, width = 210, height = 145,\ | |
6 | background_colour = 'D6D6D6',\ | |
7 | use_dialog_units = 1,\ | |
8 | use_system_defaults = 1,\ | |
9 | font = [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0],\ | |
10 | control = [101, wxStaticBox, 'wxStaticBox', '0', 'group6', 5, 7, 200, 103,\ | |
11 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
12 | control = [102, wxRadioBox, 'Radiobox', 'wxRA_SPECIFY_COLS', 'radiobox2', 13, 24, 60, 72, ['One', 'Two', 'Three', 'Four', 'One more'], 1,\ | |
13 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
14 | control = [104, wxTextCtrl, '', 'wxTE_MULTILINE', 'multitext3', 80, 24, 67, 33, 'wxWindows rules!',\ | |
15 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
16 | control = [105, wxListBox, '', '0', 'listbox4', 80, 66, 67, 33, ['Apples', 'Bananas', 'Pears', 'Kiwis'],\ | |
17 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
18 | control = [106, wxCheckBox, 'Checkbox', '0', 'checkbox9', 150, 26, 50, 14, 0,\ | |
19 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
20 | control = [107, wxStaticText, 'My Message', '0', 'message10', 150, 57, 50, 12, '',\ | |
21 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
22 | control = [108, wxButton, 'Press me', '0', 'button7', 150, 81, 50, 13, '',\ | |
23 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\ | |
24 | control = [109, wxButton, 'Cancel', '0', 'button8', 80, 119, 55, 17, '',\ | |
25 | [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]])."; | |
26 |