Re: API break in GtkAction?

2013-10-08 Thread Sébastien Wilmet
On Mon, Oct 07, 2013 at 06:39:41PM -0400, Matthias Clasen wrote:
 I've just pushed a testcase (
 https://git.gnome.org/browse/gtk+/tree/tests/teststockbuttonmenu.c) that
 shows things related to stock icons, buttons, menuitems and actions working
 as I would expect them to, including gtk_action_set_always_show_image.

Thanks. With a little more investigation, what worked with GTK+ 3.8 and 
doesn't work anymore is to call gtk_action_set_always_show_image() after 
the widgets are added to their containers.

Sébastien
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: API break in GtkAction?

2013-10-08 Thread Matthias Clasen
On Tue, Oct 8, 2013 at 9:45 AM, Sébastien Wilmet swil...@gnome.org wrote:

 On Mon, Oct 07, 2013 at 06:39:41PM -0400, Matthias Clasen wrote:
  I've just pushed a testcase (
  https://git.gnome.org/browse/gtk+/tree/tests/teststockbuttonmenu.c) that
  shows things related to stock icons, buttons, menuitems and actions
 working
  as I would expect them to, including gtk_action_set_always_show_image.

 Thanks. With a little more investigation, what worked with GTK+ 3.8 and
 doesn't work anymore is to call gtk_action_set_always_show_image() after
 the widgets are added to their containers.


Ah, ok. We should probably figure out what changed to break that.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list