2000-08-14 05:24:35 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
|
|
/** Header file generated with fdesign **/
|
2000-07-31 12:30:10 +00:00
|
|
|
|
|
|
|
#ifndef FD_form_graphics_h_
|
|
|
|
#define FD_form_graphics_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
2001-03-28 13:11:08 +00:00
|
|
|
extern "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
|
2002-02-05 12:19:32 +00:00
|
|
|
extern "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
|
2002-02-13 18:07:43 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
2000-07-31 12:30:10 +00:00
|
|
|
|
2002-01-29 09:26:24 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
|
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
|
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
|
2002-01-30 14:55:27 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
|
2002-02-04 15:36:45 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
|
2000-07-31 12:30:10 +00:00
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
struct FD_form_graphics {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_graphics();
|
2000-07-31 12:30:10 +00:00
|
|
|
|
2002-01-29 09:26:24 +00:00
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *tabFolder;
|
|
|
|
FL_OBJECT *button_restore;
|
|
|
|
FL_OBJECT *button_ok;
|
|
|
|
FL_OBJECT *button_cancel;
|
2002-02-05 12:19:32 +00:00
|
|
|
FL_OBJECT *button_apply;
|
2002-01-30 14:55:27 +00:00
|
|
|
FL_OBJECT *text_warning;
|
2002-01-29 09:26:24 +00:00
|
|
|
};
|
|
|
|
struct FD_form_file {
|
|
|
|
~FD_form_file();
|
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-07-31 12:30:10 +00:00
|
|
|
FL_OBJECT *input_filename;
|
|
|
|
FL_OBJECT *button_browse;
|
2002-01-30 18:49:41 +00:00
|
|
|
FL_OBJECT *check_subcaption;
|
|
|
|
FL_OBJECT *input_subcaption;
|
2002-02-04 15:36:45 +00:00
|
|
|
FL_OBJECT *input_rotate_angle;
|
|
|
|
FL_OBJECT *choice_origin;
|
|
|
|
FL_OBJECT *button_draft;
|
2002-02-05 18:43:28 +00:00
|
|
|
FL_OBJECT *check_rotate;
|
2002-02-11 10:42:11 +00:00
|
|
|
FL_OBJECT *button_nounzip;
|
2002-01-29 09:26:24 +00:00
|
|
|
};
|
|
|
|
struct FD_form_size {
|
|
|
|
~FD_form_size();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2002-01-30 18:49:41 +00:00
|
|
|
FL_OBJECT *radio_size;
|
2002-02-05 18:43:28 +00:00
|
|
|
FL_OBJECT *button_asis;
|
2002-01-30 18:49:41 +00:00
|
|
|
FL_OBJECT *button_scale;
|
2002-02-05 18:43:28 +00:00
|
|
|
FL_OBJECT *button_wh;
|
|
|
|
FL_OBJECT *input_scale;
|
2000-07-31 12:30:10 +00:00
|
|
|
FL_OBJECT *input_width;
|
2001-09-13 09:34:39 +00:00
|
|
|
FL_OBJECT *choice_width_units;
|
2000-07-31 12:30:10 +00:00
|
|
|
FL_OBJECT *input_height;
|
2001-09-13 09:34:39 +00:00
|
|
|
FL_OBJECT *choice_height_units;
|
2002-01-29 09:26:24 +00:00
|
|
|
FL_OBJECT *check_aspectratio;
|
2002-02-11 10:42:11 +00:00
|
|
|
FL_OBJECT *button_lyx_values;
|
2002-01-29 09:26:24 +00:00
|
|
|
};
|
2002-01-30 14:55:27 +00:00
|
|
|
struct FD_form_bbox {
|
|
|
|
~FD_form_bbox();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2002-01-30 18:49:41 +00:00
|
|
|
FL_OBJECT *input_bb_x1;
|
|
|
|
FL_OBJECT *input_bb_y1;
|
2002-02-11 10:42:11 +00:00
|
|
|
FL_OBJECT *input_bb_x0;
|
|
|
|
FL_OBJECT *input_bb_y0;
|
|
|
|
FL_OBJECT *choice_bb_units;
|
2002-01-30 14:55:27 +00:00
|
|
|
FL_OBJECT *button_getBB;
|
2002-02-13 18:07:43 +00:00
|
|
|
FL_OBJECT *button_clip;
|
2002-01-30 14:55:27 +00:00
|
|
|
};
|
2002-01-29 09:26:24 +00:00
|
|
|
struct FD_form_special {
|
|
|
|
~FD_form_special();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *input_special;
|
2002-02-04 15:36:45 +00:00
|
|
|
};
|
|
|
|
struct FD_form_lyxview {
|
|
|
|
~FD_form_lyxview();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2002-02-05 18:43:28 +00:00
|
|
|
FL_OBJECT *input_lyxscale;
|
|
|
|
FL_OBJECT *button_lyxasis;
|
|
|
|
FL_OBJECT *button_lyxscale;
|
|
|
|
FL_OBJECT *button_lyxwh;
|
|
|
|
FL_OBJECT *radio_display;
|
|
|
|
FL_OBJECT *radio_pref;
|
|
|
|
FL_OBJECT *radio_mono;
|
|
|
|
FL_OBJECT *radio_gray;
|
|
|
|
FL_OBJECT *radio_color;
|
|
|
|
FL_OBJECT *radio_nodisplay;
|
2002-02-04 15:36:45 +00:00
|
|
|
FL_OBJECT *input_lyxwidth;
|
|
|
|
FL_OBJECT *choice_width_lyxwidth;
|
|
|
|
FL_OBJECT *input_lyxheight;
|
|
|
|
FL_OBJECT *choice_width_lyxheight;
|
2002-02-11 10:42:11 +00:00
|
|
|
FL_OBJECT *button_latex_values;
|
2000-07-31 12:30:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* FD_form_graphics_h_ */
|