| Gcr Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GcrPromptDialog
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. Use gtk_widget_hide() to
hide the dialog when appropriate.
Details
struct GcrPromptDialog
struct GcrPromptDialog;
A GcrPrompt implementation which shows a GTK+ dialog.
struct GcrPromptDialogClass
struct GcrPromptDialogClass {
GtkDialogClass parent_class;
};
The class for GcrPromptDialog.
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
