Re: gtk3: FileChooser schema not found

2011-02-14 Thread Kevin DeKorte
-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

Re: gtk3: FileChooser schema not found

2011-02-14 Thread Allin Cottrell
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

adding button events to a gtkdrawingarea based gobject

2011-02-14 Thread James Morris
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