Forum und email

GtkType

GtkType is used in GtkListStore and GtkTreeStore to determine the type of the column in the data table.

It depends on the GtkType, what type of data may be stored in the particular column and how the default GtkCellRenderer displays the value in the view.

Value

Symbolic name

Description

  0Gtk::TYPE_INVALID
  4Gtk::TYPE_NONE
  8Gtk::TYPE_INTERFACE
  12Gtk::TYPE_CHAR
  20Gtk::TYPE_BOOLEAN A boolean value, true or false
  32Gtk::TYPE_LONG A big integer number.
  48Gtk::TYPE_ENUM
  52Gtk::TYPE_FLAGS
  60Gtk::TYPE_DOUBLE A decimal number with a fraction dot in it.
  64Gtk::TYPE_STRING A normal string.
  68Gtk::TYPE_POINTER
  72Gtk::TYPE_BOXED
  76Gtk::TYPE_PARAM
  80Gtk::TYPE_OBJECT
  137706104Gtk::TYPE_PHP_VALUE Any PHP variable content.