Interface

Gtk-4.0GtkTreeViewConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    activate_on_single_click: boolean;
    activateOnSingleClick: boolean;
    can_focus: boolean;
    can_target: boolean;
    canFocus: boolean;
    canTarget: boolean;
    css_classes: string[];
    css_name: string;
    cssClasses: string[];
    cssName: string;
    cursor: Gdk.Cursor;
    enable_grid_lines: Gtk.TreeViewGridLines;
    enable_search: boolean;
    enable_tree_lines: boolean;
    enableGridLines: Gtk.TreeViewGridLines;
    enableSearch: boolean;
    enableTreeLines: boolean;
    expander_column: Gtk.TreeViewColumn;
    expanderColumn: Gtk.TreeViewColumn;
    fixed_height_mode: boolean;
    fixedHeightMode: boolean;
    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;
    headers_clickable: boolean;
    headers_visible: boolean;
    headersClickable: boolean;
    headersVisible: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    hover_expand: boolean;
    hover_selection: boolean;
    hoverExpand: boolean;
    hoverSelection: boolean;
    hscroll_policy: Gtk.ScrollablePolicy;
    hscrollPolicy: Gtk.ScrollablePolicy;
    layout_manager: Gtk.LayoutManager;
    layoutManager: Gtk.LayoutManager;
    level_indentation: number;
    levelIndentation: number;
    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;
    model: Gtk.TreeModel;
    name: string;
    opacity: number;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    receives_default: boolean;
    receivesDefault: boolean;
    reorderable: boolean;
    root: Gtk.Root;
    rubber_banding: boolean;
    rubberBanding: boolean;
    scale_factor: number;
    scaleFactor: number;
    search_column: number;
    searchColumn: number;
    sensitive: boolean;
    show_expanders: boolean;
    showExpanders: boolean;
    tooltip_column: number;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipColumn: number;
    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

activate_on_single_click: boolean
activateOnSingleClick: boolean
enable_grid_lines: Gtk.TreeViewGridLines
enable_search: boolean
enable_tree_lines: boolean
enableGridLines: Gtk.TreeViewGridLines
enableSearch: boolean
enableTreeLines: boolean
expander_column: Gtk.TreeViewColumn
expanderColumn: Gtk.TreeViewColumn
fixed_height_mode: boolean
fixedHeightMode: boolean
headers_clickable: boolean
headers_visible: boolean
headersClickable: boolean
headersVisible: boolean
hover_expand: boolean
hover_selection: boolean
hoverExpand: boolean
hoverSelection: boolean
level_indentation: number
levelIndentation: number
model: Gtk.TreeModel
reorderable: boolean
rubber_banding: boolean
rubberBanding: boolean
search_column: number
searchColumn: number
show_expanders: boolean
showExpanders: boolean
tooltip_column: number
tooltipColumn: number

Properties - Inherited from Gtk.Widget.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
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
sensitive: boolean
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number

Properties - Inherited from Gtk.Scrollable.ConstructorProps

hadjustment: Gtk.Adjustment
hscroll_policy: Gtk.ScrollablePolicy
hscrollPolicy: Gtk.ScrollablePolicy
vadjustment: Gtk.Adjustment
vscroll_policy: Gtk.ScrollablePolicy
vscrollPolicy: Gtk.ScrollablePolicy