Re: buildable_set_name

2008-01-31 Thread Johan Dahlin
idget_set_name and not through buildable_set_name. That is correct. There's only one name for the object, it can be set and accessed either by using the widget or the buildable accessors. > No one except GtkAction and GtkActionGroup seems to be using buildable > set/get_name. > My doubt

Re: buildable_set_name

2008-01-29 Thread Yevgen Muntyan
le_get_name it returns me new name which was >> set through widget_set_name and not through buildable_set_name. >> > > That is correct. > There's only one name for the object, it can be set and accessed either > by using the widget or the buildable accessors. > >

buildable_set_name

2008-01-29 Thread amol
/get_name. I may create GtkWidget through GtkBuilder and after that i may set widget name accordingly (to use different styles in different cases). But when i do gtk_buildable_get_name it returns me new name which was set through widget_set_name and not through buildable_set_name. No one except GtkAction