| Top |
| GtkWidget * | glade_placeholder_new () |
| GladeWidget * | glade_placeholder_get_parent () |
| GladeProject * | glade_placeholder_get_project () |
| GList * | glade_placeholder_packing_actions () |
GladePlaceholder implements AtkImplementorIface, GtkBuildable and GtkScrollable.
Generally in Glade, container widgets are implemented with GladePlaceholder
children to allow users to 'click' and add their widgets to a container.
It is the responsibility of the plugin writer to create placeholders for
container widgets where appropriate; usually in GladePostCreateFunc
when the GladeCreateReason is GLADE_CREATE_USER.
GladeWidget *
glade_placeholder_get_parent (GladePlaceholder *placeholder);
GladeProject *
glade_placeholder_get_project (GladePlaceholder *placeholder);
GList *
glade_placeholder_packing_actions (GladePlaceholder *placeholder);