Interface

Adw-1AdwComboRowConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    action_name: string;
    action_target: GLib.Variant;
    actionName: string;
    actionTarget: GLib.Variant;
    activatable: boolean;
    activatable_widget: Gtk.Widget;
    activatableWidget: Gtk.Widget;
    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;
    enable_search: boolean;
    enableSearch: boolean;
    expression: Gtk.Expression;
    factory: Gtk.ListItemFactory;
    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;
    header_factory: Gtk.ListItemFactory;
    headerFactory: Gtk.ListItemFactory;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    icon_name: string;
    iconName: string;
    layout_manager: Gtk.LayoutManager;
    layoutManager: Gtk.LayoutManager;
    limit_events: boolean;
    limitEvents: boolean;
    list_factory: Gtk.ListItemFactory;
    listFactory: Gtk.ListItemFactory;
    margin_bottom: number;
    margin_end: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginStart: number;
    marginTop: number;
    model: Gio.ListModel;
    name: string;
    opacity: number;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    receives_default: boolean;
    receivesDefault: boolean;
    root: Gtk.Root;
    scale_factor: number;
    scaleFactor: number;
    search_match_mode: Gtk.StringFilterMatchMode;
    searchMatchMode: Gtk.StringFilterMatchMode;
    selectable: boolean;
    selected: number;
    selected_item: GObject.Object;
    selectedItem: GObject.Object;
    sensitive: boolean;
    subtitle: string;
    subtitle_lines: number;
    subtitle_selectable: boolean;
    subtitleLines: number;
    subtitleSelectable: boolean;
    title: string;
    title_lines: number;
    title_selectable: boolean;
    titleLines: number;
    titleSelectable: boolean;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    use_markup: boolean;
    use_subtitle: boolean;
    use_underline: boolean;
    useMarkup: boolean;
    useSubtitle: boolean;
    useUnderline: boolean;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    width_request: number;
    widthRequest: number;
}

Hierarchy (View Summary)

Index

Properties

enable_search: boolean
enableSearch: boolean
expression: Gtk.Expression
header_factory: Gtk.ListItemFactory
headerFactory: Gtk.ListItemFactory
list_factory: Gtk.ListItemFactory
listFactory: Gtk.ListItemFactory
model: Gio.ListModel
search_match_mode: Gtk.StringFilterMatchMode
searchMatchMode: Gtk.StringFilterMatchMode
selected: number
selected_item: GObject.Object
selectedItem: GObject.Object
use_subtitle: boolean
useSubtitle: boolean

Properties - Inherited from Adw.ActionRow.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
action_name: string
action_target: GLib.Variant
actionName: string
actionTarget: GLib.Variant
activatable: boolean
activatable_widget: Gtk.Widget
activatableWidget: Gtk.Widget
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
icon_name: string
iconName: string
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
subtitle: string
subtitle_lines: number
subtitle_selectable: boolean
subtitleLines: number
subtitleSelectable: boolean
title: string
title_lines: number
title_selectable: boolean
titleLines: number
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