Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.NavigationArrowBack) return icon }()
View Source
var CancelReplyIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.NavigationCancel) return icon }()
View Source
var ClearIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentClear) return icon }()
View Source
var CopyIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentContentCopy) return icon }()
View Source
var CreateConversationIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentAdd) return icon }()
View Source
var FilterIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentFilterList) return icon }()
View Source
var PasteIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentContentPaste) return icon }()
View Source
var ReplyIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentReply) return icon }()
View Source
var SendReplyIcon *widget.Icon = func() *widget.Icon { icon, _ := widget.NewIcon(icons.ContentSend) return icon }()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.