cchat-gtk/internal/ui/messages/container/cozy/cozy.go

14 lines
261 B
Go
Raw Normal View History

2020-06-06 07:44:36 +00:00
package cozy
import (
"github.com/diamondburned/cchat-gtk/internal/ui/messages/autoscroll"
"github.com/gotk3/gotk3/gtk"
)
type Container struct {
*autoscroll.ScrolledWindow
main *gtk.Grid
messages map[string]Message
nonceMsgs map[string]Message
}