summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-04-28 01:00:41 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-04-28 01:00:41 +0000
commitd90102f9d22f7da2a21c42e6f7e953ca479c6671 (patch)
tree41d1cb07269f3c260d501ac2930b56aaac75fb7b /fluid/function_panel.fl
parentf74a812003bab965e02e6811eb90d111bff90139 (diff)
Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow text editing in the Code Viewer and re-enter the code into the UI, but that is currently close to impossible to implement
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index f6900bad5..ae8b9fff2 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -402,7 +402,7 @@ Function {make_widgetbin()} {open
}
Fl_Button {} {
user_data {"declblock"}
- callback type_make_cb selected
+ callback type_make_cb
tooltip {Declaration Block} xywh {30 55 25 25} box THIN_UP_BOX
code0 {o->image(pixmap[11]);}
}
@@ -702,17 +702,17 @@ Function {make_sourceview()} {open
Fl_Text_Editor sv_source {
xywh {20 50 480 390} textfont 4 textsize 11 resizable
code0 {\#include "CodeEditor.h"}
- class CodeEditor
+ class CodeViewer
}
}
Fl_Group {} {
- label Header open
+ label Header open selected
xywh {10 35 500 415} labelsize 13
} {
Fl_Text_Editor sv_header {
xywh {20 50 480 390} textfont 4 textsize 11 resizable
code0 {\#include "CodeEditor.h"}
- class CodeEditor
+ class CodeViewer
}
}
}