On Thu, Aug 7, 2008 at 6:06 AM, Rob Alblas <[EMAIL PROTECTED]> 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
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to