[Gtk-sharp-list] Gtk# Classes/themes etc..

Jonathan Pryor jonpryor@vt.edu
Wed, 29 Oct 2003 07:21:48 -0500


On Wed, 2003-10-29 at 04:36, Paul Paximadis wrote:
> Hi,
> 
> 1. I was looking at the FileSelection class of Gtk# - is there maybe a
> better( looking ) class available ?

Not yet, but there will be.  GTK+ 2.4 will contain a GtkFileChooser
class, which will be the new file selection widget.  GtkFileSelection
(the current backing for Gtk.FileSelection) will be deprecated.

GTK+ 2.4 should be released before Gnome 2.6 next spring.

<snip/>

> 2. Are themes supported in GTK# ?
>    If so can someone quide me to some notes/examples on using.
> 
> Thanks in advance,
> Paul

Themes are supported by GTK+, the underpinnings of Gtk#.

See: http://art.gnome.org/faq.php

 - Jon