Gjsify LogoGjsify Logo

Interface TreeViewColumn_ConstructProps

Hierarchy

Index

Properties

alignment?: number
cell_area?: Gtk.CellArea

The #GtkCellArea used to layout cell renderers for this column.

If no area is specified when creating the tree view column with gtk_tree_view_column_new_with_area() a horizontally oriented #GtkCellAreaBox will be used.

clickable?: boolean
expand?: boolean
fixed_width?: number
max_width?: number
min_width?: number
reorderable?: boolean
resizable?: boolean
sort_column_id?: number

Logical sort column ID this column sorts on when selected for sorting. Setting the sort column ID makes the column header clickable. Set to -1 to make the column unsortable.

sort_indicator?: boolean
sort_order?: Gtk.SortType
spacing?: number
title?: string
visible?: boolean
widget?: Gtk.Widget

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method