Documentation ¶
Index ¶
- type ButtonDisplayPane
- func (dp *ButtonDisplayPane) Close()
- func (pn *ButtonDisplayPane) Draw()
- func (dp *ButtonDisplayPane) DrawingHandler()
- func (pn *ButtonDisplayPane) SetPane(p swtk.Pane)
- func (dp *ButtonDisplayPane) SetRenderer(r swtk.Renderer)
- func (dp *ButtonDisplayPane) SetSize(size swtk.ResizeEvent)
- func (dp *ButtonDisplayPane) SetState(s int)
- type LabelDisplayPane
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ButtonDisplayPane ¶
type ButtonDisplayPane struct {
// contains filtered or unexported fields
}
func NewButtonDisplayPane ¶
func NewButtonDisplayPane(bgc, fgc color.Color, label string) *ButtonDisplayPane
func (*ButtonDisplayPane) Close ¶
func (dp *ButtonDisplayPane) Close()
func (*ButtonDisplayPane) Draw ¶
func (pn *ButtonDisplayPane) Draw()
func (*ButtonDisplayPane) DrawingHandler ¶
func (dp *ButtonDisplayPane) DrawingHandler()
func (*ButtonDisplayPane) SetPane ¶
func (pn *ButtonDisplayPane) SetPane(p swtk.Pane)
func (*ButtonDisplayPane) SetRenderer ¶
func (dp *ButtonDisplayPane) SetRenderer(r swtk.Renderer)
func (*ButtonDisplayPane) SetSize ¶
func (dp *ButtonDisplayPane) SetSize(size swtk.ResizeEvent)
func (*ButtonDisplayPane) SetState ¶
func (dp *ButtonDisplayPane) SetState(s int)
type LabelDisplayPane ¶
type LabelDisplayPane struct {
// contains filtered or unexported fields
}
func NewLabelDisplayPane ¶
func NewLabelDisplayPane(l string, c color.Color) *LabelDisplayPane
func (*LabelDisplayPane) Close ¶
func (dp *LabelDisplayPane) Close()
func (*LabelDisplayPane) Draw ¶
func (pn *LabelDisplayPane) Draw()
func (*LabelDisplayPane) DrawingHandler ¶
func (dp *LabelDisplayPane) DrawingHandler()
func (*LabelDisplayPane) SetPane ¶
func (pn *LabelDisplayPane) SetPane(p swtk.Pane)
func (*LabelDisplayPane) SetRenderer ¶
func (dp *LabelDisplayPane) SetRenderer(r swtk.Renderer)
func (*LabelDisplayPane) SetSize ¶
func (dp *LabelDisplayPane) SetSize(size swtk.ResizeEvent)
Click to show internal directories.
Click to hide internal directories.