GspellCheckerDialog

GspellCheckerDialog — Spell checker dialog

Functions

Properties

GspellNavigator * spell-navigator Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── GspellCheckerDialog

Implemented Interfaces

GspellCheckerDialog implements AtkImplementorIface and GtkBuildable.

Includes

#include <gspell/gspell.h>

Description

GspellCheckerDialog is a GtkDialog to spell check a document one word at a time. It uses a GspellNavigator.

Functions

gspell_checker_dialog_new ()

GtkWidget *
gspell_checker_dialog_new (GtkWindow *parent,
                           GspellNavigator *navigator);

Parameters

parent

transient parent of the dialog.

 

navigator

the GspellNavigator to use.

 

Returns

a new GspellCheckerDialog widget.

Types and Values

GspellCheckerDialog

typedef struct _GspellCheckerDialog GspellCheckerDialog;

Property Details

The “spell-navigator” property

  “spell-navigator”          GspellNavigator *

The GspellNavigator to use.

Flags: Read / Write / Construct Only

See Also

GspellNavigator