Documentation
¶
Index ¶
- type DefaultWindow
- func (win *DefaultWindow) GetBackground() color.RGBA
- func (win *DefaultWindow) GetSize() common.Size
- func (win *DefaultWindow) GetTitle() string
- func (win *DefaultWindow) GetView() *common.Component
- func (win *DefaultWindow) Layout(outsideWidth, outsideHeight int)
- func (win *DefaultWindow) SetBackground(c color.RGBA)
- type Window
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultWindow ¶
type DefaultWindow struct {
// contains filtered or unexported fields
}
func (*DefaultWindow) GetBackground ¶
func (win *DefaultWindow) GetBackground() color.RGBA
func (*DefaultWindow) GetSize ¶
func (win *DefaultWindow) GetSize() common.Size
func (*DefaultWindow) GetTitle ¶
func (win *DefaultWindow) GetTitle() string
func (*DefaultWindow) GetView ¶
func (win *DefaultWindow) GetView() *common.Component
func (*DefaultWindow) Layout ¶
func (win *DefaultWindow) Layout(outsideWidth, outsideHeight int)
func (*DefaultWindow) SetBackground ¶
func (win *DefaultWindow) SetBackground(c color.RGBA)
Click to show internal directories.
Click to hide internal directories.