summaryrefslogtreecommitdiff
path: root/fluid/about_panel.fl
diff options
context:
space:
mode:
authorwcout <wcout@users.noreply.github.com>2023-01-21 17:27:58 +0100
committerGitHub <noreply@github.com>2023-01-21 17:27:58 +0100
commit2ddfd9d9492d9fc1df111ec9211dd1be4d424c35 (patch)
treec766d0dfb3a2d7a75c275db2821d5bcf0e935a15 /fluid/about_panel.fl
parent1fc269b0d4c79b256cc57740d318f95dded8c340 (diff)
Animated GIF support (Fl_Anim_GIF_Image class) (#375)
Diffstat (limited to 'fluid/about_panel.fl')
-rw-r--r--fluid/about_panel.fl11
1 files changed, 6 insertions, 5 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index 2d465a81d..82c8ce627 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_panel.fl
@@ -36,11 +36,12 @@ if (!cbuf[0]) {
}} {}
Fl_Window about_panel {
label {About FLUID} open
- xywh {449 217 345 180} type Double color 50 selection_color 47 hide hotspot
- code0 {\#include "../src/flstring.h"} non_modal
+ xywh {449 217 345 180} type Double color 50 selection_color 47 hotspot
+ code0 {\#include "../src/flstring.h"} non_modal visible
} {
- Fl_Box {} {
- image {icons/fluid-96.xpm} xywh {10 10 115 120}
+ Fl_Box {} {selected
+ image {icons/fluid.animated.gif} compress_image 1 xywh {10 10 115 120}
+ code0 {((Fl_Anim_GIF_Image*)(o->image()))->speed(0.5f);}
}
Fl_Box {} {
label {FLTK User
@@ -59,7 +60,7 @@ Version x.x.x}
}
Fl_Button {} {
label {View License...}
- callback {show_help("license.html");} selected
+ callback {show_help("license.html");}
xywh {115 145 123 25} labelcolor 136
}
Fl_Return_Button {} {