コード例 #1
0
ファイル: conversation.go プロジェクト: rosatolen/coyim
// Expects to be called from the GUI thread.
// Expects to be called when conv is already locked
func insertAtEnd(buff gtki.TextBuffer, text string) {
	buff.Insert(buff.GetEndIter(), text)
}