Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dynamic ¶
type Dynamic struct {
// contains filtered or unexported fields
}
func NewDynamic ¶
func NewDynamicAsChild ¶
func NewDynamicAsChild(parent nkf.RecursiveDrawable, height float32, cols int32) *Dynamic
func (*Dynamic) ClearChildren ¶
func (dynamic *Dynamic) ClearChildren()
type Static ¶
type Static struct {
// contains filtered or unexported fields
}
func NewStaticAsChild ¶
func NewStaticAsChild(parent nkf.RecursiveDrawable, height float32, itemWidth, cols int32) *Static
func (*Static) ClearChildren ¶
func (static *Static) ClearChildren()
Click to show internal directories.
Click to hide internal directories.