| Top |
GladeEditorGladeEditor — A Widget to edit a GladeWidget. |
Functions
| GladeEditor * | glade_editor_new () |
| void | glade_editor_load_widget () |
| gboolean | glade_editor_query_dialog () |
| void | glade_editor_show_info () |
| void | glade_editor_hide_info () |
| GtkWidget * | glade_editor_dialog_for_widget () |
| void | glade_editor_hide_class_field () |
| void | glade_editor_reset_dialog_run () |
| void | glade_editor_show_class_field () |
| GtkWidget * | glade_editor_skeleton_new () |
| void | glade_editor_skeleton_add_editor () |
| GtkWidget * | glade_editor_table_new () |
Properties
| gchar * | class-field | Read |
| gboolean | show-boder | Read / Write |
| gboolean | show-class-field | Read / Write |
| gboolean | show-info | Read |
| GladeSignalEditor * | signal-editor | Read |
| GladeWidget * | widget | Read / Write |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GladeEditor
Description
This is the Glade Notebook containing all the controls needed to configure a GladeWidget.
Functions
glade_editor_load_widget ()
void glade_editor_load_widget (GladeEditor *editor,GladeWidget *widget);
Load widget
into editor
. If widget
is NULL, clear the editor.
glade_editor_show_info ()
void
glade_editor_show_info (GladeEditor *editor);
glade_editor_show_info is deprecated and should not be used in newly-written code.
glade_editor_hide_info ()
void
glade_editor_hide_info (GladeEditor *editor);
glade_editor_hide_info is deprecated and should not be used in newly-written code.
glade_editor_dialog_for_widget ()
GtkWidget *
glade_editor_dialog_for_widget (GladeWidget *widget);
This convenience function creates a new dialog window to edit widget
specifically.
glade_editor_reset_dialog_run ()
void glade_editor_reset_dialog_run (GtkWidget *parent,GladeWidget *gwidget);
glade_editor_skeleton_add_editor ()
void glade_editor_skeleton_add_editor (GladeEditorSkeleton *skeleton,GladeEditable *editor);
glade_editor_table_new ()
GtkWidget * glade_editor_table_new (GladeWidgetAdaptor *adaptor,GladeEditorPageType type);
Creates a new GladeEditorTable.
Property Details
The “class-field” property
“class-field” gchar *
The class field string.
Owner: GladeEditor
Flags: Read
Default value: NULL
The “show-boder” property
“show-boder” gboolean
Whether the border should be shown.
Owner: GladeEditor
Flags: Read / Write
Default value: TRUE
The “show-class-field” property
“show-class-field” gboolean
Whether to show the class field at the top.
Owner: GladeEditor
Flags: Read / Write
Default value: TRUE
The “show-info” property
“show-info” gboolean
Whether to show an informational button for the loaded widget.
Owner: GladeEditor
Flags: Read
Default value: FALSE
The “signal-editor” property
“signal-editor” GladeSignalEditor *
The signal editor used to edit signals.
Owner: GladeEditor
Flags: Read
The “widget” property
“widget” GladeWidget *
The currently loaded widget in this editor.
Owner: GladeEditor
Flags: Read / Write
