PhoshSystemPrompt

PhoshSystemPrompt — A modal system prompt

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── PhoshLayerSurface
                            ╰── PhoshSystemPrompt

Implemented Interfaces

PhoshSystemPrompt implements AtkImplementorIface, GtkBuildable and GcrPrompt.

Description

The PhoshSystemPrompt is used to ask for PINs and passwords

Functions

phosh_system_prompt_new ()

GtkWidget *
phosh_system_prompt_new (gpointer layer_shell,
                         gpointer wl_output);

Types and Values

PHOSH_TYPE_SYSTEM_PROMPT

#define PHOSH_TYPE_SYSTEM_PROMPT (phosh_system_prompt_get_type())

PhoshSystemPrompt

typedef struct _PhoshSystemPrompt PhoshSystemPrompt;

Property Details

The “choice-visible” property

  “choice-visible”           gboolean

Whether the choice check box is visible or not.

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

Whether the warning label is visible or not.

Flags: Read

Default value: FALSE