| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266 |
- //
- // "$Id: function_panel.fl 8864 2011-07-19 04:49:30Z greg.ercolano $"
- //
- // Code dialogs for the Fast Light Tool Kit (FLTK).
- //
- // Copyright 1998-2010 by Bill Spitzak and others.
- //
- // This library is free software. Distribution and use rights are outlined in
- // the file "COPYING" which should have been included with this file. If this
- // file is missing or damaged, see the license at:
- //
- // http://www.fltk.org/COPYING.php
- //
- // Please report all bugs and problems on the following page:
- //
- // http://www.fltk.org/str.php
- //
- // generated by Fast Light User Interface Designer (fluid) version 1.0302
- #include "function_panel.h"
- #include <FL/Fl_Pixmap.H>
- #include "Fl_Type.h"
- #include "undo.h"
- extern class Fl_Pixmap *pixmap[];
- extern class Fl_Type *Fl_Type_make(const char*);
- extern void select_only(Fl_Type*);
- extern void exit_cb(Fl_Widget*, void*);
- extern void toggle_widgetbin_cb(Fl_Widget*, void*);
- extern void update_widget_browser_position_cb(CodeViewer *source, CodeViewer *header, Fl_Input *ii);
- Fl_Double_Window *function_panel=(Fl_Double_Window *)0;
- Fl_Choice *f_public_member_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_f_public_member_choice[] = {
- {"private", 0, 0, (void*)(0), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"public", 0, 0, (void*)(1), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"protected", 0, 0, (void*)(2), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Choice *f_public_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_f_public_choice[] = {
- {"local", 0, 0, (void*)(0), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"global", 0, 0, (void*)(1), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Light_Button *f_c_button=(Fl_Light_Button *)0;
- Fl_Input *f_name_input=(Fl_Input *)0;
- Fl_Input *f_return_type_input=(Fl_Input *)0;
- Fl_Return_Button *f_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *f_panel_cancel=(Fl_Button *)0;
- Fl_Text_Editor *f_comment_input=(Fl_Text_Editor *)0;
- Fl_Double_Window* make_function_panel() {
- { function_panel = new Fl_Double_Window(343, 232, "Function/Method Properties");
- { Fl_Group* o = new Fl_Group(10, 10, 270, 20);
- { f_public_member_choice = new Fl_Choice(10, 10, 75, 20);
- f_public_member_choice->tooltip("Change member access attribute.");
- f_public_member_choice->down_box(FL_BORDER_BOX);
- f_public_member_choice->labelsize(11);
- f_public_member_choice->textsize(11);
- f_public_member_choice->when(FL_WHEN_CHANGED);
- f_public_member_choice->menu(menu_f_public_member_choice);
- } // Fl_Choice* f_public_member_choice
- { f_public_choice = new Fl_Choice(10, 10, 75, 20);
- f_public_choice->tooltip("Change widget accessibility.");
- f_public_choice->down_box(FL_BORDER_BOX);
- f_public_choice->labelsize(11);
- f_public_choice->textsize(11);
- f_public_choice->when(FL_WHEN_CHANGED);
- f_public_choice->menu(menu_f_public_choice);
- } // Fl_Choice* f_public_choice
- { f_c_button = new Fl_Light_Button(95, 10, 80, 20, "C declaration");
- f_c_button->tooltip("Declare with a C interface instead of C++.");
- f_c_button->labelsize(11);
- } // Fl_Light_Button* f_c_button
- { Fl_Box* o = new Fl_Box(235, 10, 45, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { f_name_input = new Fl_Input(10, 50, 320, 20, "Name(args): (blank for main())");
- f_name_input->tooltip("The name of the function or method.");
- f_name_input->labelfont(1);
- f_name_input->labelsize(11);
- f_name_input->textfont(4);
- f_name_input->textsize(11);
- f_name_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- f_name_input->when(FL_WHEN_NEVER);
- } // Fl_Input* f_name_input
- { f_return_type_input = new Fl_Input(10, 90, 320, 20, "Return Type: (blank to return outermost widget)");
- f_return_type_input->tooltip("The return type of the function or method.");
- f_return_type_input->labelfont(1);
- f_return_type_input->labelsize(11);
- f_return_type_input->textfont(4);
- f_return_type_input->textsize(11);
- f_return_type_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- f_return_type_input->when(FL_WHEN_NEVER);
- } // Fl_Input* f_return_type_input
- { Fl_Group* o = new Fl_Group(10, 200, 320, 20);
- { f_panel_ok = new Fl_Return_Button(220, 200, 50, 20, "OK");
- f_panel_ok->tooltip("Apply the changes.");
- f_panel_ok->labelsize(11);
- f_panel_ok->window()->hotspot(f_panel_ok);
- } // Fl_Return_Button* f_panel_ok
- { f_panel_cancel = new Fl_Button(280, 200, 50, 20, "Cancel");
- f_panel_cancel->tooltip("Cancel the changes.");
- f_panel_cancel->shortcut(0xff1b);
- f_panel_cancel->labelsize(11);
- } // Fl_Button* f_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 200, 205, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { f_comment_input = new Fl_Text_Editor(10, 125, 320, 65, "Comment:");
- f_comment_input->tooltip("Function comment in Doxygen format");
- f_comment_input->box(FL_DOWN_BOX);
- f_comment_input->labelfont(1);
- f_comment_input->labelsize(11);
- f_comment_input->textfont(4);
- f_comment_input->textsize(11);
- f_comment_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- Fl_Group::current()->resizable(f_comment_input);
- f_comment_input->buffer(new Fl_Text_Buffer());
- } // Fl_Text_Editor* f_comment_input
- function_panel->set_modal();
- function_panel->end();
- } // Fl_Double_Window* function_panel
- return function_panel;
- }
- Fl_Double_Window *code_panel=(Fl_Double_Window *)0;
- CodeEditor *code_input=(CodeEditor *)0;
- Fl_Return_Button *code_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *code_panel_cancel=(Fl_Button *)0;
- Fl_Input *code_parent=(Fl_Input *)0;
- Fl_Double_Window* make_code_panel() {
- { Fl_Double_Window* o = code_panel = new Fl_Double_Window(540, 216, "Code Properties");
- code_panel->labelsize(11);
- { CodeEditor* o = code_input = new CodeEditor(10, 45, 520, 130);
- code_input->box(FL_DOWN_BOX);
- code_input->color(FL_BACKGROUND2_COLOR);
- code_input->selection_color(FL_SELECTION_COLOR);
- code_input->labeltype(FL_NORMAL_LABEL);
- code_input->labelfont(0);
- code_input->labelsize(11);
- code_input->labelcolor(FL_FOREGROUND_COLOR);
- code_input->textfont(4);
- code_input->textsize(11);
- code_input->align(Fl_Align(FL_ALIGN_TOP));
- code_input->when(FL_WHEN_RELEASE);
- Fl_Group::current()->resizable(code_input);
- o->when(FL_WHEN_ENTER_KEY_CHANGED|FL_WHEN_RELEASE);
- o->change_text_size(14);
- } // CodeEditor* code_input
- { Fl_Group* o = new Fl_Group(10, 185, 520, 20);
- o->labelsize(11);
- { code_panel_ok = new Fl_Return_Button(400, 185, 60, 20, "OK");
- code_panel_ok->labelsize(11);
- code_panel_ok->window()->hotspot(code_panel_ok);
- } // Fl_Return_Button* code_panel_ok
- { code_panel_cancel = new Fl_Button(470, 185, 60, 20, "Cancel");
- code_panel_cancel->shortcut(0xff1b);
- code_panel_cancel->labelsize(11);
- } // Fl_Button* code_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 185, 380, 20);
- o->labelsize(11);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { code_parent = new Fl_Input(40, 11, 490, 24, "For:");
- } // Fl_Input* code_parent
- o->size_range(200, 150);
- code_panel->set_modal();
- code_panel->end();
- } // Fl_Double_Window* code_panel
- return code_panel;
- }
- Fl_Double_Window *codeblock_panel=(Fl_Double_Window *)0;
- Fl_Input *code_before_input=(Fl_Input *)0;
- Fl_Input *code_after_input=(Fl_Input *)0;
- Fl_Return_Button *codeblock_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *codeblock_panel_cancel=(Fl_Button *)0;
- Fl_Double_Window* make_codeblock_panel() {
- { Fl_Double_Window* o = codeblock_panel = new Fl_Double_Window(300, 115, "Code Block Properties");
- codeblock_panel->labelsize(11);
- { code_before_input = new Fl_Input(10, 15, 280, 20, "Conditional code block");
- code_before_input->tooltip("#ifdef or similar conditional code block.");
- code_before_input->labelsize(11);
- code_before_input->textfont(4);
- code_before_input->textsize(11);
- code_before_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- code_before_input->when(FL_WHEN_NEVER);
- } // Fl_Input* code_before_input
- { code_after_input = new Fl_Input(10, 55, 280, 20, "\"{...child code...}\" is inserted here");
- code_after_input->tooltip("#endif or similar conditional code block.");
- code_after_input->labelsize(11);
- code_after_input->textfont(4);
- code_after_input->textsize(11);
- code_after_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- code_after_input->when(FL_WHEN_NEVER);
- Fl_Group::current()->resizable(code_after_input);
- } // Fl_Input* code_after_input
- { Fl_Group* o = new Fl_Group(10, 85, 280, 20);
- { codeblock_panel_ok = new Fl_Return_Button(160, 85, 60, 20, "OK");
- codeblock_panel_ok->labelsize(11);
- codeblock_panel_ok->window()->hotspot(codeblock_panel_ok);
- } // Fl_Return_Button* codeblock_panel_ok
- { codeblock_panel_cancel = new Fl_Button(230, 85, 60, 20, "Cancel");
- codeblock_panel_cancel->shortcut(0xff1b);
- codeblock_panel_cancel->labelsize(11);
- } // Fl_Button* codeblock_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 85, 140, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- o->size_range(o->w(), o->h(), Fl::w(), o->h());
- codeblock_panel->set_modal();
- codeblock_panel->end();
- } // Fl_Double_Window* codeblock_panel
- return codeblock_panel;
- }
- Fl_Double_Window *block_panel=(Fl_Double_Window *)0;
- Fl_Choice *block_public_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_block_public_choice[] = {
- {"in source code only", 0, 0, (void*)(0), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"in header and source", 0, 0, (void*)(1), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Light_Button *block_public_button_x=(Fl_Light_Button *)0;
- Fl_Input *block_name_input=(Fl_Input *)0;
- Fl_Input *block_before_input=(Fl_Input *)0;
- Fl_Input *block_after_input=(Fl_Input *)0;
- Fl_Input *block_file_name_input=(Fl_Input *)0;
- Fl_Return_Button *block_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *block_panel_cancel=(Fl_Button *)0;
- Fl_Double_Window* make_block_panel() {
- { Fl_Double_Window* o = block_panel = new Fl_Double_Window(300, 236, "Block Properties");
- block_panel->labelsize(11);
- { Fl_Group* o = new Fl_Group(10, 10, 280, 20);
- { block_public_choice = new Fl_Choice(10, 10, 140, 20);
- block_public_choice->tooltip("Change widget accessibility.");
- block_public_choice->down_box(FL_BORDER_BOX);
- block_public_choice->labelsize(11);
- block_public_choice->textsize(11);
- block_public_choice->when(FL_WHEN_NEVER);
- block_public_choice->menu(menu_block_public_choice);
- } // Fl_Choice* block_public_choice
- { block_public_button_x = new Fl_Light_Button(10, 10, 60, 20, "public");
- block_public_button_x->tooltip("Make the declaration publicly accessible.");
- block_public_button_x->labelsize(11);
- block_public_button_x->when(FL_WHEN_NEVER);
- block_public_button_x->hide();
- } // Fl_Light_Button* block_public_button_x
- { Fl_Box* o = new Fl_Box(155, 10, 135, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { block_name_input = new Fl_Input(10, 50, 280, 20, "name for this block");
- block_name_input->tooltip("#endif or similar declaration code block.");
- block_name_input->labelsize(11);
- block_name_input->textfont(4);
- block_name_input->textsize(11);
- block_name_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- block_name_input->when(FL_WHEN_NEVER);
- } // Fl_Input* block_name_input
- { block_before_input = new Fl_Input(10, 89, 280, 20, "block begin mark");
- block_before_input->tooltip("#ifdef or similar conditional declaration block.");
- block_before_input->labelsize(11);
- block_before_input->textfont(4);
- block_before_input->textsize(11);
- block_before_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- block_before_input->when(FL_WHEN_NEVER);
- Fl_Group::current()->resizable(block_before_input);
- } // Fl_Input* block_before_input
- { block_after_input = new Fl_Input(10, 128, 280, 20, "block end mark");
- block_after_input->tooltip("#endif or similar declaration code block.");
- block_after_input->labelsize(11);
- block_after_input->textfont(4);
- block_after_input->textsize(11);
- block_after_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- block_after_input->when(FL_WHEN_NEVER);
- } // Fl_Input* block_after_input
- { block_file_name_input = new Fl_Input(10, 167, 280, 20, "file name for this block");
- block_file_name_input->tooltip("#endif or similar declaration code block.");
- block_file_name_input->labelsize(11);
- block_file_name_input->textfont(4);
- block_file_name_input->textsize(11);
- block_file_name_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- block_file_name_input->when(FL_WHEN_NEVER);
- } // Fl_Input* block_file_name_input
- { Fl_Group* o = new Fl_Group(10, 205, 280, 20);
- { block_panel_ok = new Fl_Return_Button(160, 205, 60, 20, "OK");
- block_panel_ok->labelsize(11);
- block_panel_ok->window()->hotspot(block_panel_ok);
- } // Fl_Return_Button* block_panel_ok
- { block_panel_cancel = new Fl_Button(230, 205, 60, 20, "Cancel");
- block_panel_cancel->shortcut(0xff1b);
- block_panel_cancel->labelsize(11);
- } // Fl_Button* block_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 205, 140, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- o->size_range(o->w(), o->h(), Fl::w(), o->h());
- block_panel->set_modal();
- block_panel->end();
- } // Fl_Double_Window* block_panel
- return block_panel;
- }
- Fl_Double_Window *declblock_panel=(Fl_Double_Window *)0;
- Fl_Choice *declblock_public_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_declblock_public_choice[] = {
- {"in source code only", 0, 0, (void*)(0), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"in header and source", 0, 0, (void*)(1), 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Light_Button *declblock_public_button_x=(Fl_Light_Button *)0;
- Fl_Input *decl_before_input=(Fl_Input *)0;
- Fl_Input *decl_after_input=(Fl_Input *)0;
- Fl_Return_Button *declblock_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *declblock_panel_cancel=(Fl_Button *)0;
- Fl_Double_Window* make_declblock_panel() {
- { Fl_Double_Window* o = declblock_panel = new Fl_Double_Window(300, 135, "Declaration Block Properties");
- declblock_panel->labelsize(11);
- { Fl_Group* o = new Fl_Group(10, 10, 280, 20);
- { declblock_public_choice = new Fl_Choice(10, 10, 140, 20);
- declblock_public_choice->tooltip("Change widget accessibility.");
- declblock_public_choice->down_box(FL_BORDER_BOX);
- declblock_public_choice->labelsize(11);
- declblock_public_choice->textsize(11);
- declblock_public_choice->when(FL_WHEN_NEVER);
- declblock_public_choice->menu(menu_declblock_public_choice);
- } // Fl_Choice* declblock_public_choice
- { declblock_public_button_x = new Fl_Light_Button(10, 10, 60, 20, "public");
- declblock_public_button_x->tooltip("Make the declaration publicly accessible.");
- declblock_public_button_x->labelsize(11);
- declblock_public_button_x->when(FL_WHEN_NEVER);
- declblock_public_button_x->hide();
- } // Fl_Light_Button* declblock_public_button_x
- { Fl_Box* o = new Fl_Box(155, 10, 135, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { decl_before_input = new Fl_Input(10, 40, 280, 20);
- decl_before_input->tooltip("#ifdef or similar conditional declaration block.");
- decl_before_input->labelsize(11);
- decl_before_input->textfont(4);
- decl_before_input->textsize(11);
- decl_before_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- decl_before_input->when(FL_WHEN_NEVER);
- Fl_Group::current()->resizable(decl_before_input);
- } // Fl_Input* decl_before_input
- { decl_after_input = new Fl_Input(10, 75, 280, 20, "\"\\n...child code...\\n\" is inserted here");
- decl_after_input->tooltip("#endif or similar declaration code block.");
- decl_after_input->labelsize(11);
- decl_after_input->textfont(4);
- decl_after_input->textsize(11);
- decl_after_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- decl_after_input->when(FL_WHEN_NEVER);
- } // Fl_Input* decl_after_input
- { Fl_Group* o = new Fl_Group(10, 105, 280, 20);
- { declblock_panel_ok = new Fl_Return_Button(160, 105, 60, 20, "OK");
- declblock_panel_ok->labelsize(11);
- declblock_panel_ok->window()->hotspot(declblock_panel_ok);
- } // Fl_Return_Button* declblock_panel_ok
- { declblock_panel_cancel = new Fl_Button(230, 105, 60, 20, "Cancel");
- declblock_panel_cancel->shortcut(0xff1b);
- declblock_panel_cancel->labelsize(11);
- } // Fl_Button* declblock_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 105, 140, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- o->size_range(o->w(), o->h(), Fl::w(), o->h());
- declblock_panel->set_modal();
- declblock_panel->end();
- } // Fl_Double_Window* declblock_panel
- return declblock_panel;
- }
- Fl_Double_Window *decl_panel=(Fl_Double_Window *)0;
- Fl_Choice *decl_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_decl_choice[] = {
- {"in source file only", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"in header file only", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"\"static\" in source file", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"in source and \"extern\" in header", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Choice *decl_class_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_decl_class_choice[] = {
- {"private", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"public", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"protected", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Text_Editor *decl_input=(Fl_Text_Editor *)0;
- Fl_Return_Button *decl_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *decl_panel_cancel=(Fl_Button *)0;
- Fl_Text_Editor *decl_comment_input=(Fl_Text_Editor *)0;
- Fl_Check_Button *decl_has_initialization=(Fl_Check_Button *)0;
- Fl_Double_Window* make_decl_panel() {
- { decl_panel = new Fl_Double_Window(343, 338, "Declaration Properties");
- decl_panel->align(Fl_Align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE));
- { Fl_Group* o = new Fl_Group(10, 10, 270, 20);
- { Fl_Box* o = new Fl_Box(200, 10, 80, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- { decl_choice = new Fl_Choice(10, 10, 185, 20);
- decl_choice->down_box(FL_BORDER_BOX);
- decl_choice->labelsize(11);
- decl_choice->textsize(11);
- decl_choice->menu(menu_decl_choice);
- } // Fl_Choice* decl_choice
- { decl_class_choice = new Fl_Choice(10, 10, 75, 20);
- decl_class_choice->down_box(FL_BORDER_BOX);
- decl_class_choice->labelsize(11);
- decl_class_choice->textsize(11);
- decl_class_choice->menu(menu_decl_class_choice);
- } // Fl_Choice* decl_class_choice
- o->end();
- } // Fl_Group* o
- { decl_input = new Fl_Text_Editor(13, 40, 320, 123, "This can be any declaration, like \"int x;\", an external symbol like \"exter\
- n int foo();\", a #directive like \"#include <foo.h>\", a comment like \"//foo\
- \" or \"/*foo*/\", or typedef like \"typedef char byte;\" or \"using std::list\
- ;\".");
- decl_input->tooltip("Declaration comment in Doxygen format");
- decl_input->box(FL_DOWN_BOX);
- decl_input->labelsize(11);
- decl_input->textfont(4);
- decl_input->align(Fl_Align(130));
- Fl_Group::current()->resizable(decl_input);
- decl_input->buffer(new Fl_Text_Buffer());
- } // Fl_Text_Editor* decl_input
- { Fl_Group* o = new Fl_Group(10, 308, 320, 20);
- { decl_panel_ok = new Fl_Return_Button(200, 308, 60, 20, "OK");
- decl_panel_ok->labelsize(11);
- decl_panel_ok->window()->hotspot(decl_panel_ok);
- } // Fl_Return_Button* decl_panel_ok
- { decl_panel_cancel = new Fl_Button(270, 308, 60, 20, "Cancel");
- decl_panel_cancel->shortcut(0xff1b);
- decl_panel_cancel->labelsize(11);
- } // Fl_Button* decl_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 308, 185, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { decl_comment_input = new Fl_Text_Editor(10, 233, 320, 65, "Comment:");
- decl_comment_input->tooltip("Declaration comment in Doxygen format");
- decl_comment_input->box(FL_DOWN_BOX);
- decl_comment_input->labelfont(1);
- decl_comment_input->labelsize(11);
- decl_comment_input->textfont(4);
- decl_comment_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- decl_comment_input->buffer(new Fl_Text_Buffer());
- } // Fl_Text_Editor* decl_comment_input
- { decl_has_initialization = new Fl_Check_Button(260, 214, 70, 15, "has init");
- decl_has_initialization->down_box(FL_DOWN_BOX);
- } // Fl_Check_Button* decl_has_initialization
- decl_panel->size_range(343, 237);
- decl_panel->end();
- } // Fl_Double_Window* decl_panel
- return decl_panel;
- }
- Fl_Double_Window *data_panel=(Fl_Double_Window *)0;
- Fl_Choice *data_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_data_choice[] = {
- {"in source file only", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"in header file only", 0, 0, 0, 16, FL_NORMAL_LABEL, 0, 11, 0},
- {"\"static\" in source file", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"in source and \"extern\" in header", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Choice *data_class_choice=(Fl_Choice *)0;
- Fl_Menu_Item menu_data_class_choice[] = {
- {"private", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"public", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {"protected", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0},
- {0,0,0,0,0,0,0,0,0}
- };
- Fl_Input *data_input=(Fl_Input *)0;
- Fl_Input *data_filename=(Fl_Input *)0;
- Fl_Button *data_filebrowser=(Fl_Button *)0;
- Fl_Return_Button *data_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *data_panel_cancel=(Fl_Button *)0;
- Fl_Text_Editor *data_comment_input=(Fl_Text_Editor *)0;
- Fl_Double_Window* make_data_panel() {
- { data_panel = new Fl_Double_Window(343, 237, "Binary Data Properties");
- data_panel->align(Fl_Align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE));
- { Fl_Group* o = new Fl_Group(10, 10, 270, 20);
- { Fl_Box* o = new Fl_Box(200, 10, 80, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- { data_choice = new Fl_Choice(10, 10, 185, 20);
- data_choice->down_box(FL_BORDER_BOX);
- data_choice->labelsize(11);
- data_choice->textsize(11);
- data_choice->menu(menu_data_choice);
- } // Fl_Choice* data_choice
- { data_class_choice = new Fl_Choice(10, 10, 75, 20);
- data_class_choice->down_box(FL_BORDER_BOX);
- data_class_choice->labelsize(11);
- data_class_choice->textsize(11);
- data_class_choice->menu(menu_data_class_choice);
- } // Fl_Choice* data_class_choice
- o->end();
- } // Fl_Group* o
- { data_input = new Fl_Input(10, 52, 320, 20, "Variable Name:");
- data_input->tooltip("Binary Data variables are declared \"const unsigned char []\".");
- data_input->labelfont(1);
- data_input->labelsize(11);
- data_input->textfont(4);
- data_input->textsize(11);
- data_input->align(Fl_Align(133));
- data_input->when(FL_WHEN_NEVER);
- } // Fl_Input* data_input
- { data_filename = new Fl_Input(10, 90, 280, 20, "Filename:");
- data_filename->tooltip("Name and path of binary file that will be included.");
- data_filename->labelfont(1);
- data_filename->labelsize(11);
- data_filename->textfont(4);
- data_filename->textsize(11);
- data_filename->align(Fl_Align(133));
- data_filename->when(FL_WHEN_NEVER);
- } // Fl_Input* data_filename
- { data_filebrowser = new Fl_Button(290, 90, 40, 20, "@fileopen");
- data_filebrowser->labelcolor((Fl_Color)134);
- } // Fl_Button* data_filebrowser
- { Fl_Group* o = new Fl_Group(10, 205, 320, 20);
- { data_panel_ok = new Fl_Return_Button(200, 205, 60, 20, "OK");
- data_panel_ok->labelsize(11);
- data_panel_ok->window()->hotspot(data_panel_ok);
- } // Fl_Return_Button* data_panel_ok
- { data_panel_cancel = new Fl_Button(270, 205, 60, 20, "Cancel");
- data_panel_cancel->shortcut(0xff1b);
- data_panel_cancel->labelsize(11);
- } // Fl_Button* data_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 205, 185, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { data_comment_input = new Fl_Text_Editor(10, 130, 320, 65, "Comment:");
- data_comment_input->tooltip("Declaration comment in Doxygen format");
- data_comment_input->box(FL_DOWN_BOX);
- data_comment_input->labelfont(1);
- data_comment_input->labelsize(11);
- data_comment_input->textfont(4);
- data_comment_input->textsize(11);
- data_comment_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- Fl_Group::current()->resizable(data_comment_input);
- data_comment_input->buffer(new Fl_Text_Buffer());
- } // Fl_Text_Editor* data_comment_input
- data_panel->size_range(343, 237);
- data_panel->end();
- } // Fl_Double_Window* data_panel
- return data_panel;
- }
- Fl_Double_Window *class_panel=(Fl_Double_Window *)0;
- Fl_Light_Button *c_public_button=(Fl_Light_Button *)0;
- Fl_Input *c_name_input=(Fl_Input *)0;
- Fl_Input *c_subclass_input=(Fl_Input *)0;
- Fl_Text_Editor *c_comment_input=(Fl_Text_Editor *)0;
- Fl_Return_Button *c_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *c_panel_cancel=(Fl_Button *)0;
- Fl_Double_Window* make_class_panel() {
- { class_panel = new Fl_Double_Window(342, 193, "Class Properties");
- class_panel->labelsize(11);
- { Fl_Group* o = new Fl_Group(10, 10, 280, 20);
- o->hide();
- { c_public_button = new Fl_Light_Button(10, 10, 60, 20, "public");
- c_public_button->tooltip("Make the class publicly accessible.");
- c_public_button->labelsize(11);
- c_public_button->when(FL_WHEN_NEVER);
- c_public_button->hide();
- } // Fl_Light_Button* c_public_button
- { Fl_Box* o = new Fl_Box(80, 10, 210, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { c_name_input = new Fl_Input(10, 20, 320, 20, "Name:");
- c_name_input->tooltip("Name of class.");
- c_name_input->labelfont(1);
- c_name_input->labelsize(11);
- c_name_input->textfont(4);
- c_name_input->textsize(11);
- c_name_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- c_name_input->when(FL_WHEN_NEVER);
- } // Fl_Input* c_name_input
- { c_subclass_input = new Fl_Input(10, 55, 320, 20, "Subclass of (text between : and {)");
- c_subclass_input->tooltip("Name of subclass.");
- c_subclass_input->labelfont(1);
- c_subclass_input->labelsize(11);
- c_subclass_input->textfont(4);
- c_subclass_input->textsize(11);
- c_subclass_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- c_subclass_input->when(FL_WHEN_NEVER);
- } // Fl_Input* c_subclass_input
- { c_comment_input = new Fl_Text_Editor(10, 94, 320, 65, "Comment:");
- c_comment_input->tooltip("Class comment in Doxygen format");
- c_comment_input->box(FL_DOWN_BOX);
- c_comment_input->labelfont(1);
- c_comment_input->labelsize(11);
- c_comment_input->textfont(4);
- c_comment_input->textsize(11);
- c_comment_input->align(Fl_Align(FL_ALIGN_TOP_LEFT));
- Fl_Group::current()->resizable(c_comment_input);
- c_comment_input->buffer(new Fl_Text_Buffer());
- } // Fl_Text_Editor* c_comment_input
- { Fl_Group* o = new Fl_Group(10, 169, 320, 20);
- { c_panel_ok = new Fl_Return_Button(200, 169, 60, 20, "OK");
- c_panel_ok->labelsize(11);
- c_panel_ok->window()->hotspot(c_panel_ok);
- } // Fl_Return_Button* c_panel_ok
- { c_panel_cancel = new Fl_Button(270, 169, 60, 20, "Cancel");
- c_panel_cancel->shortcut(0xff1b);
- c_panel_cancel->labelsize(11);
- } // Fl_Button* c_panel_cancel
- { Fl_Box* o = new Fl_Box(10, 169, 185, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- class_panel->set_modal();
- class_panel->size_range(343, 188);
- class_panel->end();
- } // Fl_Double_Window* class_panel
- return class_panel;
- }
- Fl_Double_Window *comment_panel=(Fl_Double_Window *)0;
- CodeEditor *comment_input=(CodeEditor *)0;
- Fl_Return_Button *comment_panel_ok=(Fl_Return_Button *)0;
- Fl_Button *comment_panel_cancel=(Fl_Button *)0;
- Fl_Light_Button *comment_in_source=(Fl_Light_Button *)0;
- Fl_Light_Button *comment_in_header=(Fl_Light_Button *)0;
- Fl_Menu_Button *comment_predefined=(Fl_Menu_Button *)0;
- Fl_Button *comment_load=(Fl_Button *)0;
- Fl_Double_Window* make_comment_panel() {
- { Fl_Double_Window* o = comment_panel = new Fl_Double_Window(550, 280, "Comment Properties");
- comment_panel->labelsize(11);
- { CodeEditor* o = comment_input = new CodeEditor(110, 10, 430, 230);
- comment_input->box(FL_DOWN_BOX);
- comment_input->color(FL_BACKGROUND2_COLOR);
- comment_input->selection_color(FL_SELECTION_COLOR);
- comment_input->labeltype(FL_NORMAL_LABEL);
- comment_input->labelfont(0);
- comment_input->labelsize(11);
- comment_input->labelcolor(FL_FOREGROUND_COLOR);
- comment_input->textfont(4);
- comment_input->textsize(11);
- comment_input->align(Fl_Align(FL_ALIGN_TOP));
- comment_input->when(FL_WHEN_RELEASE);
- Fl_Group::current()->resizable(comment_input);
- o->when(FL_WHEN_ENTER_KEY_CHANGED|FL_WHEN_RELEASE);
- } // CodeEditor* comment_input
- { Fl_Group* o = new Fl_Group(110, 250, 430, 20);
- o->labelsize(11);
- { comment_panel_ok = new Fl_Return_Button(370, 250, 80, 20, "OK");
- comment_panel_ok->labelsize(11);
- comment_panel_ok->window()->hotspot(comment_panel_ok);
- } // Fl_Return_Button* comment_panel_ok
- { comment_panel_cancel = new Fl_Button(460, 250, 80, 20, "Cancel");
- comment_panel_cancel->shortcut(0xff1b);
- comment_panel_cancel->labelsize(11);
- } // Fl_Button* comment_panel_cancel
- { Fl_Box* o = new Fl_Box(110, 250, 250, 20);
- o->labelsize(11);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(10, 10, 90, 243);
- o->labelsize(11);
- { comment_in_source = new Fl_Light_Button(10, 10, 90, 20, "In Source");
- comment_in_source->tooltip("Put the comment into the source (.cxx) file.");
- comment_in_source->labelsize(11);
- comment_in_source->when(FL_WHEN_NEVER);
- } // Fl_Light_Button* comment_in_source
- { comment_in_header = new Fl_Light_Button(10, 40, 90, 20, "In Header");
- comment_in_header->tooltip("Put the comment into the header (.h) file.");
- comment_in_header->labelsize(11);
- comment_in_header->when(FL_WHEN_NEVER);
- } // Fl_Light_Button* comment_in_header
- { comment_predefined = new Fl_Menu_Button(10, 70, 90, 20, "Predefined");
- comment_predefined->labelsize(11);
- comment_predefined->textsize(11);
- } // Fl_Menu_Button* comment_predefined
- { comment_load = new Fl_Button(10, 100, 90, 20, "Import...");
- comment_load->labelsize(11);
- } // Fl_Button* comment_load
- { Fl_Box* o = new Fl_Box(10, 132, 90, 121);
- o->labelsize(11);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- o->size_range(320, 180);
- comment_panel->set_modal();
- comment_panel->end();
- } // Fl_Double_Window* comment_panel
- return comment_panel;
- }
- void type_make_cb(Fl_Widget*,void*d) {
- undo_checkpoint();
- Fl_Type *t = Fl_Type_make((char*)d);
- if (t) {
- select_only(t);
- set_modflag(1);
- t->open();
- } else {
- undo_current --;
- undo_last --;
- }
- }
- Fl_Window *widgetbin_panel=(Fl_Window *)0;
- static void cb_widgetbin_panel(Fl_Window* o, void* v) {
- if (Fl::event()==FL_SHORTCUT && Fl::event_key()==FL_Escape)
- exit_cb((Fl_Widget*)o, v);
- else
- toggle_widgetbin_cb((Fl_Widget*)o, v);
- }
- Fl_Window* make_widgetbin() {
- { widgetbin_panel = new Fl_Window(550, 85, "Widget Bin");
- widgetbin_panel->callback((Fl_Callback*)cb_widgetbin_panel);
- widgetbin_panel->align(Fl_Align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE));
- { Fl_Group* o = new Fl_Group(3, 3, 79, 79);
- { Fl_Button* o = new Fl_Button(5, 5, 24, 24);
- o->tooltip("Function");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Function"));
- o->image(pixmap[7]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(30, 5, 24, 24);
- o->tooltip("Class");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Class"));
- o->image(pixmap[12]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(55, 5, 24, 24);
- o->tooltip("Comment");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("comment"));
- o->image(pixmap[46]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(5, 30, 24, 24);
- o->tooltip("Code");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Code"));
- o->image(pixmap[8]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(30, 30, 24, 24);
- o->tooltip("Code Block");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("CodeBlock"));
- o->image(pixmap[9]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(55, 30, 24, 24);
- o->tooltip("Widget Class");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("widget_class"));
- o->image(pixmap[48]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(5, 55, 24, 24);
- o->tooltip("Declaration");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("decl"));
- o->image(pixmap[10]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(30, 55, 24, 24);
- o->tooltip("Declaration Block");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("declblock"));
- o->image(pixmap[11]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(55, 55, 24, 24);
- o->tooltip("Binary Data");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("data"));
- o->image(pixmap[49]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(87, 3, 79, 79);
- { Fl_Button* o = new Fl_Button(89, 5, 24, 24);
- o->tooltip("Window");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Window"));
- o->image(pixmap[1]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(114, 5, 24, 24);
- o->tooltip("Group");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Group"));
- o->image(pixmap[6]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(139, 5, 24, 24);
- o->tooltip("Pack");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Pack"));
- o->image(pixmap[22]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(89, 30, 24, 24);
- o->tooltip("Tabs");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Tabs"));
- o->image(pixmap[13]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(114, 30, 24, 24);
- o->tooltip("Scroll");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Scroll"));
- o->image(pixmap[19]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(139, 30, 24, 24);
- o->tooltip("Table");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Table"));
- o->image(pixmap[51]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(89, 55, 24, 24);
- o->tooltip("Tile");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Tile"));
- o->image(pixmap[20]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(114, 55, 24, 24);
- o->tooltip("Wizard");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Wizard"));
- o->image(pixmap[21]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(171, 3, 54, 79);
- { Fl_Button* o = new Fl_Button(173, 5, 24, 24);
- o->tooltip("Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Button"));
- o->image(pixmap[2]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(198, 5, 24, 24);
- o->tooltip("Return Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Return_Button"));
- o->image(pixmap[23]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(173, 30, 24, 24);
- o->tooltip("Light Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Light_Button"));
- o->image(pixmap[24]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(198, 30, 24, 24);
- o->tooltip("Repeat Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Repeat_Button"));
- o->image(pixmap[25]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(173, 55, 24, 24);
- o->tooltip("Check Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Check_Button"));
- o->image(pixmap[3]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(198, 55, 24, 24);
- o->tooltip("Round Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Round_Button"));
- o->image(pixmap[4]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(230, 3, 104, 79);
- { Fl_Button* o = new Fl_Button(232, 5, 24, 24);
- o->tooltip("Slider");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Slider"));
- o->image(pixmap[37]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(257, 5, 24, 24);
- o->tooltip("Scroll Bar");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Scrollbar"));
- o->image(pixmap[38]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(282, 5, 24, 24);
- o->tooltip("Value Slider");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Value_Slider"));
- o->image(pixmap[39]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(307, 5, 24, 24);
- o->tooltip("Value Output");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Value_Output"));
- o->image(pixmap[45]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(232, 30, 24, 24);
- o->tooltip("Adjuster");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Adjuster"));
- o->image(pixmap[40]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(257, 30, 24, 24);
- o->tooltip("Counter");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Counter"));
- o->image(pixmap[41]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(282, 30, 24, 24);
- o->tooltip("Dial");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Dial"));
- o->image(pixmap[42]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(232, 55, 24, 24);
- o->tooltip("Roller");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Roller"));
- o->image(pixmap[43]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(257, 55, 24, 24);
- o->tooltip("Spinner");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Spinner"));
- o->image(pixmap[47]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(282, 55, 24, 24);
- o->tooltip("Value Input");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Value_Input"));
- o->image(pixmap[44]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(339, 3, 54, 79);
- { Fl_Button* o = new Fl_Button(341, 5, 24, 24);
- o->tooltip("Input");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Input"));
- o->image(pixmap[14]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(366, 5, 24, 24);
- o->tooltip("Output");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Output"));
- o->image(pixmap[27]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(341, 30, 24, 24);
- o->tooltip("Text Edit");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Text_Editor"));
- o->image(pixmap[29]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(366, 30, 24, 24);
- o->tooltip("Text Display");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Text_Display"));
- o->image(pixmap[28]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(341, 55, 24, 24);
- o->tooltip("File Input");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_File_Input"));
- o->image(pixmap[30]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(398, 3, 54, 79);
- { Fl_Button* o = new Fl_Button(400, 5, 24, 24);
- o->tooltip("Menu Bar");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Menu_Bar"));
- o->image(pixmap[17]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(425, 5, 24, 24);
- o->tooltip("Input Choice");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Input_Choice"));
- o->image(pixmap[15]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(400, 30, 24, 24);
- o->tooltip("Menu Button");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Menu_Button"));
- o->image(pixmap[26]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(425, 30, 24, 24);
- o->tooltip("Menu Item");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("menuitem"));
- o->image(pixmap[16]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(400, 55, 24, 24);
- o->tooltip("Choice");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Choice"));
- o->image(pixmap[15]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(425, 55, 24, 24);
- o->tooltip("Sub Menu");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("submenu"));
- o->image(pixmap[18]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(457, 3, 54, 79);
- { Fl_Button* o = new Fl_Button(459, 5, 24, 24);
- o->tooltip("Browser");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Browser"));
- o->image(pixmap[31]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(484, 5, 24, 24);
- o->tooltip("Tree");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Tree"));
- o->image(pixmap[50]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(459, 30, 24, 24);
- o->tooltip("Check Browser");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Check_Browser"));
- o->image(pixmap[32]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(459, 55, 24, 24);
- o->tooltip("File Browser");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_File_Browser"));
- o->image(pixmap[33]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(491, 3, 55, 79);
- { Fl_Button* o = new Fl_Button(493, 5, 24, 24);
- o->tooltip("Box");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Box"));
- o->image(pixmap[5]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(518, 5, 24, 24);
- o->tooltip("Clock");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Clock"));
- o->image(pixmap[34]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(493, 30, 24, 24);
- o->tooltip("Help Browser");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Help_View"));
- o->image(pixmap[35]);
- } // Fl_Button* o
- { Fl_Button* o = new Fl_Button(493, 55, 24, 24);
- o->tooltip("Progress");
- o->box(FL_THIN_UP_BOX);
- o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Progress"));
- o->image(pixmap[36]);
- } // Fl_Button* o
- o->end();
- } // Fl_Group* o
- widgetbin_panel->set_non_modal();
- widgetbin_panel->end();
- } // Fl_Window* widgetbin_panel
- return widgetbin_panel;
- }
- Fl_Double_Window *sourceview_panel=(Fl_Double_Window *)0;
- Fl_Tabs *sv_tab=(Fl_Tabs *)0;
- CodeViewer *sv_source=(CodeViewer *)0;
- static void cb_sv_source(CodeViewer* o, void*) {
- update_widget_browser_position_cb(o, NULL, sv_line_pos);
- }
- CodeViewer *sv_header=(CodeViewer *)0;
- static void cb_sv_header(CodeViewer* o, void*) {
- update_widget_browser_position_cb(NULL, o, sv_line_pos);
- }
- Fl_Light_Button *sv_autorefresh=(Fl_Light_Button *)0;
- Fl_Light_Button *sv_autoposition=(Fl_Light_Button *)0;
- Fl_Int_Input *sv_line_pos=(Fl_Int_Input *)0;
- Fl_Double_Window* make_sourceview() {
- { sourceview_panel = new Fl_Double_Window(520, 490, "Code View");
- sourceview_panel->callback((Fl_Callback*)toggle_sourceview_cb);
- sourceview_panel->align(Fl_Align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE));
- { sv_tab = new Fl_Tabs(10, 10, 500, 440);
- sv_tab->selection_color((Fl_Color)4);
- sv_tab->labelcolor(FL_BACKGROUND2_COLOR);
- sv_tab->callback((Fl_Callback*)update_sourceview_position_cb);
- { Fl_Group* o = new Fl_Group(10, 35, 500, 415, "Source");
- o->labelsize(13);
- { sv_source = new CodeViewer(20, 50, 480, 390);
- sv_source->box(FL_DOWN_FRAME);
- sv_source->color(FL_BACKGROUND2_COLOR);
- sv_source->selection_color(FL_SELECTION_COLOR);
- sv_source->labeltype(FL_NORMAL_LABEL);
- sv_source->labelfont(0);
- sv_source->labelsize(14);
- sv_source->labelcolor(FL_FOREGROUND_COLOR);
- sv_source->textfont(4);
- sv_source->textsize(11);
- sv_source->callback((Fl_Callback*)cb_sv_source);
- sv_source->align(Fl_Align(FL_ALIGN_TOP));
- sv_source->when(FL_WHEN_RELEASE);
- Fl_Group::current()->resizable(sv_source);
- } // CodeViewer* sv_source
- o->end();
- Fl_Group::current()->resizable(o);
- } // Fl_Group* o
- { Fl_Group* o = new Fl_Group(10, 35, 500, 415, "Header");
- o->labelsize(13);
- o->hide();
- { sv_header = new CodeViewer(20, 50, 480, 390);
- sv_header->box(FL_DOWN_FRAME);
- sv_header->color(FL_BACKGROUND2_COLOR);
- sv_header->selection_color(FL_SELECTION_COLOR);
- sv_header->labeltype(FL_NORMAL_LABEL);
- sv_header->labelfont(0);
- sv_header->labelsize(14);
- sv_header->labelcolor(FL_FOREGROUND_COLOR);
- sv_header->textfont(4);
- sv_header->textsize(11);
- sv_header->callback((Fl_Callback*)cb_sv_header);
- sv_header->align(Fl_Align(FL_ALIGN_TOP));
- sv_header->when(FL_WHEN_RELEASE);
- Fl_Group::current()->resizable(sv_header);
- } // CodeViewer* sv_header
- o->end();
- } // Fl_Group* o
- sv_tab->end();
- Fl_Group::current()->resizable(sv_tab);
- } // Fl_Tabs* sv_tab
- { Fl_Group* o = new Fl_Group(10, 460, 500, 20);
- { Fl_Button* o = new Fl_Button(10, 460, 61, 20, "Refresh");
- o->labelsize(11);
- o->callback((Fl_Callback*)update_sourceview_cb);
- } // Fl_Button* o
- { Fl_Light_Button* o = sv_autorefresh = new Fl_Light_Button(76, 460, 91, 20, "Auto-Refresh");
- sv_autorefresh->labelsize(11);
- o->callback((Fl_Callback*)update_sourceview_cb);
- } // Fl_Light_Button* sv_autorefresh
- { sv_autoposition = new Fl_Light_Button(172, 460, 89, 20, "Auto-Position");
- sv_autoposition->labelsize(11);
- } // Fl_Light_Button* sv_autoposition
- { Fl_Button* o = new Fl_Button(460, 460, 50, 20, "Close");
- o->labelsize(11);
- o->callback((Fl_Callback*)toggle_sourceview_b_cb);
- } // Fl_Button* o
- { Fl_Box* o = new Fl_Box(265, 460, 190, 20);
- Fl_Group::current()->resizable(o);
- } // Fl_Box* o
- o->end();
- } // Fl_Group* o
- { sv_line_pos = new Fl_Int_Input(450, 10, 60, 24, "Line:");
- sv_line_pos->type(2);
- } // Fl_Int_Input* sv_line_pos
- sourceview_panel->size_range(384, 120);
- sourceview_panel->end();
- } // Fl_Double_Window* sourceview_panel
- return sourceview_panel;
- }
- //
- // End of "$Id: function_panel.fl 8864 2011-07-19 04:49:30Z greg.ercolano $".
- //
|