Interface

Adw-1AdwEntryRowConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    action_name: string;
    action_target: GLib.Variant;
    actionName: string;
    actionTarget: GLib.Variant;
    activatable: boolean;
    activates_default: boolean;
    activatesDefault: boolean;
    attributes: AttrList;
    can_focus: boolean;
    can_target: boolean;
    canFocus: boolean;
    canTarget: boolean;
    child: Gtk.Widget;
    css_classes: string[];
    css_name: string;
    cssClasses: string[];
    cssName: string;
    cursor: Gdk.Cursor;
    cursor_position: number;
    cursorPosition: number;
    editable: boolean;
    enable_emoji_completion: boolean;
    enable_undo: boolean;
    enableEmojiCompletion: boolean;
    enableUndo: boolean;
    focus_on_click: boolean;
    focusable: boolean;
    focusOnClick: boolean;
    halign: Gtk.Align;
    has_default: boolean;
    has_focus: boolean;
    has_tooltip: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasTooltip: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    input_hints: Gtk.InputHints;
    input_purpose: Gtk.InputPurpose;
    inputHints: Gtk.InputHints;
    inputPurpose: Gtk.InputPurpose;
    layout_manager: Gtk.LayoutManager;
    layoutManager: Gtk.LayoutManager;
    limit_events: boolean;
    limitEvents: boolean;
    margin_bottom: number;
    margin_end: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginStart: number;
    marginTop: number;
    max_length: number;
    max_width_chars: number;
    maxLength: number;
    maxWidthChars: number;
    name: string;
    opacity: number;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    receives_default: boolean;
    receivesDefault: boolean;
    root: Gtk.Root;
    scale_factor: number;
    scaleFactor: number;
    selectable: boolean;
    selection_bound: number;
    selectionBound: number;
    sensitive: boolean;
    show_apply_button: boolean;
    showApplyButton: boolean;
    text: string;
    text_length: number;
    textLength: number;
    title: string;
    title_selectable: boolean;
    titleSelectable: boolean;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    use_markup: boolean;
    use_underline: boolean;
    useMarkup: boolean;
    useUnderline: boolean;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    width_chars: number;
    width_request: number;
    widthChars: number;
    widthRequest: number;
    xalign: number;
}

Hierarchy (View Summary)

Index

Properties

activates_default: boolean
activatesDefault: boolean
attributes: AttrList
enable_emoji_completion: boolean
enableEmojiCompletion: boolean
input_hints: Gtk.InputHints
input_purpose: Gtk.InputPurpose
inputHints: Gtk.InputHints
inputPurpose: Gtk.InputPurpose
max_length: number
maxLength: number
show_apply_button: boolean
showApplyButton: boolean
text_length: number
textLength: number

Properties - Inherited from Adw.PreferencesRow.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
action_name: string
action_target: GLib.Variant
actionName: string
actionTarget: GLib.Variant
activatable: boolean
can_focus: boolean
can_target: boolean
canFocus: boolean
canTarget: boolean
child: Gtk.Widget
css_classes: string[]
css_name: string
cssClasses: string[]
cssName: string
cursor: Gdk.Cursor
focus_on_click: boolean
focusable: boolean
focusOnClick: boolean
halign: Gtk.Align
has_default: boolean
has_focus: boolean
has_tooltip: boolean
hasDefault: boolean
hasFocus: boolean
hasTooltip: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
layout_manager: Gtk.LayoutManager
layoutManager: Gtk.LayoutManager
limit_events: boolean
limitEvents: boolean
margin_bottom: number
margin_end: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginStart: number
marginTop: number
name: string
opacity: number
overflow: Gtk.Overflow
parent: Gtk.Widget
receives_default: boolean
receivesDefault: boolean
root: Gtk.Root
scale_factor: number
scaleFactor: number
selectable: boolean
sensitive: boolean
title: string
title_selectable: boolean
titleSelectable: boolean
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
use_markup: boolean
use_underline: boolean
useMarkup: boolean
useUnderline: boolean
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number

Properties - Inherited from Gtk

cursor_position: number
cursorPosition: number
editable: boolean
enable_undo: boolean
enableUndo: boolean
max_width_chars: number
maxWidthChars: number
selection_bound: number
selectionBound: number
text: string
width_chars: number
widthChars: number
xalign: number