I create custom Gtk + widgets (in C) to work, and one of the requirements is that these widgets must be editable in Glade.
While this works well, I have, for example, a widget from a table with buttons in it and with customizable specific behavior and some customizable specific properties that can be edited correctly in Gladade.
So this is work, but now I need the user to be able to change the properties of the buttons (which are inside my custom widget) - and only those buttons - from Glade.
It seems possible, since many basic Gtk widgets (many containers) expose some of their movements in the meadow, allowing, for example, editing the GtkFrame label.
But I can not find any documentation about this. Can someone explain how to do this?
Klaim source
share