Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuoUIpage ¶
type DuoUIpage struct { Name string //Command func() Data interface{} Title string TxColor string Command func(gtx layout.Context) layout.Dimensions Header func(gtx layout.Context) layout.Dimensions HeaderBgColor string HeaderPadding float32 // header // header Border float32 BorderColor string Body func(gtx layout.Context) layout.Dimensions BodyBgColor string BodyPadding float32 // body // body // contains filtered or unexported fields }
func NewDuoUIpage ¶
func NewDuoUIpage(t *theme.DuoUItheme, p DuoUIpage) *DuoUIpage
type DuoUIpages ¶
Click to show internal directories.
Click to hide internal directories.