Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewTagView ¶
type NewTagView struct {
// contains filtered or unexported fields
}
NewTagView represents a new tag UI component.
func MakeNewTagView ¶
func MakeNewTagView() (*NewTagView, error)
MakeNewTagView creates a UI element for creating views.
func (*NewTagView) GetNewTagName ¶
func (v *NewTagView) GetNewTagName() string
func (*NewTagView) GrabFocus ¶ added in v0.1.1
func (v *NewTagView) GrabFocus()
func (*NewTagView) Refresh ¶
func (v *NewTagView) Refresh()
func (*NewTagView) SetSuggestions ¶
func (v *NewTagView) SetSuggestions(suggestions []Tag)
func (*NewTagView) UI ¶
func (v *NewTagView) UI() *gtk.Box
type TagsUI ¶
type TagsUI struct {
// contains filtered or unexported fields
}
func MakeTagsView ¶
func (*TagsUI) SetRemovedCallback ¶
func (v *TagsUI) SetRemovedCallback(cb removeCallbackHandler)
Click to show internal directories.
Click to hide internal directories.