Documentation
¶
Overview ¶
Package scrollabletable makes a widget that some scrollbar interfaces suitable for passing to withscrollbar.New()
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IScrollableTable ¶
type IScrollableTable interface { gowid.IWidget withscrollbar.IScrollOneLine withscrollbar.IScrollOnePage CurrentRow() int Model() table.IModel }
type Widget ¶
type Widget struct {
IScrollableTable
}
To implement withscrollbar.IScrollValues
func New ¶
func New(t IScrollableTable) *Widget
func (Widget) ScrollLength ¶
func (Widget) ScrollPosition ¶
Click to show internal directories.
Click to hide internal directories.