[Gtk-sharp-list] Win32 gnome support and tables

Mike Kestner mkestner@speakeasy.net
02 Jan 2003 09:45:30 -0600


On Thu, 2003-01-02 at 05:38, rick@vanosten.net wrote:

> Happy new year! I have two newbie questions:
> # Are the gnome/pango/atk libraries supported under Win32?

currently, only glib, pango, atk, gdk, and gtk are supported on win32.

> # There must be a reason, why GTK (and therefore gtk-#) does not come
> with a table widget. Could someone please point me to some place,
> where a table implementation using either GTK or gtk-# is
> discussed/shown/implemented?

Gtk.Table is a container to pack widgets tabularly.  Gtk.TreeView and
Gtk.ListStore can be used to display data in a columnar format.  There
are examples of each in the gtk+ source and in the gtk+ tutorial to get
a feeling for how they work.

-- 
Mike Kestner <mkestner@speakeasy.net>