Documentation
¶
Index ¶
- type TTextWidget
- func (o *TTextWidget) AddPos(x, y int) *TTextWidget
- func (o *TTextWidget) Bounds() *types.TRect
- func (o *TTextWidget) Children() []interface{}
- func (o *TTextWidget) Draw()
- func (o *TTextWidget) SetColor(r, g, b, a int) *TTextWidget
- func (o *TTextWidget) SetPos(x, y int) *TTextWidget
- func (o *TTextWidget) SetSize(w, h int) *TTextWidget
- func (o *TTextWidget) SetText(s string) *TTextWidget
- type TWidget
- func (o *TWidget) AddChild(v ...interfaces.IWidgetKernel)
- func (o *TWidget) AddPos(x, y int) *TWidget
- func (o *TWidget) Bounds() *types.TRect
- func (o *TWidget) Children() []interfaces.IWidgetKernel
- func (o *TWidget) ClientRect() *types.TRect
- func (o *TWidget) Draw()
- func (o *TWidget) SetColor(r, g, b, a int) *TWidget
- func (o *TWidget) SetName(s string) *TWidget
- func (o *TWidget) SetPos(x, y int) *TWidget
- func (o *TWidget) SetSize(w, h int) *TWidget
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TTextWidget ¶
type TTextWidget struct { TWidget // contains filtered or unexported fields }
TTextWidget -
func (*TTextWidget) SetColor ¶
func (o *TTextWidget) SetColor(r, g, b, a int) *TTextWidget
SetColor -
type TWidget ¶
type TWidget struct { hal.TWidgetKernel // contains filtered or unexported fields }
TWidget -
Click to show internal directories.
Click to hide internal directories.