Documentation
¶
Index ¶
- Constants
- Variables
- func ExePath() string
- func Executable() (exePath string, err error)
- type Conf
- type Manifest
- func (a *Manifest) ApplicationTitle() string
- func (a *Manifest) BrowserSubprocessPath() string
- func (a *Manifest) CachePath() string
- func (a *Manifest) EnableTransparent() bool
- func (a *Manifest) FirstPage() string
- func (a *Manifest) FormFixed() bool
- func (a *Manifest) Get(key string) interface{}
- func (a *Manifest) Height() int32
- func (a *Manifest) Load() *Manifest
- func (a *Manifest) Locale() string
- func (a Manifest) Path() string
- func (a *Manifest) Style() int32
- func (a *Manifest) Width() int32
Constants ¶
View Source
const ( WindowStyleNormal = 0 WindowStyleCaptionLess = 1 )
View Source
const Gt = ">"
Variables ¶
View Source
var Config map[string]string
View Source
var ROOT string
项目根目录
Functions ¶
func Executable ¶
GetModuleFileName() with hModule = NULL
Types ¶
type Conf ¶
type Conf map[string]interface{}
func ParseConfig ¶
type Manifest ¶
type Manifest struct {
// contains filtered or unexported fields
}
func (*Manifest) ApplicationTitle ¶
func (*Manifest) BrowserSubprocessPath ¶
func (*Manifest) EnableTransparent ¶
Click to show internal directories.
Click to hide internal directories.