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
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.
>
>
/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