VB
Size: a a a
VB
g
VB
VB
VB
g
g
g
proc bind_cb(factory: gtk4.SignalListItemFactory, listitem: gtk4.ListItem) =
var
lb = listitem.getChild().Label
strobj = cast[StringObject](listitem.getItem())
txt = gtk4.getString(strobj)
echo txt
lb.text = txt
g
proc getChild*(self: ListItem): Widget =
VB
g
g
g
g
A
g
A
KD
VB
A