![]() |
![]() |
![]() |
Gcr Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GcrPromptDialog
"choice-visible" gboolean : Read "confirm-visible" gboolean : Read "password-visible" gboolean : Read "warning-visible" gboolean : Read
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 : Read
Whether the choice check box is visible or not.
Default value: FALSE
"confirm-visible"
property"confirm-visible" gboolean : Read
Whether the password confirm entry is visible or not.
Default value: FALSE
"password-visible"
property"password-visible" gboolean : Read
Whether the password entry is visible or not.
Default value: FALSE
"warning-visible"
property"warning-visible" gboolean : Read
Whether the warning label is visible or not.
Default value: FALSE