diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-06 14:38:38 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-06 14:38:38 +0000 |
| commit | a2547a31a0c31b9f46fc94c5d5db5e37ec5fac99 (patch) | |
| tree | d4fc8b80dff5d6f6d60865871af3b6b98657985e /fluid/ide_support_ui.fl | |
| parent | 7a9f415c65b70a9f06493bad569037950cce5044 (diff) | |
More FLUID IDE file generation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7225 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_support_ui.fl')
| -rw-r--r-- | fluid/ide_support_ui.fl | 146 |
1 files changed, 133 insertions, 13 deletions
diff --git a/fluid/ide_support_ui.fl b/fluid/ide_support_ui.fl index 539526ae8..72a128d3a 100644 --- a/fluid/ide_support_ui.fl +++ b/fluid/ide_support_ui.fl @@ -46,38 +46,158 @@ Function {make_dbmanager_window()} {open xywh {459 167 427 500} type Double resizable visible } { Fl_Box dbmanager_tree { - xywh {8 8 200 480} box DOWN_BOX color 55 resizable + xywh {8 8 200 480} box DOWN_BOX color 55 when 1 resizable code0 {dbmanager_tree->showroot(0);} - code1 {dbmanager_tree->labelsize(12);} class Fl_Tree } Fl_Group {} {open - xywh {216 8 200 444} box ENGRAVED_BOX + xywh {216 8 200 444} } { Fl_Group {} {open - xywh {224 271 184 172} resizable + xywh {224 364 184 79} resizable } {} - Fl_Box {} { - label {Show editor -for selected -Item here} - xywh {224 108 184 160} box THIN_DOWN_BOX - } Fl_Button {} { label {Open Database...} callback {const char *filename = fl_file_chooser("Load Database", "*.db", 0, 0); if (filename) { ui_load_database(filename); }} - xywh {242 60 148 28} + xywh {240 52 152 28} } Fl_Button {} { label { (New Database... )} callback {const char *filename = fl_file_chooser("Load Database", "*.db", 0, 0); if (filename) { ui_load_database(filename); -}} selected - xywh {242 24 148 28} deactivate +}} + xywh {240 16 152 28} deactivate + } + Fl_Wizard dbm_wizard {open selected + xywh {216 92 200 272} box ENGRAVED_BOX + } { + Fl_Group dbm_empty {open + xywh {216 92 200 272} hide + } {} + Fl_Group dbm_app { + xywh {216 92 200 272} hide + } { + Fl_Input dbm_app_name { + label {(Name:)} + xywh {280 108 111 24} deactivate + } + Fl_Button {} { + label { (New Source... )} + xywh {240 140 152 28} deactivate + } + Fl_Button {} { + label { (Add Source... )} + xywh {240 176 152 28} deactivate + } + Fl_Button {} { + label { (Add Library... )} + xywh {240 212 152 28} deactivate + } + Fl_Button {} { + label { (Add Dependency... )} + xywh {240 248 152 28} deactivate + } + Fl_Button {} { + label { (Add External Item... )} + xywh {240 284 152 28} deactivate + } + Fl_Button {} { + label { (Remove Test...)} + xywh {240 320 152 28} deactivate + } + } + Fl_Group dbm_lib { + xywh {216 92 200 272} hide + } { + Fl_Input dbm_lib_name { + label {(Name:)} + xywh {280 108 111 24} deactivate + } + Fl_Button {} { + label { (New Source... )} + xywh {240 140 152 28} deactivate + } + Fl_Button {} { + label { (Add Source... )} + xywh {240 176 152 28} deactivate + } + Fl_Button {} { + label { (Add Library... )} + xywh {240 212 152 28} deactivate + } + Fl_Button {} { + label { (Add Dependency... )} + xywh {240 248 152 28} deactivate + } + Fl_Button {} { + label { (Add External Item... )} + xywh {240 284 152 28} deactivate + } + Fl_Button {} { + label { (Remove Test...)} + xywh {240 320 152 28} deactivate + } + } + Fl_Group dbm_test { + xywh {216 92 200 272} hide + } { + Fl_Input dbm_test_name { + label {(Name:)} + xywh {280 108 111 24} deactivate + } + Fl_Button {} { + label { (New Source... )} + xywh {240 140 152 28} deactivate + } + Fl_Button {} { + label { (Add Source... )} + xywh {240 176 152 28} deactivate + } + Fl_Button {} { + label { (Add Library... )} + xywh {240 212 152 28} deactivate + } + Fl_Button {} { + label { (Add Dependency... )} + xywh {240 248 152 28} deactivate + } + Fl_Button {} { + label { (Add External Item... )} + xywh {240 284 152 28} deactivate + } + Fl_Button {} { + label { (Remove Test...)} + xywh {240 320 152 28} deactivate + } + } + Fl_Group dbm_sources { + xywh {216 92 200 128} hide + } { + Fl_Button {} { + label { (New Source... )} + xywh {240 104 152 28} deactivate + } + Fl_Button {} { + label { (Add Source... )} + xywh {240 140 152 28} deactivate + } + Fl_Button {} { + label { (Remove All Sources...)} + xywh {240 176 152 28} deactivate + } + } + Fl_Group dbm_source { + xywh {216 92 200 52} + } { + Fl_Button {} { + label { (Remove Source... )} + xywh {240 104 152 28} deactivate + } + } } } Fl_Button {} { |
