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 **/
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void CharacterApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void CharacterCloseCB(FL_OBJECT *, long);
|
|
|
|
|
|
|
|
extern "C" void PreambleOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void PreambleApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void PreambleCancelCB(FL_OBJECT *, long);
|
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
/**** Forms and Objects ****/
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_character;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
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;
|
1999-09-27 18:44:28 +00:00
|
|
|
} FD_form_character;
|
|
|
|
|
|
|
|
extern FD_form_character * create_form_form_character(void);
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_preamble;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *button_ok;
|
|
|
|
FL_OBJECT *button_apply;
|
|
|
|
FL_OBJECT *button_cancel;
|
|
|
|
FL_OBJECT *input_preamble;
|
|
|
|
} FD_form_preamble;
|
|
|
|
|
|
|
|
extern FD_form_preamble * create_form_form_preamble(void);
|
2000-06-12 11:27:15 +00:00
|
|
|
|
2000-09-26 13:54:57 +00:00
|
|
|
#endif /* FD_form_character_h_ */
|