]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkcols.h
Fix buffer management in strbuf_catfv.
[PuTTY.git] / unix / gtkcols.h
index b7b2656bba37e4134a989337dec7c46c52339b9e..b7410cb41c131b85fc9f115d3c587d24d621e59f 100644 (file)
@@ -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
 }