PHP-GTK
Monday, November 23, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGDK Enums
GdkAxisUsenext

Last updated: Mon, 23 Nov 2009
view this page in English

GdkAction

Used in GdkDragContext to indicate what the destination should do with the dropped data.

Value

Symbolic name

Description

  1Gdk::ACTION_DEFAULT
  2Gdk::ACTION_COPY Copy the data.
  4Gdk::ACTION_MOVE Move the data, i.e. first copy it, then delete it from the source using the DELETE target of the X selection protocol.
  8Gdk::ACTION_LINK Add a link to the data. Note that this is only useful if source and destination agree on what it means.
  16Gdk::ACTION_PRIVATE Special action which tells the source that the destination will do something that the source doesn't understand.
  32Gdk::ACTION_ASK Ask the user what to do with the data.

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


previousGDK Enums
GdkAxisUsenext

Last updated: Mon, 23 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Mon Nov 23 02:47:05 2009 UTC