diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-10 01:22:15 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-10 01:22:24 +0100 |
| commit | 5655f79d630ea2a8e286c54be0573afd426b443d (patch) | |
| tree | 025e38f669d65d159a31d9209fe10e284883a790 /fluid/widget_panel.fl | |
| parent | a4b6175dbe4f613a690a09ad90b8df599e279bf5 (diff) | |
STR 3426: indicating in the title bar if the design is newer than the code file.
In this first version, we assume that the code file is newer whenever it is written,
until the current design is modified in any way. So instead of a status bar at the bottom
of the main window, the title bar will now show the status of the design and the code at
the same place.
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 7b29fd4ab..482e229ea 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -2,6 +2,8 @@ version 1.0400 header_name {.h} code_name {.cxx} +mac_shell_cmd {echo "Fluid is nice"} +mac_shell_flags 3 comment {// // Widget panel for the Fast Light Tool Kit (FLTK). // @@ -20,7 +22,7 @@ comment {// } {in_source in_header } -decl {\#include "Fl_Widget_Type.h"} {selected private global +decl {\#include "Fl_Widget_Type.h"} {private global } Function {make_widget_panel()} { @@ -38,7 +40,7 @@ Function {make_widget_panel()} { Fl_Group {} { label GUI callback propagate_load - xywh {10 30 400 330} labelsize 11 when 0 resizable + xywh {10 30 400 330} labelsize 11 when 0 hide resizable } { Fl_Group {} { label {Label:} @@ -434,8 +436,8 @@ Use Ctrl-J for newlines.} xywh {95 285 310 20} labelfont 1 labelsize 11 textsize } Fl_Group {} { label Style - callback propagate_load - xywh {10 30 400 330} labelsize 11 when 0 hide + callback propagate_load selected + xywh {10 30 400 330} labelsize 11 when 0 } { Fl_Group {} { label {Label Font:} |
