Documentation ¶
Index ¶
- Constants
- func Run(cb func(*WebView) ice.Any)
- type WebView
- func (w WebView) Close()
- func (w WebView) Menu() bool
- func (w WebView) Open(url string)
- func (w WebView) OpenApp(app string)
- func (w WebView) OpenCmd(cmd string)
- func (w WebView) OpenUrl(url string)
- func (w WebView) Power() string
- func (w WebView) SetSize(width, height int)
- func (w WebView) System(arg ...string) string
- func (w WebView) Terminate()
- func (w WebView) Title(text string)
- func (w WebView) Webview(url string)
Constants ¶
View Source
const (
CONF_SIZE = "var/conf/webview.size"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebView ¶
Click to show internal directories.
Click to hide internal directories.