Top | ![]() |
![]() |
![]() |
![]() |
GladeEditorGladeEditor — A Widget to edit a GladeWidget. |
#define | GLADE_EDITOR_TABLE() |
#define | GLADE_IS_EDITOR_TABLE() |
GladeEditor * | glade_editor_new () |
void | glade_editor_load_widget () |
gboolean | glade_editor_query_dialog () |
void | glade_editor_show_info () |
void | glade_editor_hide_info () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── GladeEditor
This is the Glade Notebook containing all the controls needed to configure a GladeWidget.
#define GLADE_EDITOR_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GLADE_TYPE_EDITOR_TABLE, GladeEditorTable))
#define GLADE_IS_EDITOR_TABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GLADE_TYPE_EDITOR_TABLE))
void glade_editor_load_widget (GladeEditor *editor
,GladeWidget *widget
);
Load widget
into editor
. If widget
is NULL
, clear the editor.
“show-info”
property“show-info” gboolean
Whether to show an informational button for the loaded widget.
Flags: Read
Default value: FALSE
“widget”
property“widget” GladeWidget *
The currently loaded widget in this editor.
Flags: Read / Write