summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl14
1 files changed, 2 insertions, 12 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index fddab8c29..3dc9206a5 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -429,8 +429,7 @@ Function {type_make_cb(Fl_Widget*,void*d)} {return_type void
}} {}
}
-Function {make_widgetbin()} {selected
-} {
+Function {make_widgetbin()} {} {
Fl_Window widgetbin_panel {
label {Widget Bin}
xywh {411 171 550 85} type Single align 80 non_modal visible
@@ -764,16 +763,7 @@ Function {make_widgetbin()} {selected
}
}
-Function {make_sourceview()} {
- comment {Create a preview window for the C++ source code.
-
-This function creates a dialog box with two tabs
-for previewing thw header and source file that will
-be generated from the current database.
-
-The created window is modal.
-
-\\return the newly created dialog window}
+Function {make_sourceview()} {selected
} {
Fl_Window sourceview_panel {
label {Code View}