Fluid fixes from Vincent PENNE.

git-svn-id: file:///fltk/svn/fltk/trunk@12 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1998-10-15 14:19:34 +00:00
parent 45bb73a9bf
commit 255e7fb39b
14 changed files with 62 additions and 20 deletions
+8 -3
View File
@@ -8,8 +8,8 @@ snap 3
Function {make_alignment_window()} {open
} {
Fl_Window alignment_window {
label {fluid Preferences} open selected
xywh {303 187 210 282} visible
label {fluid Preferences} open
xywh {0 22 210 310} modal visible
} {
Fl_Box {} {
label {ALIGNMENT:}
@@ -39,7 +39,7 @@ Function {make_alignment_window()} {open
Fl_Button {} {
label close
callback {alignment_window->hide();}
xywh {10 250 190 20} hotspot
xywh {10 280 190 20}
}
Fl_Box {} {
label {OUTPUT FILE NAMES:}
@@ -61,5 +61,10 @@ Function {make_alignment_window()} {open
callback code_input_cb
xywh {90 210 100 20} box THIN_DOWN_BOX when 1
}
Fl_Light_Button include_H_from_C_button {
label {Include .H from .C}
callback include_H_from_C_button_cb
xywh {60 250 140 20} value 1
}
}
}