On Fri, Jan 9, 2015 at 4:30 AM, <schnitz...@itc.rwth-aachen.de> wrote:

> Hi all,
>
> I have a GtkTable packed in a scrolled window. The margins,
> row 0 and column 0 of the table should always stay visible and
> not be scrolled, basically like the annotation margins in a
> Microsoft Excel table. How could I do that?
>

GtkTable doesn't offer that. It is a basic grid layout widget, not a table
with headers etc.

Use a GtkListView.

Note also, from the docs for GtkTable:

"GtkTable <https://developer.gnome.org/gtk3/stable/GtkTable.html> has been
deprecated. Use GtkGrid
<https://developer.gnome.org/gtk3/stable/GtkGrid.html> instead. It provides
the same capabilities as GtkTable for arranging widgets in a rectangular
grid, but does support height-for-width geometry management."
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to