diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-09 18:25:43 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-09 18:25:51 +0100 |
| commit | 83f6bb50b292df155a11aae630f5b8f8064fdcae (patch) | |
| tree | 307a1e66c7e9b5656479aa69fb81177ab2991cec /fluid/function_panel.fl | |
| parent | ace6a64161a51b868557ec307364700e5d2080a1 (diff) | |
Fluid: sample documentation, please check http://messagepad.org/fluid/code.html
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index d0750b87d..6c0933361 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -2,6 +2,8 @@ version 1.0400 header_name {.h} code_name {.cxx} +mac_shell_cmd {echo "I love Fluid"} +mac_shell_flags 3 comment {// // Code dialogs for the Fast Light Tool Kit (FLTK). // @@ -32,7 +34,7 @@ decl {\#include "factory.h"} {private local decl {\#include "Fl_Type.h"} {private local } -decl {\#include "widget_browser.h"} {selected private local +decl {\#include "widget_browser.h"} {private local } decl {\#include "undo.h"} {private local @@ -47,18 +49,18 @@ Function {use_tab_navigation(int, Fl_Text_Editor*)} { Function {make_function_panel()} {open } { Fl_Window function_panel { - label {Function/Method Properties} + label {Function/Method Properties} open xywh {101 713 343 232} type Double resizable modal visible } { Fl_Group {} {open xywh {10 10 270 20} } { - Fl_Choice f_public_member_choice { + Fl_Choice f_public_member_choice {open tooltip {Change member access attribute.} xywh {10 10 75 20} down_box BORDER_BOX labelsize 11 when 1 textsize 11 } { MenuItem {} { label private - user_data 0 user_data_type long + user_data 0 user_data_type long selected xywh {5 5 100 20} labelsize 11 } MenuItem {} { @@ -72,11 +74,11 @@ Function {make_function_panel()} {open xywh {5 5 100 20} labelsize 11 } } - Fl_Choice f_public_choice { + Fl_Choice f_public_choice {open tooltip {Change widget accessibility.} xywh {10 10 75 20} down_box BORDER_BOX labelsize 11 when 1 textsize 11 } { MenuItem {} { - label local + label static user_data 0 user_data_type long xywh {15 15 100 20} labelsize 11 } |
