summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-03-09 21:26:53 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-03-09 21:26:53 +0000
commitfc1a4cf809de316d356672a834b7f2f797032d98 (patch)
tree7702d3ae290313a22261baf06892ac148aaa1243 /fluid/alignment_panel.fl
parent2bbee87dc306d6beeb8f0a0a4bd3b6092eb6eee5 (diff)
Added a new Type to fluid called 'Comment' to be used for standardized Copyright notices and other comments throughout the source code.
- simply add the 'Comment' type from the 'New' menu or the Widget Bin - comments in the very first position will be added at the very beginning of the source file or header. Comments at the end are at the very end in source and headers as well. - if the users enters simple text, FLUID will add '// ' in front of every line. If a line already starts with '//' or a block starts with '/*', the text will be copied verbatim. - text can be loaded from files - text can be stored in a database and quickly retrieved later via a pulldown menu. The pulldown menu is customizable. Enjoy! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4092 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.fl')
-rw-r--r--fluid/alignment_panel.fl14
1 files changed, 3 insertions, 11 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index ce208982e..c7a8cc574 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -12,7 +12,7 @@ Function {make_project_window()} {open
} {
Fl_Window project_window {
label {Project Settings} open
- xywh {4 21 365 210} type Double
+ xywh {312 395 365 210} type Double
code0 {\#include <FL/Fl_Preferences.H>}
code1 {\#include <FL/Fl_Tooltip.H>} modal visible
} {
@@ -21,7 +21,7 @@ Function {make_project_window()} {open
callback {project_window->hide();}
tooltip {Close this dialog.} xywh {295 175 60 25}
}
- Fl_Tabs {} {open
+ Fl_Tabs {} {open selected
xywh {10 10 345 154} labelsize 11
} {
Fl_Group {} {
@@ -52,7 +52,7 @@ Function {make_project_window()} {open
}
Fl_Group {} {
label Internationalization open
- xywh {10 30 345 134} labelsize 11 hide
+ xywh {10 30 345 134} labelsize 11
} {
Fl_Choice i18n_type_chooser {
label {Use:}
@@ -93,14 +93,6 @@ Function {make_project_window()} {open
tooltip {The function to call to internationalize the labels and tooltips.} xywh {100 92 245 20} box THIN_DOWN_BOX labelsize 11 textfont 4 textsize 11
}
}
- Fl_Group {} {
- label Copyright open
- xywh {10 30 345 134} labelsize 11
- } {
- Fl_Text_Editor {} {selected
- xywh {20 40 325 114} labelsize 11 textfont 4 textsize 11
- }
- }
}
}
}