Documentation ¶
Index ¶
Constants ¶
View Source
const Size = 28
Size is the emoji size.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MainPage ¶
type MainPage struct { *gtk.ScrolledWindow Main *gtk.Box Sections []*Section // contains filtered or unexported fields }
MainPage contains sections, which has all emojis.
type SearchPage ¶
type SearchPage struct { *gtk.ScrolledWindow Flow *gtk.FlowBox // contains filtered or unexported fields }
type Section ¶
type Section struct { *RevealerBox Body *gtk.FlowBox Emojis []discord.Emoji // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.