Gnome::Gtk4::T-iconview
Table of Contents
Enumerations§
GtkIconViewDropPosition§
An enum for determining where a dropped item goes.
- GTK_ICON_VIEW_NO_DROP; no drop possible
- GTK_ICON_VIEW_DROP_INTO; dropped item replaces the item
- GTK_ICON_VIEW_DROP_LEFT; dropped item is inserted to the left
- GTK_ICON_VIEW_DROP_RIGHT; dropped item is inserted to the right
- GTK_ICON_VIEW_DROP_ABOVE; dropped item is inserted above
- GTK_ICON_VIEW_DROP_BELOW; dropped item is inserted below
Callback Functions§
IconViewForeachFunc§
Signature§
:( N-Object() $icon-view, N-Object $path, gpointer $data )
Code
- $icon-view; a Gnome::Gtk4::IconView
- $path; The Gnome::Gtk4::N-TreePath of a selected row
- $data; user data
About my projects, examples and tutorials