1998-10-06 22:21:25 +04:00
|
|
|
# data file for the Fltk User Interface Designer (fluid)
|
2000-03-15 21:57:07 +03:00
|
|
|
version 1.0008
|
1998-12-06 18:52:17 +03:00
|
|
|
header_name {.h}
|
|
|
|
code_name {.cxx}
|
2000-03-15 21:57:07 +03:00
|
|
|
gridx 5
|
|
|
|
gridy 5
|
1998-10-06 22:21:25 +04:00
|
|
|
snap 3
|
|
|
|
Function {make_alignment_window()} {open
|
|
|
|
} {
|
|
|
|
Fl_Window alignment_window {
|
2000-04-24 22:22:50 +04:00
|
|
|
label Preferences open
|
|
|
|
xywh {473 284 365 340} hide modal
|
1998-10-06 22:21:25 +04:00
|
|
|
} {
|
|
|
|
Fl_Box {} {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Alignment:}
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {10 25 130 130} box ENGRAVED_FRAME labelsize 12 align 5
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
Fl_Input horizontal_input {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Horizontal:}
|
1998-10-06 22:21:25 +04:00
|
|
|
user_data 1 user_data_type long
|
|
|
|
callback alignment_cb
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {90 35 40 20} type Int box THIN_DOWN_BOX
|
1998-10-06 22:21:25 +04:00
|
|
|
code0 {o->when(FL_WHEN_RELEASE|FL_WHEN_ENTER_KEY);}
|
|
|
|
}
|
|
|
|
Fl_Input vertical_input {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Vertical:}
|
1998-10-06 22:21:25 +04:00
|
|
|
user_data 2 user_data_type long
|
|
|
|
callback alignment_cb
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {90 65 40 20} type Int box THIN_DOWN_BOX
|
1998-10-06 22:21:25 +04:00
|
|
|
code0 {o->when(FL_WHEN_RELEASE|FL_WHEN_ENTER_KEY);}
|
|
|
|
}
|
|
|
|
Fl_Input snap_input {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Snap:}
|
1998-10-06 22:21:25 +04:00
|
|
|
user_data 3 user_data_type long
|
2000-03-15 21:57:07 +03:00
|
|
|
callback alignment_cb
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {90 95 40 20} type Int box THIN_DOWN_BOX
|
1998-10-06 22:21:25 +04:00
|
|
|
code0 {o->when(FL_WHEN_RELEASE|FL_WHEN_ENTER_KEY);}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
1999-01-27 00:59:41 +03:00
|
|
|
label Close
|
1998-10-06 22:21:25 +04:00
|
|
|
callback {alignment_window->hide();}
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {295 305 60 25}
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
Fl_Box {} {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Output File Names:}
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {10 175 345 120} box ENGRAVED_FRAME labelsize 12 align 5
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
Fl_Box {} {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Use "name.ext" to set name or just ".ext" to set only extension.}
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {20 185 325 15} labelsize 10 align 148
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
Fl_Input header_file_input {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Header File:}
|
1998-10-06 22:21:25 +04:00
|
|
|
user_data 1 user_data_type {void*}
|
|
|
|
callback header_input_cb
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {100 205 245 20} box THIN_DOWN_BOX when 1 textfont 4
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
Fl_Input code_file_input {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Code File:}
|
1998-10-06 22:21:25 +04:00
|
|
|
user_data 1 user_data_type {void*}
|
|
|
|
callback code_input_cb
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {100 235 245 20} box THIN_DOWN_BOX when 1 textfont 4
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
1998-10-15 18:19:34 +04:00
|
|
|
Fl_Light_Button include_H_from_C_button {
|
1999-01-27 00:59:41 +03:00
|
|
|
label {Include Header from Code}
|
1998-10-15 18:19:34 +04:00
|
|
|
callback include_H_from_C_button_cb
|
2000-04-24 22:22:50 +04:00
|
|
|
xywh {100 265 170 20} value 1 labelsize 12
|
|
|
|
}
|
|
|
|
Fl_Box {} {
|
|
|
|
label {Internationalization:}
|
|
|
|
xywh {150 25 205 130} box ENGRAVED_FRAME labelsize 12 align 5
|
|
|
|
}
|
|
|
|
Fl_Choice i18n_type_chooser {
|
|
|
|
label {Use:}
|
|
|
|
callback i18n_type_cb open
|
|
|
|
xywh {220 35 125 20} box THIN_UP_BOX
|
|
|
|
} {
|
|
|
|
menuitem {} {
|
|
|
|
label None
|
|
|
|
xywh {0 0 100 20}
|
|
|
|
}
|
|
|
|
menuitem {} {
|
|
|
|
label {GNU gettext}
|
|
|
|
xywh {0 0 100 20}
|
|
|
|
}
|
|
|
|
menuitem {} {
|
|
|
|
label {POSIX catgets}
|
|
|
|
xywh {0 0 100 20}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Input i18n_include_input {
|
|
|
|
label {\#include:}
|
|
|
|
callback i18n_text_cb selected
|
|
|
|
xywh {220 65 125 20} box THIN_DOWN_BOX textfont 4 hide
|
|
|
|
}
|
|
|
|
Fl_Input i18n_file_input {
|
|
|
|
label {File:}
|
|
|
|
callback i18n_text_cb
|
|
|
|
xywh {220 95 125 20} box THIN_DOWN_BOX textfont 4 hide
|
|
|
|
}
|
|
|
|
Fl_Input i18n_set_input {
|
|
|
|
label {Set:}
|
|
|
|
callback i18n_text_cb
|
|
|
|
xywh {220 125 125 20} type Int box THIN_DOWN_BOX textfont 4 hide
|
|
|
|
}
|
|
|
|
Fl_Input i18n_function_input {
|
|
|
|
label {Function:}
|
|
|
|
callback i18n_text_cb
|
|
|
|
xywh {220 95 125 20} box THIN_DOWN_BOX textfont 4 hide
|
1998-10-15 18:19:34 +04:00
|
|
|
}
|
1998-10-06 22:21:25 +04:00
|
|
|
}
|
|
|
|
}
|
2000-04-24 22:22:50 +04:00
|
|
|
|
|
|
|
decl {extern void i18n_cb(Fl_Choice *,void *);} {}
|