Interface

Gtk-4.0GtkColumnViewColumnConstructorProps

interface ConstructorProps {
    column_view: Gtk.ColumnView;
    columnView: Gtk.ColumnView;
    expand: boolean;
    factory: Gtk.ListItemFactory;
    fixed_width: number;
    fixedWidth: number;
    header_menu: Gio.MenuModel;
    headerMenu: Gio.MenuModel;
    id: string;
    resizable: boolean;
    sorter: Gtk.Sorter;
    title: string;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

column_view: Gtk.ColumnView
columnView: Gtk.ColumnView
expand: boolean
fixed_width: number
fixedWidth: number
header_menu: Gio.MenuModel
headerMenu: Gio.MenuModel
id: string
resizable: boolean
sorter: Gtk.Sorter
title: string
visible: boolean