TreeModelFlags

class TreeModelFlags(val mask: <Error class: unknown class>)

These flags indicate various properties of a GtkTreeModel.

They are returned by method@Gtk.TreeModel.get_flags, and must be static for the lifetime of the object. A more complete description of %GTK_TREE_MODEL_ITERS_PERSIST can be found in the overview of this section.

Constructors

Link copied to clipboard
constructor(mask: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard
open infix fun or(other: TreeModelFlags): TreeModelFlags