
Gnome::Gtk4::T-flowbox
Callback Functions
FlowBoxFilterFunc
Signature
:( N-Object() $child, gpointer $user-data )
$child; a Gnome::Gtk4::FlowBoxChild that may be filtered
$user-data; user data
FlowBoxForeachFunc
Signature
:( N-Object() $box, N-Object() $child, gpointer $user-data )
$box; a Gnome::Gtk4::FlowBox
$child; a Gnome::Gtk4::FlowBoxChild
$user-data; user data
FlowBoxSortFunc
Signature
:( N-Object() $child1, N-Object() $child2, gpointer $user-data )
$child1; the first child
$child2; the second child
$user-data; user data
FlowBoxCreateWidgetFunc
Signature
:( gpointer $item, gpointer $user-data )
$item; the item from the model for which to create a widget for
$user-data; user data from gtk_flow_box_bind_model()