[Gtk-sharp-list] GtkLabel and ColSpan

Mark Derricutt mark@talios.com
Mon, 14 Apr 2003 23:39:47 +1200


Hi - I know this is really the wrong (specific) list for this, but I don't
really want to sub to another list just for this question, and I guess
most here know Gtk/Glade :)

I added a table ( 2 cols x 4 rows ) to my Window, and put a label in 1x1,
setting its Colspan to 2, the label displays full width, but when I set a
heap of text and Warp to true, the contents wrap at what I think is the
first column.  I can solve the issue by forcing the width property, but
this screws up any dynamic resizing.

Anyone come accross this?  Am I likely doing something silly wrong?  ( I
can provide a .glade file if anyone wants one )...

Mark