Documentation
¶
Index ¶
- func RigidButton(gtx *layout.Context, th *giomat.Theme, caption string, button *widget.Button) layout.FlexChild
- func RigidEditor(gtx *layout.Context, th *giomat.Theme, caption string, hint string, ...) layout.FlexChild
- func RigidLabel(gtx *layout.Context, th *giomat.Theme, caption string) layout.FlexChild
- func RigidSection(gtx *layout.Context, th *giomat.Theme, caption string) layout.FlexChild
- type ComboStyle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RigidButton ¶
func RigidButton(gtx *layout.Context, th *giomat.Theme, caption string, button *widget.Button) layout.FlexChild
RigidButton returns layout function for a button with inset
func RigidEditor ¶
func RigidEditor(gtx *layout.Context, th *giomat.Theme, caption string, hint string, editor *widget.Editor) layout.FlexChild
RigidEditor returns layout function for labeled edit field
func RigidLabel ¶
RigidLabel returns layout function for a regular label
Types ¶
type ComboStyle ¶
type ComboStyle struct {
// contains filtered or unexported fields
}
ComboStyle holds combobox rendering parameters
Click to show internal directories.
Click to hide internal directories.