Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*View)
Option is a functional option type used in mulberry constructors
type View ¶
A View is a portion of a io.ReadWriteSeeker represented graphically
func New ¶
func New(r io.ReadWriteSeeker, opts ...Option) (*View, error)
New creates a View to display the given ReadWriteSeeker.
func NewFromFile ¶
NewFromFile is equivalent to calling `New` on the opened file contents.
func (*View) DrawOffset ¶
DrawOffset draws this view to the given buffer with some 2D offset
Click to show internal directories.
Click to hide internal directories.