Top |
GladeEditorGladeEditor — A Widget to edit a GladeWidget. |
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 () |
This is the Glade Notebook containing all the controls needed to configure a GladeWidget.
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.
GtkWidget *
glade_editor_dialog_for_widget (GladeWidget *widget
);
This convenience function creates a new dialog window to edit widget
specifically.
void glade_editor_reset_dialog_run (GtkWidget *parent
,GladeWidget *gwidget
);
void glade_editor_skeleton_add_editor (GladeEditorSkeleton *skeleton
,GladeEditable *editor
);
GtkWidget * glade_editor_table_new (GladeWidgetAdaptor *adaptor
,GladeEditorPageType type
);
Creates a new GladeEditorTable.