| Top |  |  |  |  | 
| gboolean | choice-visible | Read | 
| gboolean | confirm-visible | Read | 
| gboolean | password-visible | Read | 
| gboolean | warning-visible | Read | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── GcrPromptDialog
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.
struct GcrPromptDialog;
A GcrPrompt implementation which shows a GTK+ dialog.
struct GcrPromptDialogClass {
	GtkDialogClass parent_class;
};
The class for GcrPromptDialog.
“choice-visible” property  “choice-visible”           gboolean
Whether the choice check box is visible or not.
Flags: Read
Default value: FALSE
“confirm-visible” property  “confirm-visible”          gboolean
Whether the password confirm entry is visible or not.
Flags: Read
Default value: FALSE
“password-visible” property  “password-visible”         gboolean
Whether the password entry is visible or not.
Flags: Read
Default value: FALSE