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 **/
|
2002-01-07 09:50:19 +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
|
|
|
|
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;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *tabfolder;
|
2000-07-11 15:08:54 +00:00
|
|
|
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;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_longtable;
|
|
|
|
FL_OBJECT *check_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;
|
2001-12-19 16:13:21 +00:00
|
|
|
FL_OBJECT *input_column_width;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_border_top;
|
|
|
|
FL_OBJECT *check_border_bottom;
|
|
|
|
FL_OBJECT *check_border_left;
|
|
|
|
FL_OBJECT *check_border_right;
|
2000-07-11 15:08:54 +00:00
|
|
|
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_special_alignment;
|
2001-10-23 11:35:48 +00:00
|
|
|
FL_OBJECT *choice_value_column_width;
|
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;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_border_top;
|
|
|
|
FL_OBJECT *check_border_bottom;
|
|
|
|
FL_OBJECT *check_border_left;
|
|
|
|
FL_OBJECT *check_border_right;
|
2000-07-11 15:08:54 +00:00
|
|
|
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;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_multicolumn;
|
|
|
|
FL_OBJECT *check_useminipage;
|
|
|
|
FL_OBJECT *check_rotate_cell;
|
2001-10-23 11:35:48 +00:00
|
|
|
FL_OBJECT *choice_value_mcolumn_width;
|
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;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_lt_firsthead;
|
|
|
|
FL_OBJECT *check_lt_head;
|
|
|
|
FL_OBJECT *check_lt_foot;
|
|
|
|
FL_OBJECT *check_lt_lastfoot;
|
|
|
|
FL_OBJECT *check_lt_newpage;
|
2001-12-19 16:13:21 +00:00
|
|
|
FL_OBJECT *check_head_2border_above;
|
|
|
|
FL_OBJECT *check_head_2border_below;
|
|
|
|
FL_OBJECT *check_1head_2border_above;
|
|
|
|
FL_OBJECT *check_foot_2border_above;
|
|
|
|
FL_OBJECT *check_lastfoot_2border_above;
|
|
|
|
FL_OBJECT *check_1head_2border_below;
|
|
|
|
FL_OBJECT *check_foot_2border_below;
|
|
|
|
FL_OBJECT *check_lastfoot_2border_below;
|
|
|
|
FL_OBJECT *check_1head_empty;
|
|
|
|
FL_OBJECT *check_lastfoot_empty;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
2000-07-11 15:08:54 +00:00
|
|
|
|
|
|
|
#endif /* FD_form_tabular_h_ */
|