| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkIconViewDropPosition |
| Enum : | IconViewDropPosition |
| Properties | |
|---|---|
|
guint32 Gtk.IconViewDropPosition.DROP_ABOVE : 4
|
|
|
guint32 Gtk.IconViewDropPosition.DROP_BELOW : 5
|
|
|
guint32 Gtk.IconViewDropPosition.DROP_INTO : 1
|
|
|
guint32 Gtk.IconViewDropPosition.DROP_LEFT : 2
|
|
|
guint32 Gtk.IconViewDropPosition.DROP_RIGHT : 3
|
|
|
guint32 Gtk.IconViewDropPosition.NO_DROP : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.IconView
Method |
get_drag_dest_item
()
:
Object
Gets information about the item that is highlighted for feedback.
|
|
Gtk.IconView
Method |
set_drag_dest_item
(TreePath path, IconViewDropPosition pos)
:
none
Sets the item that is highlighted for feedback.
|