summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-21 19:03:46 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-21 19:03:46 +0000
commit8a275b298512340b846ff849b861be214a2def40 (patch)
treeca19c1aa13b7226cef433fde85da85bc9c40a080 /fluid/widget_panel.fl
parent668ef918e834bf8ac40d238d5477b5de7e914e3e (diff)
FLUID wasn't tracking all changes on the widget panel, so undo and save stuff
didn't work if you just changed colors, etc. Use blue selection color for tabs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4296 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl10
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 3137c357b..218fefb4c 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -38,7 +38,7 @@ Function {make_widget_panel()} {open
} {
Fl_Tabs {} {
callback {propagate_load((Fl_Group *)o,v);} open
- xywh {3 5 397 310} selection_color 8 labelsize 11 when 0 resizable
+ xywh {3 5 397 310} selection_color 4 labelsize 11 when 0 resizable
} {
Fl_Group {} {
label GUI
@@ -437,7 +437,7 @@ Function {make_widget_panel()} {open
}
Fl_Text_Editor {} {
label {Callback:}
- callback callback_cb selected
+ callback callback_cb
tooltip {The callback function or code for the widget.} xywh {100 169 295 91} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11
code0 {\#include "CodeEditor.h"}
class CodeEditor
@@ -488,9 +488,9 @@ Function {make_widget_panel()} {open
xywh {8 330 20 0} labelsize 11 resizable
}
Fl_Button {} {
- label {No &Overlay}
- callback overlay_cb
- tooltip {Hide the widget overlay box.} xywh {250 321 80 19} labelsize 11 labelcolor 1
+ label {Hide &Overlays}
+ callback overlay_cb selected
+ tooltip {Hide the widget overlay box.} xywh {231 321 99 19} labelsize 11 labelcolor 1
}
Fl_Button {} {
label Revert