Gnome::Gtk4::T-iconview
Enumerations
GtkIconViewDropPosition
An enum for determining where a dropped item goes.
GTK_ICON_VIEW_NO_DROP
; no drop possibleGTK_ICON_VIEW_DROP_INTO
; dropped item replaces the itemGTK_ICON_VIEW_DROP_LEFT
; dropped item is inserted to the leftGTK_ICON_VIEW_DROP_RIGHT
; dropped item is inserted to the rightGTK_ICON_VIEW_DROP_ABOVE
; dropped item is inserted aboveGTK_ICON_VIEW_DROP_BELOW
; dropped item is inserted below
Callback Functions
IconViewForeachFunc
Signature
:( N-Object() $icon-view, N-Object $path, gpointer $data )
icon-view; a Gnome::Gtk4::IconView
path; The Gnome::Gtk4::N-TreePath of a selected row
data; user data