X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fgtkcols.h;h=b7410cb41c131b85fc9f115d3c587d24d621e59f;hb=095072fa46b2d7b8beafaddb2f873d2f500a1e10;hp=ad5266821839b562a26b8f9403378e4499c31483;hpb=1e4273a9295f0922a84dcea3edffcbd7b5449c11;p=PuTTY.git diff --git a/unix/gtkcols.h b/unix/gtkcols.h index ad526682..b7410cb4 100644 --- a/unix/gtkcols.h +++ b/unix/gtkcols.h @@ -42,9 +42,11 @@ struct ColumnsChild_tag { GtkWidget *widget; gint colstart, colspan; gboolean force_left; /* for recalcitrant GtkLabels */ + ColumnsChild *same_height_as; /* Otherwise, this entry represents a change in the column setup. */ gint ncols; gint *percentages; + gint x, y, w, h; /* used during an individual size computation */ }; GType columns_get_type(void); @@ -54,6 +56,7 @@ void columns_add(Columns *cols, GtkWidget *child, gint colstart, gint colspan); void columns_taborder_last(Columns *cols, GtkWidget *child); void columns_force_left_align(Columns *cols, GtkWidget *child); +void columns_force_same_height(Columns *cols, GtkWidget *ch1, GtkWidget *ch2); #ifdef __cplusplus }