Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitialWindowSize = fyne.NewSize(1000, 800)
Functions ¶
Types ¶
type CodeEntry ¶
Extension of the entry widget to handle specific shortcuts
func NewCodeEntry ¶
Create a new instance of the CodeEntry wrapper
func (*CodeEntry) TypedShortcut ¶
func (e *CodeEntry) TypedShortcut(sc fyne.Shortcut)
Overwrites the shortcutable interface of the underlying multi line entry
type ConnectionsSelect ¶
type ConnectionsSelect struct {
*fyne.Container
}
func NewConnectionsSelect ¶
func NewConnectionsSelect(eb bus.EventBus) *ConnectionsSelect
func (ConnectionsSelect) GetCanvasObj ¶
func (c ConnectionsSelect) GetCanvasObj() fyne.CanvasObject
type Console ¶
type Console struct {
*fyne.Container
}
func NewConsole ¶
func (*Console) GetCanvasObj ¶
func (e *Console) GetCanvasObj() fyne.CanvasObject
type ControlBar ¶
type ControlBar struct {
*fyne.Container
}
func NewControlBar ¶
func NewControlBar(eb bus.EventBus) *ControlBar
func (*ControlBar) GetCanvasObj ¶
func (c *ControlBar) GetCanvasObj() fyne.CanvasObject
type EditorTopbar ¶
type EditorTopbar struct { fyne.CanvasObject // contains filtered or unexported fields }
func NewEditorTopbar ¶
func NewEditorTopbar(eb bus.EventBus, window fyne.Window) *EditorTopbar
func (*EditorTopbar) GetCanvasObj ¶
func (e *EditorTopbar) GetCanvasObj() fyne.CanvasObject
GetCanvasObj implements the Component Interface
type EditorType ¶
type EditorType interface { fyne.Tappable fyne.Focusable fyne.Widget fyne.Shortcutable }
type NetworkDiagram ¶
type NetworkDiagram struct { fyne.Widget // contains filtered or unexported fields }
func NewNetworkDiagram ¶
func NewNetworkDiagram(eb bus.EventBus, wcanvas fyne.Canvas) *NetworkDiagram
Click to show internal directories.
Click to hide internal directories.