Documentation
¶
Index ¶
Constants ¶
View Source
const OSM_URL_PREFIX = "https://nominatim.openstreetmap.org"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVFrame ¶
type CSVFrame struct {
// contains filtered or unexported fields
}
type DotFrame ¶
type DotFrame struct {
// contains filtered or unexported fields
}
type HeaderLine ¶
func HeaderLineInit ¶
func HeaderLineInit(tkn parse.Token, th *Theme) *HeaderLine
func (*HeaderLine) Layout ¶
func (h *HeaderLine) Layout(gtx layout.Context, peek Line) layout.Dimensions
type ImageFrame ¶
type ImageFrame struct {
// contains filtered or unexported fields
}
func (*ImageFrame) Events ¶
func (imgf *ImageFrame) Events() []interface{}
func (*ImageFrame) Find ¶
func (imgf *ImageFrame) Find(anchor string) error
func (*ImageFrame) IsEmpty ¶
func (imgf *ImageFrame) IsEmpty() bool
func (*ImageFrame) Layout ¶
func (imgf *ImageFrame) Layout(gtx layout.Context) layout.Dimensions
type Line ¶
type PreformattedLine ¶
func PreformattedLineInit ¶
func PreformattedLineInit(tkn parse.Token, st *SuperTxtFrame, th *Theme, w *app.Window) *PreformattedLine
func (*PreformattedLine) Layout ¶
func (p *PreformattedLine) Layout(gtx layout.Context, peek Line) layout.Dimensions
type SuperTxtFrame ¶
type SuperTxtFrame struct {
// contains filtered or unexported fields
}
func NewSuperTxtFrame ¶
func (*SuperTxtFrame) Events ¶
func (f *SuperTxtFrame) Events() []interface{}
func (*SuperTxtFrame) Find ¶
func (f *SuperTxtFrame) Find(anchor string) error
func (*SuperTxtFrame) IsEmpty ¶
func (f *SuperTxtFrame) IsEmpty() bool
func (*SuperTxtFrame) Layout ¶
func (f *SuperTxtFrame) Layout(gtx layout.Context) layout.Dimensions
type Theme ¶
type TxtFrame ¶
type TxtFrame struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.