summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-09-18 21:11:28 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-09-18 21:11:28 +0000
commit4e8e8b9f028478bc4f9c2ae386537a3ab9bb1612 (patch)
tree51fb34724a3f089a1ee75746b7f17b86763c21ec /fluid/function_panel.fl
parentf3ae3c705bee0e7b49e7f9a27c7667074f78a693 (diff)
More Doxygen comment support for Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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}