:right-sidebar: True AssistantPage =================================================================== .. currentmodule:: gi.repository.Gtk .. deprecated:: 4.10 This object will be removed in GTK 5 .. class:: AssistantPage(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` ``GtkAssistantPage`` is an auxiliary object used by `GtkAssistant. Methods ------- .. rst-class:: interim-class .. class:: AssistantPage :no-index: .. method:: get_child() -> ~gi.repository.Gtk.Widget Returns the child to which ``page`` belongs. .. deprecated:: 4.10 This widget will be removed in GTK 5 Properties ---------- .. rst-class:: interim-class .. class:: AssistantPage :no-index: .. attribute:: props.child :type: ~gi.repository.Gtk.Widget The child widget. .. deprecated:: 4.10 This object will be removed in GTK 5 .. attribute:: props.complete :type: bool Whether all required fields are filled in. GTK uses this information to control the sensitivity of the navigation buttons. .. deprecated:: 4.10 This object will be removed in GTK 5 .. attribute:: props.page_type :type: ~gi.repository.Gtk.AssistantPageType The type of the assistant page. .. deprecated:: 4.10 This object will be removed in GTK 5 .. attribute:: props.title :type: str The title of the page. .. deprecated:: 4.10 This object will be removed in GTK 5