![]() |
![]() |
![]() |
Glade UI Builder Reference Manual | ![]() |
---|
GladePlaceholderGladePlaceholder — A GtkWidget to fill empty places |
#include <glade.h> GladePlaceholder; GtkWidget* glade_placeholder_new (void); GladeWidget* glade_placeholder_get_parent (GladePlaceholder *placeholder);
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
.
GtkWidget* glade_placeholder_new (void);
Returns : | a new GladePlaceholder cast as a GtkWidget |
GladeWidget* glade_placeholder_get_parent (GladePlaceholder *placeholder);
placeholder : |
|
Returns : |
<< glade-base-editor | Part III. Dockable Glade UI Widgets >> |