Type

enum Type : Enum<Assistant.Page.Type>

See also

Entries

CUSTOM
Link copied to clipboard
CUSTOM(GTK_ASSISTANT_PAGE_CUSTOM)

Used for when other page types are not appropriate.

PROGRESS
Link copied to clipboard
PROGRESS(GTK_ASSISTANT_PAGE_PROGRESS)

Used for tasks that take a long time to complete, blocks the assistant until the page is marked as complete.

SUMMARY
Link copied to clipboard
SUMMARY(GTK_ASSISTANT_PAGE_SUMMARY)

The page informs the user of the changes done.

CONFIRM
Link copied to clipboard
CONFIRM(GTK_ASSISTANT_PAGE_CONFIRM)

The page lets the user confirm or deny the changes.

INTRO
Link copied to clipboard
INTRO(GTK_ASSISTANT_PAGE_INTRO)

The page contains an introduction to the assistant task.

CONTENT
Link copied to clipboard
CONTENT(GTK_ASSISTANT_PAGE_CUSTOM)

The page has regular contents.

Types

Companion
Link copied to clipboard
object Companion

Properties

gtk
Link copied to clipboard
val gtk: GtkAssistantPageType
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int