Class: Gtk::AssistantPage

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Overview

GtkAssistantPage is an auxiliary object used by `GtkAssistant.

Instance Method Summary collapse

Instance Method Details

#childGtk::Widget

The child widget.

Returns:

#child=(child) ⇒ Gtk::Widget

The child widget.

Parameters:

Returns:

#complete=(complete) ⇒ Boolean

Whether all required fields are filled in.

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

Parameters:

  • complete (Boolean)

Returns:

  • (Boolean)

    complete

  • (Boolean)

    complete

#complete?Boolean

Whether all required fields are filled in.

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

Returns:

  • (Boolean)

    complete

#page_typeGtk::AssistantPageType

The type of the assistant page.

Returns:

#page_type=(page_type) ⇒ Gtk::AssistantPageType

The type of the assistant page.

Parameters:

Returns:

#titleString

The title of the page.

Returns:

  • (String)

    title

#title=(title) ⇒ String

The title of the page.

Parameters:

  • title (String)

Returns:

  • (String)

    title

  • (String)

    title