Documentation ¶
Index ¶
- type CheckRadio
- type CustomCursors
- type GuiBuilder
- type GuiButton
- type GuiChart
- type GuiDropdown
- type GuiEdit
- type GuiFolder
- type GuiImageButton
- type GuiImageLabel
- type GuiLabel
- type GuiLayoutDock
- type GuiLayoutGrid
- type GuiLayoutHBox
- type GuiLayoutVBox
- type GuiList
- type GuiMenu
- type GuiPanel
- type GuiPanelChildren
- type GuiPanelModal
- type GuiScrollBar
- type GuiScroller
- type GuiSlider
- type GuiSplitter
- type GuiTabBar
- type GuiTable
- type GuiTree
- type GuiWindow
- type Scroller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRadio ¶
type CheckRadio struct{}
func (*CheckRadio) Initialize ¶
func (t *CheckRadio) Initialize(app *app.App)
func (*CheckRadio) Render ¶
func (t *CheckRadio) Render(app *app.App)
type CustomCursors ¶
type CustomCursors struct {
// contains filtered or unexported fields
}
func (*CustomCursors) Initialize ¶
func (t *CustomCursors) Initialize(a *app.App)
func (*CustomCursors) Render ¶
func (t *CustomCursors) Render(a *app.App)
type GuiBuilder ¶
type GuiBuilder struct {
// contains filtered or unexported fields
}
func (*GuiBuilder) Initialize ¶
func (t *GuiBuilder) Initialize(a *app.App)
func (*GuiBuilder) Render ¶
func (t *GuiBuilder) Render(app *app.App)
type GuiDropdown ¶
type GuiDropdown struct{}
func (*GuiDropdown) Initialize ¶
func (t *GuiDropdown) Initialize(app *app.App)
func (*GuiDropdown) Render ¶
func (t *GuiDropdown) Render(app *app.App)
type GuiFolder ¶
type GuiFolder struct {
// contains filtered or unexported fields
}
func (*GuiFolder) Initialize ¶
type GuiImageButton ¶
type GuiImageButton struct{}
func (*GuiImageButton) Initialize ¶
func (t *GuiImageButton) Initialize(app *app.App)
func (*GuiImageButton) Render ¶
func (t *GuiImageButton) Render(app *app.App)
type GuiImageLabel ¶
type GuiImageLabel struct{}
func (*GuiImageLabel) Initialize ¶
func (t *GuiImageLabel) Initialize(app *app.App)
func (*GuiImageLabel) Render ¶
func (t *GuiImageLabel) Render(app *app.App)
type GuiLayoutDock ¶
type GuiLayoutDock struct{}
func (*GuiLayoutDock) Initialize ¶
func (t *GuiLayoutDock) Initialize(a *app.App)
func (*GuiLayoutDock) Render ¶
func (t *GuiLayoutDock) Render(a *app.App)
type GuiLayoutGrid ¶
type GuiLayoutGrid struct {
// contains filtered or unexported fields
}
func (*GuiLayoutGrid) Initialize ¶
func (t *GuiLayoutGrid) Initialize(a *app.App)
func (*GuiLayoutGrid) Render ¶
func (t *GuiLayoutGrid) Render(a *app.App)
type GuiLayoutHBox ¶
type GuiLayoutHBox struct{}
func (*GuiLayoutHBox) Initialize ¶
func (t *GuiLayoutHBox) Initialize(a *app.App)
func (*GuiLayoutHBox) Render ¶
func (t *GuiLayoutHBox) Render(a *app.App)
type GuiLayoutVBox ¶
type GuiLayoutVBox struct{}
func (*GuiLayoutVBox) Initialize ¶
func (t *GuiLayoutVBox) Initialize(a *app.App)
func (*GuiLayoutVBox) Render ¶
func (t *GuiLayoutVBox) Render(a *app.App)
type GuiPanel ¶
type GuiPanel struct {
// contains filtered or unexported fields
}
func (*GuiPanel) Initialize ¶
type GuiPanelChildren ¶
type GuiPanelChildren struct {
// contains filtered or unexported fields
}
func (*GuiPanelChildren) Initialize ¶
func (t *GuiPanelChildren) Initialize(a *app.App)
func (*GuiPanelChildren) Render ¶
func (t *GuiPanelChildren) Render(a *app.App)
type GuiPanelModal ¶
type GuiPanelModal struct {
// contains filtered or unexported fields
}
func (*GuiPanelModal) Initialize ¶
func (t *GuiPanelModal) Initialize(a *app.App)
func (*GuiPanelModal) Render ¶
func (t *GuiPanelModal) Render(a *app.App)
type GuiScrollBar ¶
type GuiScrollBar struct{}
func (*GuiScrollBar) Initialize ¶
func (t *GuiScrollBar) Initialize(a *app.App)
func (*GuiScrollBar) Render ¶
func (t *GuiScrollBar) Render(a *app.App)
type GuiScroller ¶
type GuiScroller struct{}
func (*GuiScroller) Initialize ¶
func (t *GuiScroller) Initialize(a *app.App)
func (*GuiScroller) Render ¶
func (t *GuiScroller) Render(a *app.App)
type GuiSplitter ¶
type GuiSplitter struct{}
func (*GuiSplitter) Initialize ¶
func (t *GuiSplitter) Initialize(a *app.App)
func (*GuiSplitter) Render ¶
func (t *GuiSplitter) Render(a *app.App)
type GuiTabBar ¶
type GuiTabBar struct {
// contains filtered or unexported fields
}
func (*GuiTabBar) Initialize ¶
Source Files ¶
- builder.go
- button.go
- chart.go
- checkradio.go
- custom_cursors.go
- dropdown.go
- edit.go
- folder.go
- imagebutton.go
- imagelabel.go
- itemscroller.go
- label.go
- layout_dock.go
- layout_grid.go
- layout_hbox.go
- layout_vbox.go
- list.go
- menu.go
- panel.go
- panel_children.go
- panel_modal.go
- scrollbar.go
- scroller.go
- slider.go
- splitter.go
- tabbar.go
- table.go
- tree.go
- window.go
Click to show internal directories.
Click to hide internal directories.