X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fgtkcols.h;h=b7410cb41c131b85fc9f115d3c587d24d621e59f;hb=095072fa46b2d7b8beafaddb2f873d2f500a1e10;hp=b7b2656bba37e4134a989337dec7c46c52339b9e;hpb=64b51dcbbaa9a35243224fb74ad9a95ff60d5aff;p=PuTTY.git diff --git a/unix/gtkcols.h b/unix/gtkcols.h index b7b2656b..b7410cb4 100644 --- a/unix/gtkcols.h +++ b/unix/gtkcols.h @@ -42,6 +42,7 @@ 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; @@ -55,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 }