EContentEditorDialog
EContentEditorDialog
|
|
Functions
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);
};
Property Details
The “editor”
property
“editor” EHTMLEditor *
Flags: Read / Write / Construct Only