Documentation
¶
Index ¶
- func Backward(list gio.ListModeller) iter.Seq2[uint, *glib.Object]
- func BindListBox[T any](lb *gtk.ListBox, m gio.ListModeller, f func(T) gtk.Widgetter)
- func Convert[T any](obj *glib.Object) T
- func Index[T any](m gio.ListModeller, f func(T) bool) (uint, bool)
- func Objects(list gio.ListModeller) iter.Seq2[uint, *glib.Object]
- func StringsBackward(m *gtk.StringList) iter.Seq2[uint, string]
- func Update[T comparable](m *gioutil.ListModel[T], s iter.Seq[T])
- func UpdateStrings(m *gtk.StringList, s iter.Seq[string])
- func Values[T any](list gio.ListModeller) iter.Seq2[uint, T]
- func ValuesBackward[T any](list gio.ListModeller) iter.Seq2[uint, T]
- type Binding
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindListBox ¶
func StringsBackward ¶
func UpdateStrings ¶
func UpdateStrings(m *gtk.StringList, s iter.Seq[string])
func ValuesBackward ¶
Types ¶
type Binding ¶
type Binding[V any] struct { // contains filtered or unexported fields }
func (*Binding[V]) SignalHandle ¶
func (b *Binding[V]) SignalHandle() glib.SignalHandle
Click to show internal directories.
Click to hide internal directories.