Re: Publically exposing GtkFileChooserIface

2006-12-19 Thread Federico Mena Quintero
El mié, 13-12-2006 a las 11:28 +0100, Kristian Rietveld escribió: The easiest way to solve this is probably to: * Move GtkFileChooserIface into it's own, new, header file. gtkfilechooserprivate.h also contains some data structures internal to the implementation of the default file

Publically exposing GtkFileChooserIface

2006-12-13 Thread Kristian Rietveld
Hi Federico, It has come to our attention that important pieces needed to implement a third-party file chooser dialog outside of GTK+ are not installed. As far as I can see implementing your own file chooser dialog involves implementing the GtkFileChooserIface and then plugging it into GTK+.