Documentation
¶
Index ¶
- func BeginFrame(ctx *context.Context)
- func BeginTabBar(label string) bool
- func BeginTabBarWithFlags(label string, flags imgui.TabBarFlags) bool
- func BeginTabItem(label string) bool
- func BeginTabItemWithFlags(label string, open *bool, flags imgui.TabItemFlags) bool
- func EndFrame(ctx *context.Context)
- func EndPanel()
- func EndTabBar()
- func EndTabItem()
- func StartPanel(name string) bool
- func StartPanelV(name string, open *bool, flags imgui.WindowFlags) bool
- type Button
- type Text
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeginFrame ¶
func BeginTabBar ¶
BeginTabBar starts a tab bar Returns true if the tab bar is open
func BeginTabBarWithFlags ¶
func BeginTabBarWithFlags(label string, flags imgui.TabBarFlags) bool
BeginTabBarWithFlags starts a tab bar with flags
func BeginTabItem ¶
BeginTabItem starts a tab item (a single tab in a tab bar) Returns true if the tab is selected
func BeginTabItemWithFlags ¶
func BeginTabItemWithFlags(label string, open *bool, flags imgui.TabItemFlags) bool
BeginTabItemWithFlags starts a tab item with flags
func StartPanel ¶
func StartPanelV ¶
func StartPanelV(name string, open *bool, flags imgui.WindowFlags) bool
Types ¶
Click to show internal directories.
Click to hide internal directories.