EContentEditorDialog

EContentEditorDialog

Functions

Types and Values

Description

Functions

e_html_editor_dialog_get_editor ()

EHTMLEditor *
e_html_editor_dialog_get_editor (EHTMLEditorDialog *dialog);

e_html_editor_dialog_get_button_box ()

GtkBox *
e_html_editor_dialog_get_button_box (EHTMLEditorDialog *dialog);

e_html_editor_dialog_get_container ()

GtkGrid *
e_html_editor_dialog_get_container (EHTMLEditorDialog *dialog);

Types and Values

struct EContentEditorDialogInterface

struct EContentEditorDialogInterface {
	GTypeInterface parent_interface;

	void		(*dialog_opened)		(EContentEditorDialog *dialog);

	void		(*dialog_closed)		(EContentEditorDialog *dialog);
};