mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
53cea4fb83
cell around the InsetText inside InsetTabular. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3298 a592a061-630c-0410-9148-cb99ea01b6c8
104 lines
2.8 KiB
C
104 lines
2.8 KiB
C
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
/** Header file generated with fdesign **/
|
|
|
|
#ifndef FD_form_tabular_h_
|
|
#define FD_form_tabular_h_
|
|
|
|
/** Callbacks, globals and object handlers **/
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
struct FD_form_tabular {
|
|
~FD_form_tabular();
|
|
|
|
FL_FORM *form;
|
|
FL_OBJECT *tabFolder;
|
|
FL_OBJECT *button_close;
|
|
FL_OBJECT *input_tabular_column;
|
|
FL_OBJECT *input_tabular_row;
|
|
FL_OBJECT *text_warning;
|
|
};
|
|
struct FD_form_tabular_options {
|
|
~FD_form_tabular_options();
|
|
|
|
FL_FORM *form;
|
|
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;
|
|
};
|
|
struct FD_form_column_options {
|
|
~FD_form_column_options();
|
|
|
|
FL_FORM *form;
|
|
FL_OBJECT *input_column_width;
|
|
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;
|
|
FL_OBJECT *input_special_alignment;
|
|
FL_OBJECT *choice_value_column_width;
|
|
};
|
|
struct FD_form_cell_options {
|
|
~FD_form_cell_options();
|
|
|
|
FL_FORM *form;
|
|
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;
|
|
FL_OBJECT *input_mcolumn_width;
|
|
FL_OBJECT *input_special_multialign;
|
|
FL_OBJECT *radio_multicolumn;
|
|
FL_OBJECT *radio_useminipage;
|
|
FL_OBJECT *radio_rotate_cell;
|
|
FL_OBJECT *choice_value_mcolumn_width;
|
|
};
|
|
struct FD_form_longtable_options {
|
|
~FD_form_longtable_options();
|
|
|
|
FL_FORM *form;
|
|
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;
|
|
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;
|
|
};
|
|
|
|
#endif /* FD_form_tabular_h_ */
|