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

Paul Paximadis ppaximadis@websoft.co.za
Wed, 29 Oct 2003 14:52:41 +0200


Is it possible to apply these themes in programs written with GTK#/mono
running on windows ?

Thanks,
Paul

-----Original Message-----
From: Jonathan Pryor [mailto:jonpryor@vt.edu]=20
Sent: Wednesday, October 29, 2003 14:22
To: Paul Paximadis
Cc: gtk-sharp-list@lists.ximian.com
Subject: Re: [Gtk-sharp-list] Gtk# Classes/themes etc..


On Wed, 2003-10-29 at 04:36, Paul Paximadis wrote:
> Hi,
>=20
> 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.
>=20
> Thanks in advance,
> Paul

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

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

 - Jon