Gjsify LogoGjsify Logo

Hierarchy

  • TreeViewSearchEqualFunc

Callable

  • A function used for checking whether a row in model matches a search key string entered by the user. Note the return value is reversed from what you would normally expect, though it has some similarity to strcmp() returning 0 for equal strings.

    Parameters

    • model: Gtk.TreeModel

      the #GtkTreeModel being searched

    • column: number

      the search column set by gtk_tree_view_set_search_column()

    • key: string

      the key string to compare with

    • iter: Gtk.TreeIter

      a #GtkTreeIter pointing the row of model that should be compared with key.

    Returns boolean

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