Documentation ¶
Index ¶
- type Float
- func (float *Float) Max() float32
- func (float *Float) Min() float32
- func (float *Float) Name() string
- func (float *Float) Render(ctx *nk.Context)
- func (float *Float) SetMax(max float32)
- func (float *Float) SetMin(min float32)
- func (float *Float) SetName(name string)
- func (float *Float) SetValue(value float32)
- func (float *Float) Value() float32
- type Integer
- func (integer *Integer) Max() int32
- func (integer *Integer) Min() int32
- func (integer *Integer) Name() string
- func (integer *Integer) Render(ctx *nk.Context)
- func (integer *Integer) SetMax(max int32)
- func (integer *Integer) SetMin(min int32)
- func (integer *Integer) SetName(name string)
- func (integer *Integer) SetValue(value int32)
- func (integer *Integer) Value() int32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float ¶
type Float struct {
// contains filtered or unexported fields
}
func NewFloatAsChild ¶
type Integer ¶
type Integer struct {
// contains filtered or unexported fields
}
func NewInteger ¶
func NewIntegerAsChild ¶
Click to show internal directories.
Click to hide internal directories.