Top |
void | glade_editable_block () |
void | glade_editable_load () |
GladeWidget * | glade_editable_loaded_widget () |
gboolean | glade_editable_loading () |
void | glade_editable_set_show_name () |
void | glade_editable_unblock () |
void glade_editable_load (GladeEditable *editable
,GladeWidget *widget
);
Loads widget
property values into editable
(the editable will watch the widgets properties
until its loaded with another widget or NULL
)
GladeWidget *
glade_editable_loaded_widget (GladeEditable *editable
);
void glade_editable_set_show_name (GladeEditable *editable
,gboolean show_name
);
This only applies for the general page in the property editor, editables that embed the GladeEditorTable implementation for the general page should use this to forward the message to its embedded editable.