summaryrefslogtreecommitdiff
path: root/fluid/about_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-11 03:33:25 +0100
committerMatthias Melcher <github@matthiasm.com>2021-12-11 03:40:07 +0100
commit1c962bf5e26d3883bfc804b111d28080036d4feb (patch)
tree1e6032e2b9db9d2348fa64c1b39d227ad7347957 /fluid/about_panel.fl
parent235f9ed709d4b6ce6dbf46248250e8586bdd2dfe (diff)
STR 3210: indentation is now controlled in one single position for all source and header files.
Diffstat (limited to 'fluid/about_panel.fl')
-rw-r--r--fluid/about_panel.fl16
1 files changed, 9 insertions, 7 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index 74cedb06f..6c5fd3d9e 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_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 {//
// About dialog for the Fast Light Tool Kit (FLTK).
//
@@ -29,11 +31,11 @@ decl {void show_help(const char *name);} {public local
Function {make_about_panel()} {open
} {
code {static char cbuf[200] = "";
- if (!cbuf[0]) {
- time_t t = time(0);
- struct tm *lt = localtime(&t);
- sprintf(cbuf, "Copyright © 1998 - %d\\nby Bill Spitzak and others", lt->tm_year+1900);
- }} {}
+if (!cbuf[0]) {
+ time_t t = time(0);
+ struct tm *lt = localtime(&t);
+ sprintf(cbuf, "Copyright © 1998 - %d\\nby Bill Spitzak and others", lt->tm_year+1900);
+}} {}
Fl_Window about_panel {
label {About FLUID} open
xywh {449 217 345 180} type Double color 50 selection_color 47 hotspot
@@ -64,12 +66,12 @@ Version x.x.x}
}
Fl_Return_Button {} {
label Close
- callback {((Fl_Window*)(o->parent()))->hide();}
+ callback {((Fl_Window*)(o->parent()))->hide();} selected
xywh {250 145 83 25}
}
}
}
data fluid_org_png {
- comment {Embedded image for internal fluid.html web page.} selected public local filename {../documentation/src/fluid-org.png}
+ comment {Embedded image for internal fluid.html web page.} public local filename {../documentation/src/fluid-org.png}
}