Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfirmDialog ¶
func NewInputDialog ¶ added in v0.0.16
Types ¶
type AlertDialog ¶
type AlertDialog struct { Theme *cu.Theme // Title is shown in the titlebar, if left empty it will default to Message Title string // BigMessage is shown in H2 style at the top of window BigMessage string // NormalMessage is an optional additional message shown in normal font NormalMessage string // contains filtered or unexported fields }
func NewAlertDialog ¶
func NewAlertDialog(th *cu.Theme) *AlertDialog
func (AlertDialog) Layout ¶
func (a AlertDialog) Layout(gtx layout.Context) layout.Dimensions
func (AlertDialog) Show ¶
func (a AlertDialog) Show()
Click to show internal directories.
Click to hide internal directories.