Documentation ¶
Index ¶
Constants ¶
View Source
const CommonMargin = 15
View Source
const GuildIconSize = 96
Variables ¶
This section is empty.
Functions ¶
func SpawnDialog ¶
func SpawnDialog(c *Container)
Types ¶
type ChannelInfo ¶
type ChannelInfo struct { *gtk.Box // Box for the hash and name Header *gtk.Box Hash *gtk.Label Name *gtk.Label Description *gtk.Label }
func NewChannelInfo ¶
func NewChannelInfo(ch discord.Channel) *ChannelInfo
type Container ¶
type Container struct { *gtk.ScrolledWindow Column *handy.Column Guild *GuildInfo Channel *ChannelInfo Members *Members }
Click to show internal directories.
Click to hide internal directories.