Skip to content

Gtk.AssistantPage

class — extends GObject.Object

:::warning Deprecated since 4.10 This API is deprecated. :::

GtkAssistantPage is an auxiliary object used by GtkAssistant.

Methods

get_child

def get_child(self) -> Widget

:::warning Deprecated since 4.10 This API is deprecated. :::

Returns the child to which page belongs.

Properties

child

child: Widget  # read/write

:::warning Deprecated since 4.10 This API is deprecated. :::

The child widget.

complete

complete: bool  # read/write

:::warning Deprecated since 4.10 This API is deprecated. :::

Whether all required fields are filled in.

GTK uses this information to control the sensitivity of the navigation buttons.

page_type

page_type: AssistantPageType | int  # read/write

:::warning Deprecated since 4.10 This API is deprecated. :::

The type of the assistant page.

title

title: str  # read/write

:::warning Deprecated since 4.10 This API is deprecated. :::

The title of the page.