Documentation ¶
Index ¶
Constants ¶
View Source
const MaxCompletionEntries = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { *gtk.ListBoxRow Child gtkutils.ExtendedWidget Text string }
type MessageContainer ¶
type State ¶
type State struct { *gtk.Revealer Scroll *gtk.ScrolledWindow ListBox *gtk.ListBox Entries []*Entry // RequestGuildMember func(prefix string) GetRecentAuthors func(limit int) []discord.Snowflake InputBuf *gtk.TextBuffer // contains filtered or unexported fields }
func New ¶
func New(state *ningen.State, textbuf *gtk.TextBuffer, msgC MessageContainer) *State
func (*State) ClearCompletion ¶
func (c *State) ClearCompletion()
Click to show internal directories.
Click to hide internal directories.