| 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 () | 
| gchar * | class-field | Read | 
| gboolean | show-boder | Read / Write | 
| gboolean | show-class-field | Read / Write | 
| gboolean | show-info | Read | 
| GladeWidget * | widget | Read / Write | 
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── 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.
void
glade_editor_show_info (GladeEditor *editor);
glade_editor_show_info is deprecated and should not be used in newly-written code.
void
glade_editor_hide_info (GladeEditor *editor);
glade_editor_hide_info is deprecated and should not be used in newly-written code.
“class-field” property“class-field” gchar *
The class field string.
Flags: Read
Default value: NULL
“show-boder” property“show-boder” gboolean
Whether the border should be shown.
Flags: Read / Write
Default value: TRUE
“show-class-field” property“show-class-field” gboolean
Whether to show the class field at the top.
Flags: Read / Write
Default value: TRUE
“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