Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rectangle ¶
type Rectangle struct { Height int Width int Tab int Center Point BottomWidgetIndex int TopWidgetIndex int LeftWidgetIndex int RightWidgetIndex int // contains filtered or unexported fields }
Rectangle is
type RectangleCollection ¶
type RectangleCollection struct {
// contains filtered or unexported fields
}
RectangleCollection is
func NewRectangleCollection ¶
func NewRectangleCollection() (r *RectangleCollection, err error)
NewRectangleCollection constructs a ConfigManager
func (*RectangleCollection) CalcDistances ¶
func (r *RectangleCollection) CalcDistances()
CalcDistances is
func (*RectangleCollection) GetRectangle ¶
func (r *RectangleCollection) GetRectangle(idx int) *Rectangle
GetRectangle is
func (*RectangleCollection) Register ¶
func (r *RectangleCollection) Register(opt *RectangleOptions)
Register is
Click to show internal directories.
Click to hide internal directories.