About all my projects
Gnome::Gtk4::T-listbox

Gnome::Gtk4::T-listbox

Callback Functions

ListBoxSortFunc

Signature

:(  N-Object() $row1, N-Object() $row2, gpointer $user-data  )
  • $row1; the first row

  • $row2; the second row

  • $user-data; user data

ListBoxFilterFunc

Signature

:(  N-Object() $row, gpointer $user-data  )
  • $row; the row that may be filtered

  • $user-data; user data

ListBoxUpdateHeaderFunc

Signature

:(  N-Object() $row, N-Object() $before, gpointer $user-data  )
  • $row; the row to update

  • $before; the row before $row, or undefined if it is first

  • $user-data; user data

ListBoxForeachFunc

Signature

:(  N-Object() $box, N-Object() $row, gpointer $user-data  )
  • $box; a Gnome::Gtk4::ListBox

  • $row; a Gnome::Gtk4::ListBoxRow

  • $user-data; user data

ListBoxCreateWidgetFunc

Signature

:(  gpointer $item, gpointer $user-data  )
  • $item; the item from the model for which to create a widget for

  • $user-data; user data