gaupol.TextAssistant

Source: gaupol/assistants.py

Anchestors: gi.repository.Gtk.Assistant, gi.overrides.Gtk.Window, gi.repository.Gtk.Window, gi.repository.Gtk.Bin, gi.overrides.Gtk.Container, gi.repository.Gtk.Container, gi.overrides.Gtk.Widget, gi.repository.Gtk.Widget, gi.repository.GObject.InitiallyUnowned, gi.overrides.GObject.Object, gi.repository.GObject.Object, gi._gobject._gobject.GObject, builtins.object

class gaupol.TextAssistant
Assistant to guide through multiple text correction tasks.

Methods

TextAssistant.__init__(parent, application)

Initialize a TextAssistant instance.

TextAssistant.add_page(page)

Add page and configure its properties.

TextAssistant.add_pages(pages)

Add associated pages and configure their properties.

The first one of pages must have a “correct_texts” attribute. The visibilities of other pages are kept in sync with the first page.