Documentation ¶
Index ¶
Constants ¶
View Source
const BackendName = "XGB"
BackendName the name of backend
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
Environment implements backend.Environment for XGB.
func (*Environment) CreateHandler ¶
func (env *Environment) CreateHandler(title string, x, y, width, height int) (backend.Handler, error)
CreateHandler creates a new handler.
func (*Environment) Run ¶
func (env *Environment) Run() error
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) SetDrawable ¶
func (*Handler) SetVisibility ¶
Click to show internal directories.
Click to hide internal directories.