Пишу код на ГНУ/Смолтоке с использованием ГТК.
Хочу таблицу из строк. Домучился вот до такого:
model := GtkListStore new: 1 varargs: {GValue gTypeString}.
model insert: {'1'} position: 0.
widget := GtkTreeView newWithModel: model.
(ip 6)GtkListStore>>#insert:position:
(ip 36)Main>>#updateSchema
(ip 6)Main>>#update
(ip 10)Main>>#open:
(ip 70)Main>>#openAction:data:
(ip 0)<bottom>
sqlite_iface.st:169: Aborted
sqlite_iface.st:169: Error occurred while not in byte code interpreter!!
Aborted
Ну или где смотреть/спросить хотя бы (в #gnu-smalltalk уже был, доков по libgtk2.0-gst нет в принципе).