Re: [Vala] Setting image on a button?

2011-06-09 Thread Antoine Gutzwiller
Hi, I think the solution of your problem is to change a parameter in gconf. In /desktop/gnome/interface, check "buttons_have_icons" Hope it helps, Antoine ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Setting image on a button?

2011-05-18 Thread Damien Radtke
Yep. Doesn't work. On Wed, May 18, 2011 at 4:58 AM, Sébastien Wilmet < sebastien.wil...@gmail.com> wrote: > Hello, > > On Tue, May 17, 2011 at 08:10:55PM -0500, Damien Radtke wrote: > > Ah, maybe I should've been more clear. It works if the image is the only > > thing on the button, but I want to

Re: [Vala] Setting image on a button?

2011-05-18 Thread Sébastien Wilmet
Hello, On Tue, May 17, 2011 at 08:10:55PM -0500, Damien Radtke wrote: > Ah, maybe I should've been more clear. It works if the image is the only > thing on the button, but I want to have both text and the image, and it > doesn't work if the button already has text on it (even if I use > image.show

Re: [Vala] Setting image on a button?

2011-05-17 Thread Damien Radtke
Ah, maybe I should've been more clear. It works if the image is the only thing on the button, but I want to have both text and the image, and it doesn't work if the button already has text on it (even if I use image.show()). On Tue, May 17, 2011 at 2:31 AM, Nicolas Joseph wrote: > Hello, > > Le 1

Re: [Vala] Setting image on a button?

2011-05-17 Thread Nicolas Joseph
Hello, Le 16/05/11 à 18:33, Damien Radtke a écrit : > I'm trying to add an image to a button, but it doesn't display. I'm loading > one of the stock images, and can get it to display fine on its own, but it > doesn't show after placed on a button with set_image(). I've also looked > into the "gtk-

Re: [Vala] Setting image on a button?

2011-05-17 Thread Nicolas Joseph
Hello, Le 16/05/11 à 18:33, Damien Radtke a écrit : > I'm trying to add an image to a button, but it doesn't display. I'm loading > one of the stock images, and can get it to display fine on its own, but it > doesn't show after placed on a button with set_image(). I've also looked > into the "gtk-

[Vala] Setting image on a button?

2011-05-16 Thread Damien Radtke
I'm trying to add an image to a button, but it doesn't display. I'm loading one of the stock images, and can get it to display fine on its own, but it doesn't show after placed on a button with set_image(). I've also looked into the "gtk-button-images" setting to see if it's disabled, but Gtk.Setti