Interface

Gtk-4.0GtkGridViewConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    can_focus: boolean;
    can_target: boolean;
    canFocus: boolean;
    canTarget: boolean;
    css_classes: string[];
    css_name: string;
    cssClasses: string[];
    cssName: string;
    cursor: Gdk.Cursor;
    enable_rubberband: boolean;
    enableRubberband: boolean;
    factory: Gtk.ListItemFactory;
    focus_on_click: boolean;
    focusable: boolean;
    focusOnClick: boolean;
    hadjustment: Gtk.Adjustment;
    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;
    hscroll_policy: Gtk.ScrollablePolicy;
    hscrollPolicy: Gtk.ScrollablePolicy;
    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_columns: number;
    maxColumns: number;
    min_columns: number;
    minColumns: number;
    model: Gtk.SelectionModel;
    name: string;
    opacity: number;
    orientation: Gtk.Orientation;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    receives_default: boolean;
    receivesDefault: boolean;
    root: Gtk.Root;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    single_click_activate: boolean;
    singleClickActivate: boolean;
    tab_behavior: Gtk.ListTabBehavior;
    tabBehavior: Gtk.ListTabBehavior;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    vadjustment: Gtk.Adjustment;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    vscroll_policy: Gtk.ScrollablePolicy;
    vscrollPolicy: Gtk.ScrollablePolicy;
    width_request: number;
    widthRequest: number;
}

Hierarchy (View Summary)

Index

Properties

enable_rubberband: boolean
enableRubberband: boolean
max_columns: number
maxColumns: number
min_columns: number
minColumns: number
single_click_activate: boolean
singleClickActivate: boolean
tab_behavior: Gtk.ListTabBehavior
tabBehavior: Gtk.ListTabBehavior

Properties - Inherited from Gtk.ListBase.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
can_focus: boolean
can_target: boolean
canFocus: boolean
canTarget: boolean
css_classes: string[]
css_name: string
cssClasses: string[]
cssName: string
cursor: Gdk.Cursor
focus_on_click: boolean
focusable: boolean
focusOnClick: boolean
hadjustment: Gtk.Adjustment
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
hscroll_policy: Gtk.ScrollablePolicy
hscrollPolicy: Gtk.ScrollablePolicy
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
orientation: Gtk.Orientation
overflow: Gtk.Overflow
parent: Gtk.Widget
receives_default: boolean
receivesDefault: boolean
root: Gtk.Root
scale_factor: number
scaleFactor: number
sensitive: boolean
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
vadjustment: Gtk.Adjustment
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
vscroll_policy: Gtk.ScrollablePolicy
vscrollPolicy: Gtk.ScrollablePolicy
width_request: number
widthRequest: number