Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameTitle ¶
type FrameTitle struct {
// contains filtered or unexported fields
}
Frame is a frame that appears in the
func NewFrameTitle ¶
func NewFrameTitle(header string, active bool, style Style) FrameTitle
func (FrameTitle) HeaderHeight ¶
func (f FrameTitle) HeaderHeight() int
func (*FrameTitle) Resize ¶
func (f *FrameTitle) Resize(w, h int)
func (*FrameTitle) SetTitle ¶
func (f *FrameTitle) SetTitle(title string)
func (FrameTitle) View ¶
func (f FrameTitle) View() string
Click to show internal directories.
Click to hide internal directories.