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

Gnome::Gtk4::T-celllayout

Callback Functions

CellLayoutDataFunc

Signature

:(  N-Object() $cell-layout, N-Object() $cell, N-Object() $tree-model, N-Object $iter, gpointer $data  )
  • $cell-layout; a Gnome::Gtk4::R-CellLayout

  • $cell; the cell renderer whose value is to be set

  • $tree-model; the model

  • $iter; a Gnome::Gtk4::N-TreeIter indicating the row to set the value for

  • $data; user data passed to .set-cell-data-func()