]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_tabular.h
Better parbox use in tabulars, add of scrolling of inset and automatic
[lyx.git] / src / frontends / xforms / form_tabular.h
index e4f449e9e5039cc2ea5cf18f1f556e80d36d1952..e97f7c079dabdca75a80525d054551e01e24c4f2 100644 (file)
@@ -1,4 +1,4 @@
-/** Header file generated with fdesign on Fri Jul 14 15:53:33 2000.**/
+/** Header file generated with fdesign on Tue Aug  1 15:15:57 2000.**/
 
 #ifndef FD_form_tabular_h_
 #define FD_form_tabular_h_
@@ -52,16 +52,15 @@ struct FD_form_column_options {
        FL_OBJECT *radio_align_right;
        FL_OBJECT *radio_align_center;
        FL_OBJECT *input_column_width;
+       FL_OBJECT *input_special_alignment;
        FL_OBJECT *radio_valign_top;
        FL_OBJECT *radio_valign_center;
        FL_OBJECT *radio_valign_bottom;
-       FL_OBJECT *input_special_alignment;
 };
 struct FD_form_cell_options {
 
        FL_FORM *form_cell_options;
        FL_OBJECT *radio_multicolumn;
-       FL_OBJECT *radio_linebreak_cell;
        FL_OBJECT *radio_rotate_cell;
        FL_OBJECT *input_special_multialign;
        FL_OBJECT *input_mcolumn_width;
@@ -75,6 +74,7 @@ struct FD_form_cell_options {
        FL_OBJECT *radio_valign_top;
        FL_OBJECT *radio_valign_center;
        FL_OBJECT *radio_valign_bottom;
+       FL_OBJECT *radio_useminipage;
 };
 struct FD_form_longtable_options {