gcr-prompt-dialog

gcr-prompt-dialog

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── GcrPromptDialog

Implemented Interfaces

GcrPromptDialog implements AtkImplementorIface, GtkBuildable and GcrPrompt.

Description

Functions

Types and Values

struct GcrPromptDialog

struct GcrPromptDialog;


struct GcrPromptDialogClass

struct GcrPromptDialogClass {
	GtkDialogClass parent_class;
};

Property Details

The “choice-visible” property

  “choice-visible”           gboolean

Choice is visible.

Flags: Read

Default value: FALSE


The “confirm-visible” property

  “confirm-visible”          gboolean

Confirm field is visible.

Flags: Read

Default value: FALSE


The “password-visible” property

  “password-visible”         gboolean

Password field is visible.

Flags: Read

Default value: FALSE


The “warning-visible” property

  “warning-visible”          gboolean

Warning is visible.

Flags: Read

Default value: FALSE