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

Re: Properties on Interfaces



Am Fr, den 23.07.2004 schrieb Keith Sharp um 07:15:
> Hello,
> 
> Could anyone point me at some C code that uses the properties on
> interfaces feature added in GLib 2.4.  Either example code, or an
> application that uses this feature.
> 

It is used in the new file chooser in gtk. GtkFileChooser is an
interface with properties, and e.g. GtkFileChooserDefault is an
implementation of that interface. See the  
_gtk_file_chooser_install_properties () which takes care of installing
the interface properties for an implementation.

Matthias



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