On Thu, Aug 7, 2008 at 6:06 AM, Rob Alblas <ralblas@xxxxxxxxx> wrote: > Hi, > Is it possible to define a scrollable table, where the first row (acting > as header) is fixed, i.e., is not part of the vertical scrollable part? yes, youll be using a layout like this: container { vbox { header label, scrolledwindow { table } } } or, if you want the scrollbar on the side of the header youll need to setup the scrollbar/viewport yourself. cheers, -Tristan > > Rob Alblas. > > > > -- > This message has been scanned for viruses and is believed to be clean > > _______________________________________________ > gtk-list mailing list > gtk-list@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list > _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list