EContentEditorDialog

EContentEditorDialog

Properties

EHTMLEditor * editor Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── EHTMLEditorDialog
                            ├── EHTMLEditorCellDialog
                            ├── EHTMLEditorFindDialog
                            ├── EHTMLEditorHRuleDialog
                            ├── EHTMLEditorImageDialog
                            ├── EHTMLEditorLinkDialog
                            ├── EHTMLEditorPageDialog
                            ├── EHTMLEditorParagraphDialog
                            ├── EHTMLEditorReplaceDialog
                            ├── EHTMLEditorSpellCheckDialog
                            ├── EHTMLEditorTableDialog
                            ╰── EHTMLEditorTextDialog

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);
};

Property Details

The “editor” property

  “editor”                   EHTMLEditor *

Flags: Read / Write / Construct Only