Gjsify LogoGjsify Logo

Interface TreeModelFilterModifyFunc

Hierarchy

  • TreeModelFilterModifyFunc

Callable

  • A function which calculates display values from raw values in the model. It must fill value with the display value for the column column in the row indicated by iter.

    Since this function is called for each data access, it’s not a particularly efficient operation.

    Parameters

    • model: Gtk.TreeModel

      the #GtkTreeModelFilter

    • iter: Gtk.TreeIter

      a #GtkTreeIter pointing to the row whose display values are determined

    • column: number

      the column whose display value is determined

    Returns void

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