| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkIconViewDropPosition |
| Enum : | IconViewDropPosition |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gtk.IconViewDropPosition.DROP_ABOVE : 4
|
|
|
Number Gtk.IconViewDropPosition.DROP_BELOW : 5
|
|
|
Number Gtk.IconViewDropPosition.DROP_INTO : 1
|
|
|
Number Gtk.IconViewDropPosition.DROP_LEFT : 2
|
|
|
Number Gtk.IconViewDropPosition.DROP_RIGHT : 3
|
|
|
Number Gtk.IconViewDropPosition.NO_DROP : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.IconView
Method |
set_drag_dest_item
(TreePath path, IconViewDropPosition pos)
:
none
Sets the item that is highlighted for feedback.
|
|
Gtk.IconView
Method |
get_drag_dest_item
(TreePath path, IconViewDropPosition pos)
:
none
Gets information about the item that is highlighted for feedback.
|
|
Gtk.IconView
Method |
get_dest_item_at_pos
(Number drag_x, Number drag_y, TreePath path, IconViewDropPosition pos)
:
Boolean
Determines the destination item for a given position.
|