-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/14/2011 04:08 PM, Allin Cottrell wrote:
> On Sun, 13 Feb 2011, Allin Cottrell wrote:
>
>> I have glib 2.28.0 installed, along with gtk 2.24.0 and gtk 3.0.0.
>> Calls to the FileChooser in my app work as expected in 2.24, but
>> in 3.0.0 they pro
On Sun, 13 Feb 2011, Allin Cottrell wrote:
> I have glib 2.28.0 installed, along with gtk 2.24.0 and gtk 3.0.0.
> Calls to the FileChooser in my app work as expected in 2.24, but
> in 3.0.0 they produce:
>
> GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser'
> is not installed
>
> a
Hi,
(forgive some imprecise names here, am writing from memory and in a
rush before work)
I'm adapting some code which uses gobject to create a widget. The code
previously used GtkWidget as the parent_class but I am trying to adapt
it to GtkDrawingArea as the parent_class.
However, the button_pr