Documentation ¶
Index ¶
- type MaterialTheme
- func (MaterialTheme) BackgroundColor() color.Color
- func (MaterialTheme) ButtonColor() color.Color
- func (MaterialTheme) FocusColor() color.Color
- func (MaterialTheme) HyperlinkColor() color.Color
- func (MaterialTheme) IconInlineSize() int
- func (MaterialTheme) Padding() int
- func (MaterialTheme) PlaceHolderColor() color.Color
- func (MaterialTheme) PrimaryColor() color.Color
- func (MaterialTheme) ScrollBarColor() color.Color
- func (MaterialTheme) ScrollBarSize() int
- func (MaterialTheme) TextBoldFont() fyne.Resource
- func (MaterialTheme) TextBoldItalicFont() fyne.Resource
- func (t *MaterialTheme) TextColor() color.Color
- func (t *MaterialTheme) TextFont() fyne.Resource
- func (MaterialTheme) TextItalicFont() fyne.Resource
- func (MaterialTheme) TextMonospaceFont() fyne.Resource
- func (MaterialTheme) TextSize() int
- type OrpaWindow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaterialTheme ¶
type MaterialTheme struct {
// contains filtered or unexported fields
}
func (MaterialTheme) BackgroundColor ¶
func (MaterialTheme) BackgroundColor() color.Color
func (MaterialTheme) ButtonColor ¶
func (MaterialTheme) ButtonColor() color.Color
func (MaterialTheme) FocusColor ¶
func (MaterialTheme) FocusColor() color.Color
func (MaterialTheme) HyperlinkColor ¶
func (MaterialTheme) HyperlinkColor() color.Color
func (MaterialTheme) IconInlineSize ¶
func (MaterialTheme) IconInlineSize() int
func (MaterialTheme) Padding ¶
func (MaterialTheme) Padding() int
func (MaterialTheme) PlaceHolderColor ¶
func (MaterialTheme) PlaceHolderColor() color.Color
func (MaterialTheme) PrimaryColor ¶
func (MaterialTheme) PrimaryColor() color.Color
func (MaterialTheme) ScrollBarColor ¶
func (MaterialTheme) ScrollBarColor() color.Color
func (MaterialTheme) ScrollBarSize ¶
func (MaterialTheme) ScrollBarSize() int
func (MaterialTheme) TextBoldFont ¶
func (MaterialTheme) TextBoldFont() fyne.Resource
func (MaterialTheme) TextBoldItalicFont ¶
func (MaterialTheme) TextBoldItalicFont() fyne.Resource
func (*MaterialTheme) TextColor ¶
func (t *MaterialTheme) TextColor() color.Color
func (*MaterialTheme) TextFont ¶
func (t *MaterialTheme) TextFont() fyne.Resource
func (MaterialTheme) TextItalicFont ¶
func (MaterialTheme) TextItalicFont() fyne.Resource
func (MaterialTheme) TextMonospaceFont ¶
func (MaterialTheme) TextMonospaceFont() fyne.Resource
func (MaterialTheme) TextSize ¶
func (MaterialTheme) TextSize() int
type OrpaWindow ¶
type OrpaWindow struct { Replay *parser.ReplayData NicknameField *widget.Entry TotalScoreField *widget.Entry // contains filtered or unexported fields }
func NewOrpaWindow ¶
func NewOrpaWindow(replay *parser.ReplayData) *OrpaWindow
func (*OrpaWindow) SetReplay ¶
func (w *OrpaWindow) SetReplay(replay *parser.ReplayData)
func (*OrpaWindow) Start ¶
func (w *OrpaWindow) Start()
func (*OrpaWindow) Update ¶
func (w *OrpaWindow) Update()
Click to show internal directories.
Click to hide internal directories.