Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SCHEME_DEFAULT = "ws"
)
Functions ¶
This section is empty.
Types ¶
type BookmarkForm ¶
type BookmarkForm struct {
// contains filtered or unexported fields
}
func (*BookmarkForm) Init ¶
func (bf *BookmarkForm) Init(onSubmit func(model.Bookmark), onCancel func()) *widget.Form
func (*BookmarkForm) Reset ¶
func (bf *BookmarkForm) Reset()
type ConnOptionsForm ¶
type ConnOptionsForm struct {
// contains filtered or unexported fields
}
func (*ConnOptionsForm) Disable ¶
func (cof *ConnOptionsForm) Disable()
func (*ConnOptionsForm) Enable ¶
func (cof *ConnOptionsForm) Enable()
type MessageInput ¶
func NewMessageInput ¶
func NewMessageInput(callback func(string)) *MessageInput
func (*MessageInput) Clear ¶
func (e *MessageInput) Clear()
func (*MessageInput) TypedKey ¶
func (e *MessageInput) TypedKey(key *fyne.KeyEvent)
type WSUI ¶
type WSUI struct {
// contains filtered or unexported fields
}
func (*WSUI) AppendBookmark ¶
func (*WSUI) DeleteActiveBookmark ¶
func (ui *WSUI) DeleteActiveBookmark()
func (*WSUI) SearchConnections ¶
Click to show internal directories.
Click to hide internal directories.