GcrPromptDialog

GcrPromptDialog — a GTK+ dialog prompt

Synopsis

struct              GcrPromptDialog;
struct              GcrPromptDialogClass;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----GtkDialog
                                       +----GcrPromptDialog

Implemented Interfaces

GcrPromptDialog implements AtkImplementorIface, GtkBuildable and GcrPrompt.

Properties

  "choice-visible"           gboolean              : Read
  "confirm-visible"          gboolean              : Read
  "password-visible"         gboolean              : Read
  "warning-visible"          gboolean              : Read

Description

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.

Details

struct GcrPromptDialog

struct GcrPromptDialog;

A GcrPrompt implementation which shows a GTK+ dialog.


struct GcrPromptDialogClass

struct GcrPromptDialogClass {
	GtkDialogClass parent_class;
};

The class for GcrPromptDialog.

GtkDialogClass parent_class;

parent class

Property Details

The "choice-visible" property

  "choice-visible"           gboolean              : Read

Whether the choice check box is visible or not.

Default value: FALSE


The "confirm-visible" property

  "confirm-visible"          gboolean              : Read

Whether the password confirm entry is visible or not.

Default value: FALSE


The "password-visible" property

  "password-visible"         gboolean              : Read

Whether the password entry is visible or not.

Default value: FALSE


The "warning-visible" property

  "warning-visible"          gboolean              : Read

Whether the warning label is visible or not.

Default value: FALSE