2001-02-26 15:17:19 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
2000-08-14 05:24:35 +00:00
|
|
|
/** Header file generated with fdesign **/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-09-26 13:54:57 +00:00
|
|
|
#ifndef FD_form_character_h_
|
|
|
|
#define FD_form_character_h_
|
2000-06-12 11:27:15 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
/** Callbacks, globals and object handlers **/
|
2001-03-21 13:27:03 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
|
1999-10-19 15:06:30 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
/**** Forms and Objects ****/
|
2001-02-26 15:17:19 +00:00
|
|
|
struct FD_form_character {
|
|
|
|
~FD_form_character();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
1999-09-27 18:44:28 +00:00
|
|
|
FL_OBJECT *choice_family;
|
|
|
|
FL_OBJECT *choice_series;
|
|
|
|
FL_OBJECT *choice_shape;
|
|
|
|
FL_OBJECT *choice_size;
|
|
|
|
FL_OBJECT *choice_bar;
|
|
|
|
FL_OBJECT *button_apply;
|
|
|
|
FL_OBJECT *button_close;
|
2000-06-19 15:33:58 +00:00
|
|
|
FL_OBJECT *choice_color;
|
|
|
|
FL_OBJECT *check_toggle_all;
|
|
|
|
FL_OBJECT *choice_language;
|
2001-02-26 15:17:19 +00:00
|
|
|
};
|
2000-06-12 11:27:15 +00:00
|
|
|
|
2000-09-26 13:54:57 +00:00
|
|
|
#endif /* FD_form_character_h_ */
|