Class

GcrUiPromptDialog

Description [src]

class GcrUi.PromptDialog : Gtk.Dialog {
  parent: GtkDialog
}

A GcrPrompt implementation which shows a GTK dialog. The dialog will remain visible (but insensitive) between prompts. If the user cancels the dialog between prompts, then the dialog will be hidden.

Ancestors

  • GtkDialog
  • GtkWindow
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GcrPrompt
  • GtkBuildable

Properties

GcrUi.PromptDialog:choice-visible

Whether the choice check box is visible or not.

GcrUi.PromptDialog:confirm-visible

Whether the password confirm entry is visible or not.

GcrUi.PromptDialog:password-visible

Whether the password entry is visible or not.

GcrUi.PromptDialog:warning-visible

Whether the warning label is visible or not.

Class structure

struct GcrUiPromptDialogClass {
  GtkDialogClass parent_class;
  
}
Class members
parent_class
GtkDialogClass
  No description available.