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-11 15:08:54 +00:00
|
|
|
|
|
|
|
#ifndef FD_form_tabular_h_
|
|
|
|
#define FD_form_tabular_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-07-11 15:08:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
2000-07-13 15:03:34 +00:00
|
|
|
struct FD_form_tabular {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_tabular();
|
2000-07-13 15:03:34 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-07-11 15:08:54 +00:00
|
|
|
FL_OBJECT *tabFolder;
|
|
|
|
FL_OBJECT *button_close;
|
|
|
|
FL_OBJECT *input_tabular_column;
|
|
|
|
FL_OBJECT *input_tabular_row;
|
|
|
|
FL_OBJECT *text_warning;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
|
|
|
struct FD_form_tabular_options {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_tabular_options();
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-07-11 15:08:54 +00:00
|
|
|
FL_OBJECT *button_append_column;
|
|
|
|
FL_OBJECT *button_delete_column;
|
|
|
|
FL_OBJECT *button_append_row;
|
|
|
|
FL_OBJECT *button_delete_row;
|
|
|
|
FL_OBJECT *button_set_borders;
|
|
|
|
FL_OBJECT *button_unset_borders;
|
|
|
|
FL_OBJECT *radio_longtable;
|
|
|
|
FL_OBJECT *radio_rotate_tabular;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
|
|
|
struct FD_form_column_options {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_column_options();
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-07-11 15:08:54 +00:00
|
|
|
FL_OBJECT *radio_border_top;
|
|
|
|
FL_OBJECT *radio_border_bottom;
|
|
|
|
FL_OBJECT *radio_border_left;
|
|
|
|
FL_OBJECT *radio_border_right;
|
|
|
|
FL_OBJECT *radio_align_left;
|
|
|
|
FL_OBJECT *radio_align_right;
|
|
|
|
FL_OBJECT *radio_align_center;
|
|
|
|
FL_OBJECT *radio_valign_top;
|
|
|
|
FL_OBJECT *radio_valign_center;
|
|
|
|
FL_OBJECT *radio_valign_bottom;
|
2000-10-26 09:36:33 +00:00
|
|
|
FL_OBJECT *input_column_width;
|
|
|
|
FL_OBJECT *input_special_alignment;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
|
|
|
struct FD_form_cell_options {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_cell_options();
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-07-11 15:08:54 +00:00
|
|
|
FL_OBJECT *radio_border_top;
|
|
|
|
FL_OBJECT *radio_border_bottom;
|
|
|
|
FL_OBJECT *radio_border_left;
|
|
|
|
FL_OBJECT *radio_border_right;
|
|
|
|
FL_OBJECT *radio_align_left;
|
|
|
|
FL_OBJECT *radio_align_right;
|
|
|
|
FL_OBJECT *radio_align_center;
|
|
|
|
FL_OBJECT *radio_valign_top;
|
|
|
|
FL_OBJECT *radio_valign_center;
|
|
|
|
FL_OBJECT *radio_valign_bottom;
|
2000-10-26 09:36:33 +00:00
|
|
|
FL_OBJECT *input_mcolumn_width;
|
|
|
|
FL_OBJECT *input_special_multialign;
|
|
|
|
FL_OBJECT *radio_multicolumn;
|
2000-07-31 12:30:10 +00:00
|
|
|
FL_OBJECT *radio_useminipage;
|
2000-10-26 09:36:33 +00:00
|
|
|
FL_OBJECT *radio_rotate_cell;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
|
|
|
struct FD_form_longtable_options {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_longtable_options();
|
2000-07-11 15:08:54 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-07-11 15:08:54 +00:00
|
|
|
FL_OBJECT *radio_lt_firsthead;
|
|
|
|
FL_OBJECT *radio_lt_head;
|
|
|
|
FL_OBJECT *radio_lt_foot;
|
|
|
|
FL_OBJECT *radio_lt_lastfoot;
|
|
|
|
FL_OBJECT *radio_lt_newpage;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
2000-07-11 15:08:54 +00:00
|
|
|
|
|
|
|
#endif /* FD_form_tabular_h_ */
|