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


search for in the  


previousGtkTreeViewMode
GtkTypenext

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

GtkTreeViewDropPosition

An enum for determining where a dropped row goes.

Value

Symbolic name

Description

  0Gtk::TREE_VIEW_DROP_BEFORE Drop before this row.
  1Gtk::TREE_VIEW_DROP_AFTER Drop after this row.
  2Gtk::TREE_VIEW_DROP_INTO_OR_BEFORE Drop as a child of this row (with fallback to before if into is not possible)
  3Gtk::TREE_VIEW_DROP_INTO_OR_AFTER Drop as a child of this row (with fallback to after if into is not possible)

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


previousGtkTreeViewMode
GtkTypenext

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