Re: scrollable gtk_table with header



On Thu, Aug 7, 2008 at 6:06 AM, Rob Alblas <ralblas aimcom nl> 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 gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]