Documentation ¶
Index ¶
- func ContainerLayout(bg string, paddingTop, paddingRight, paddingBottom, paddingLeft int, ...) func(gtx C) D
- func Round(val float64, roundOn float64, places int) (newVal float64)
- type C
- type D
- type FolderListItem
- type GioIPFS
- func (g *GioIPFS) AfterMain()
- func (g *GioIPFS) AppMain()
- func (g *GioIPFS) BeforeMain()
- func (g *GioIPFS) GetExplore()
- func (g *GioIPFS) GetFiles()
- func (g *GioIPFS) GetLiveStat()
- func (g *GioIPFS) GetPeers()
- func (g *GioIPFS) GetSettings()
- func (g *GioIPFS) GetStatus()
- func (g *GioIPFS) GetWelcome()
- func (g *GioIPFS) Tik() func()
- type I
- type Item
- type Logo
- type Navigation
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerLayout ¶
Types ¶
type D ¶
type D = layout.Dimensions
type FolderListItem ¶
type GioIPFS ¶
type GioIPFS struct { UI gipfsUI Settings gipfsSettings ItemsList []*folderListItem Status Status // contains filtered or unexported fields }
func NewGioIPFS ¶
func NewGioIPFS() *GioIPFS
func (*GioIPFS) BeforeMain ¶
func (g *GioIPFS) BeforeMain()
func (*GioIPFS) GetExplore ¶
func (g *GioIPFS) GetExplore()
func (*GioIPFS) GetLiveStat ¶
func (g *GioIPFS) GetLiveStat()
func (*GioIPFS) GetSettings ¶
func (g *GioIPFS) GetSettings()
func (*GioIPFS) GetWelcome ¶
func (g *GioIPFS) GetWelcome()
type I ¶
type I []*FolderListItem
type Navigation ¶
type Navigation struct {}
func (*Navigation) Nav ¶
func (n *Navigation) Nav(th *theme.Theme, gtx layout.Context, width int, noText bool, logo func(gtx layout.Context) layout.Dimensions) layout.Dimensions
Click to show internal directories.
Click to hide internal directories.