Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_html_editor_new () |
EHTMLEditorView * | e_html_editor_get_view () |
GtkBuilder * | e_html_editor_get_builder () |
GtkUIManager * | e_html_editor_get_ui_manager () |
GtkAction * | e_html_editor_get_action () |
GtkActionGroup * | e_html_editor_get_action_group () |
GtkWidget * | e_html_editor_get_widget () |
GtkWidget * | e_html_editor_get_managed_widget () |
const gchar * | e_html_editor_get_filename () |
void | e_html_editor_set_filename () |
EActivity * | e_html_editor_new_activity () |
void | e_html_editor_pack_above () |
gboolean | e_html_editor_save () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── EHTMLEditor
EHTMLEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and EAlertSink.
EHTMLEditorView *
e_html_editor_get_view (EHTMLEditor *editor
);
Returns instance of EHTMLEditorView used in the editor
.
GtkUIManager *
e_html_editor_get_ui_manager (EHTMLEditor *editor
);
Returns GtkUIManager that manages all the actions in the editor
.
GtkAction * e_html_editor_get_action (EHTMLEditor *editor
,const gchar *action_name
);
GtkActionGroup * e_html_editor_get_action_group (EHTMLEditor *editor
,const gchar *group_name
);
GtkWidget * e_html_editor_get_widget (EHTMLEditor *editor
,const gchar *widget_name
);
GtkWidget * e_html_editor_get_managed_widget (EHTMLEditor *editor
,const gchar *widget_path
);
const gchar *
e_html_editor_get_filename (EHTMLEditor *editor
);
Returns path and name of file to which content of the editor should be saved.
void e_html_editor_set_filename (EHTMLEditor *editor
,const gchar *filename
);
Sets file to which content of the editor should be saved (see
e_html_editor_save()
).
EActivity *
e_html_editor_new_activity (EHTMLEditor *editor
);
Creates and configures a new EActivity so its progress is shown in
the editor
. The EActivity comes pre-loaded with a CamelOperation.
void e_html_editor_pack_above (EHTMLEditor *editor
,GtkWidget *child
);
Inserts child
right between the toolbars and the editor widget itself.
gboolean e_html_editor_save (EHTMLEditor *editor
,const gchar *filename
,gboolean as_html
,GError **error
);
Saves current content of the EHTMLEditorView into given file. When as_html
is FALSE
, the content is first converted into plain text.
editor |
an EHTMLEditor |
|
filename |
file into which to save the content |
|
as_html |
whether the content should be saved as HTML or plain text |
|
error |
[out] a GError |
struct EHTMLEditor;
EHTMLEditor provides GUI for manipulating with properties of EHTMLEditorView and its EHTMLEditorSelection - i.e. toolbars and actions.
“spell-languages-changed”
signalvoid user_function (EHTMLEditor *ehtmleditor, gpointer user_data)
Flags: Run Last
“update-actions”
signalvoid user_function (EHTMLEditor *ehtmleditor, GdkEvent *arg1, gpointer user_data)
Flags: Run Last