Top | ![]() |
![]() |
![]() |
![]() |
|
e_html_editor_new () |
|
e_html_editor_new_finish () |
EContentEditor * | e_html_editor_get_content_editor () |
|
e_html_editor_register_content_editor () |
|
e_html_editor_get_builder () |
|
e_html_editor_get_ui_manager () |
|
e_html_editor_get_action () |
|
e_html_editor_get_action_group () |
|
e_html_editor_get_widget () |
|
e_html_editor_get_managed_widget () |
|
e_html_editor_get_style_combo_box () |
const |
e_html_editor_get_filename () |
|
e_html_editor_set_filename () |
|
e_html_editor_get_activity_bar () |
|
e_html_editor_new_activity () |
|
e_html_editor_pack_above () |
|
e_html_editor_update_spell_actions () |
|
e_html_editor_save () |
void e_html_editor_new (,
GAsyncReadyCallback callback);
gpointer user_data
Constructs a new e_html_editor_new_finish()
, which should be called inside callback
.
callback |
a callback to be called when the editor is ready |
|
user_data |
a used data passed into the |
Since: 3.22
GtkWidget * e_html_editor_new_finish (,
GAsyncResult *result);
GError **error
Finishes the call of e_html_editor_new()
.
result |
a |
|
error |
an optional |
Since: 3.22
EContentEditor *
e_html_editor_get_content_editor (EHTMLEditor *editor
);
Returns instance of EContentEditor used in the editor
.
void e_html_editor_register_content_editor (,
EHTMLEditor *editorconst
,gchar *nameEContentEditor *cnt_editor
);
GtkUIManager * e_html_editor_get_ui_manager ();
EHTMLEditor *editor
Returns editor
.
GtkAction * e_html_editor_get_action (,
EHTMLEditor *editorconst
);gchar *action_name
GtkActionGroup * e_html_editor_get_action_group (,
EHTMLEditor *editorconst
);gchar *group_name
GtkWidget * e_html_editor_get_widget (,
EHTMLEditor *editorconst
);gchar *widget_name
GtkWidget * e_html_editor_get_managed_widget (,
EHTMLEditor *editorconst
);gchar *widget_path
GtkWidget * e_html_editor_get_style_combo_box ();
EHTMLEditor *editor
constgchar * 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 *editorconst
);gchar *filename
Sets file to which content of the editor should be saved (see
e_html_editor_save()
).
EActivityBar * e_html_editor_get_activity_bar ();
EHTMLEditor *editor
EActivity * e_html_editor_new_activity ();
EHTMLEditor *editor
Creates and configures a new editor
. The
void e_html_editor_pack_above (,
EHTMLEditor *editor);
GtkWidget *child
Inserts child
right between the toolbars and the editor widget itself.
void e_html_editor_update_spell_actions ();
EHTMLEditor *editor
gboolean e_html_editor_save (,
EHTMLEditor *editorconst
,gchar *filename,
gboolean as_html);
GError **error
Saves current content of the EContentEditor into given file. When as_html
is FALSE
, the content is first converted into plain text.