Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var T = Theme{ Palette: color.Palette{ BackgroundColor: color.NRGBA{R: 0, G: 0, B: 0, A: 255}, BorderColor: color.NRGBA{R: 0, G: 0, B: 0, A: 255}, HighlightColor: color.NRGBA{R: 0, G: 0, B: 0, A: 255}, NoHighlightColor: color.NRGBA{R: 0, G: 0, B: 0, A: 255}, }, ButtonStyle: ButtonStyle{ Outset: ebui.Outset{ Top: 10, Bottom: 10, Left: 10, Right: 10, }, Background: BackgroundColor, Border: BorderColor, Highlight: HighlightColor, }, }
Functions ¶
Types ¶
type ButtonStyle ¶
type ProgressBar ¶
type ProgressBar struct { }
type RadioButton ¶
type RadioButton struct { }
type Theme ¶
type Theme struct { color.Palette ButtonStyle }
Click to show internal directories.
Click to hide internal directories.