gaupol.TextAssistantPage

Source: gaupol/assistants.py

Anchestors: gi.overrides.Gtk.Box, gi.repository.Gtk.Box, 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.TextAssistantPage
Baseclass for pages of TextAssistant.
TextAssistantPage.description

One-line description used in the introduction page

TextAssistantPage.handle

Unique unlocalized name for internal references

TextAssistantPage.page_title

Short string used as configuration page title

TextAssistantPage.page_type

A Gtk.AssistantPageType constant

TextAssistantPage.title
Short title used in the introduction page

Of these attributes, description, handle and title are only required for pages of type Gtk.AssistantPageType.CONTENT.

Methods

TextAssistantPage.__init__(assistant)

Initialize a TextAssistantPage instance.