PHP-GTK
Friday, September 05, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkTreeViewMode
GtkTypenext

Last updated: Sat, 10 Feb 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkTreeViewDropPosition

An enum for determining where a dropped row goes.

符号名称

描述

  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, 10 Feb 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Feb 10 02:43:00 2007 UTC