Documentation
¶
Index ¶
- type ElementCsv
- func (el *ElementCsv) Close()
- func (el *ElementCsv) Draw(size *types.XY, pos *types.XY)
- func (el *ElementCsv) Generate(apc *types.ApcSlice) error
- func (el *ElementCsv) MouseClick(pos *types.XY, button uint8, clicks uint8, pressed bool, ...)
- func (el *ElementCsv) MouseMotion(pos *types.XY, move *types.XY, callback types.EventIgnoredCallback)
- func (el *ElementCsv) MouseOut()
- func (el *ElementCsv) MouseWheel(_ *types.XY, movement *types.XY, callback types.EventIgnoredCallback)
- func (el *ElementCsv) Rune(pos *types.XY) rune
- func (el *ElementCsv) Size() *types.XY
- func (el *ElementCsv) Write(r rune) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElementCsv ¶
type ElementCsv struct {
// contains filtered or unexported fields
}
func New ¶
func New(renderer types.Renderer) *ElementCsv
func (*ElementCsv) Close ¶
func (el *ElementCsv) Close()
func (*ElementCsv) MouseClick ¶
func (el *ElementCsv) MouseClick(pos *types.XY, button uint8, clicks uint8, pressed bool, callback types.EventIgnoredCallback)
func (*ElementCsv) MouseMotion ¶
func (el *ElementCsv) MouseMotion(pos *types.XY, move *types.XY, callback types.EventIgnoredCallback)
func (*ElementCsv) MouseOut ¶
func (el *ElementCsv) MouseOut()
func (*ElementCsv) MouseWheel ¶
func (el *ElementCsv) MouseWheel(_ *types.XY, movement *types.XY, callback types.EventIgnoredCallback)
func (*ElementCsv) Size ¶
func (el *ElementCsv) Size() *types.XY
func (*ElementCsv) Write ¶
func (el *ElementCsv) Write(r rune) error
Click to show internal directories.
Click to hide internal directories.