Gtk.AssistantPage

g GObject.Object GObject.Object Gtk.AssistantPage Gtk.AssistantPage GObject.Object->Gtk.AssistantPage

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_child ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

child

Gtk.Widget

r/w/co

deprecated

complete

bool

r/w/en

deprecated

page-type

Gtk.AssistantPageType

r/w/en

deprecated

title

str

r/w/en

deprecated

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gtk.AssistantPage(**kwargs)
Bases:

GObject.Object

Abstract:

No

GtkAssistantPage is an auxiliary object used by `:obj:Gtk.Assistant.

Deprecated since version 4.10: This object will be removed in GTK 5

get_child()[source]
Returns:

the child to which self belongs

Return type:

Gtk.Widget

Returns the child to which self belongs.

Deprecated since version 4.10: This widget will be removed in GTK 5

Property Details

Gtk.AssistantPage.props.child
Name:

child

Type:

Gtk.Widget

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The child widget.

Deprecated since version 4.10: This object will be removed in GTK 5

Gtk.AssistantPage.props.complete
Name:

complete

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Whether all required fields are filled in.

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

Deprecated since version 4.10: This object will be removed in GTK 5

Gtk.AssistantPage.props.page_type
Name:

page-type

Type:

Gtk.AssistantPageType

Default Value:

Gtk.AssistantPageType.CONTENT

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The type of the assistant page.

Deprecated since version 4.10: This object will be removed in GTK 5

Gtk.AssistantPage.props.title
Name:

title

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The title of the page.

Deprecated since version 4.10: This object will be removed in GTK 5