Top | ![]() |
![]() |
![]() |
![]() |
GladePlaceholderGladePlaceholder — A GtkWidget to fill empty places. |
Generally in Glade, container widgets are implemented with GladePlaceholder
children to allow users to 'click' and add thier widgets to a container.
It is the responsability 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
);
“set-scroll-adjustments”
signalvoid user_function (GladePlaceholder *gladeplaceholder, GtkAdjustment *arg1, GtkAdjustment *arg2, gpointer user_data)
Flags: Action