PHP-GTK
Saturday, July 04, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkTreeViewDropPosition
GtkUiManagerItemTypenext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

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.

User Contributed Notes
gtk.enum.type.php
add a note about notes
There are no user contributed notes for this page.


previousGtkTreeViewDropPosition
GtkUiManagerItemTypenext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sat Jul 4 01:51:54 2009 UTC