Documentation ¶
Overview ¶
Package message provides the message window widget.
Index ¶
- func Draw()
- func Error(e error)
- func Errorf(format string, a ...interface{})
- func Info(s string)
- func Infof(format string, a ...interface{})
- func Init()
- func Resize(x, y, width, height int)
- func ResizeRelative(x, y, width, height int)
- func Sec(sec time.Duration)
- func SetErrorLog(path string)
- func SetInfoLog(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Errorf ¶
func Errorf(format string, a ...interface{})
Errorf notifies a formated error message.
func Infof ¶
func Infof(format string, a ...interface{})
Infof notifies a formated information message.
func ResizeRelative ¶
func ResizeRelative(x, y, width, height int)
ResizeRelative resizes relative to current size.
func SetErrorLog ¶
func SetErrorLog(path string)
SetErrorLog sets a path to log error messages. If sets to "", non logging.
func SetInfoLog ¶
func SetInfoLog(path string)
SetInfoLog sets a path to log information messages. If sets to "", non logging.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.