Documentation
¶
Index ¶
- type Popup
- func (p Popup) Bottom() Popup
- func (p Popup) Center() Popup
- func (p Popup) Inner(area bento.Rect) bento.Rect
- func (p Popup) Left() Popup
- func (p Popup) Middle() Popup
- func (p Popup) Render(area bento.Rect, buffer *bento.Buffer)
- func (p Popup) Right() Popup
- func (p Popup) Top() Popup
- func (p Popup) WithBlock(block blockwidget.Block) Popup
- func (p Popup) WithHeight(height bento.Constraint) Popup
- func (p Popup) WithPadding(padding bento.Padding) Popup
- func (p Popup) WithStyle(style bento.Style) Popup
- func (p Popup) WithWidth(width bento.Constraint) Popup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Popup ¶
type Popup struct { Block *blockwidget.Block Horizontal, Vertical bento.Flex Style bento.Style Width, Height bento.Constraint Content bento.Widget Padding bento.Padding }
func (Popup) WithHeight ¶
func (p Popup) WithHeight(height bento.Constraint) Popup
Click to show internal directories.
Click to hide internal directories.