Documentation
¶
Index ¶
- Variables
- func UnwrapEvent(v gdki.Event) *gdk.Event
- func UnwrapEventButton(v gdki.EventButton) *gdk.EventButton
- func UnwrapEventKey(v gdki.EventKey) *gdk.EventKey
- func UnwrapEventOnly(v gdki.Event) *gdk.Event
- func UnwrapLocal(o interface{}) (interface{}, bool)
- func UnwrapPixbuf(v gdki.Pixbuf) *gdk.Pixbuf
- func UnwrapPixbufLoader(v gdki.PixbufLoader) *gdk.PixbufLoader
- func UnwrapRectangle(v gdki.Rectangle) *gdk.Rectangle
- func UnwrapRgba(v gdki.Rgba) *gdk.RGBA
- func UnwrapScreen(v gdki.Screen) *gdk.Screen
- func UnwrapWindow(v gdki.Window) *gdk.Window
- func WrapEvent(v *gdk.Event, e error) (gdki.Event, error)
- func WrapEventAsEventButton(v *event) gdki.EventButton
- func WrapEventAsEventKey(v *event) gdki.EventKey
- func WrapEventButton(v *gdk.EventButton, e error) (gdki.EventButton, error)
- func WrapEventButtonSimple(v *gdk.EventButton) gdki.EventButton
- func WrapEventKey(v *gdk.EventKey, e error) (gdki.EventKey, error)
- func WrapEventKeySimple(v *gdk.EventKey) gdki.EventKey
- func WrapEventSimple(v *gdk.Event) gdki.Event
- func WrapLocal(o interface{}) (interface{}, bool)
- func WrapPixbuf(v *gdk.Pixbuf, e error) (gdki.Pixbuf, error)
- func WrapPixbufLoader(v *gdk.PixbufLoader, e error) (gdki.PixbufLoader, error)
- func WrapPixbufLoaderSimple(v *gdk.PixbufLoader) gdki.PixbufLoader
- func WrapPixbufSimple(v *gdk.Pixbuf) gdki.Pixbuf
- func WrapRectangle(v *gdk.Rectangle, e error) (gdki.Rectangle, error)
- func WrapRectangleSimple(v *gdk.Rectangle) gdki.Rectangle
- func WrapRgba(v *gdk.RGBA, e error) (gdki.Rgba, error)
- func WrapRgbaSimple(v *gdk.RGBA) gdki.Rgba
- func WrapScreen(v *gdk.Screen, e error) (gdki.Screen, error)
- func WrapScreenSimple(v *gdk.Screen) gdki.Screen
- func WrapWindow(v *gdk.Window, e error) (gdki.Window, error)
- func WrapWindowSimple(v *gdk.Window) gdki.Window
- type RealGdk
- func (*RealGdk) EventButtonFrom(ev gdki.Event) gdki.EventButton
- func (*RealGdk) EventKeyFrom(ev gdki.Event) gdki.EventKey
- func (*RealGdk) NewRGBA(values ...float64) gdki.Rgba
- func (*RealGdk) PixbufLoaderNew() (gdki.PixbufLoader, error)
- func (*RealGdk) ScreenGetDefault() (gdki.Screen, error)
- func (*RealGdk) WorkspaceControlSupported() bool
Constants ¶
This section is empty.
Variables ¶
View Source
var Real = &RealGdk{}
Functions ¶
func UnwrapEventButton ¶
func UnwrapEventButton(v gdki.EventButton) *gdk.EventButton
func UnwrapLocal ¶
func UnwrapLocal(o interface{}) (interface{}, bool)
func UnwrapPixbufLoader ¶
func UnwrapPixbufLoader(v gdki.PixbufLoader) *gdk.PixbufLoader
func WrapEventAsEventButton ¶
func WrapEventAsEventButton(v *event) gdki.EventButton
func WrapEventAsEventKey ¶
func WrapEventButton ¶
func WrapEventButton(v *gdk.EventButton, e error) (gdki.EventButton, error)
func WrapEventButtonSimple ¶
func WrapEventButtonSimple(v *gdk.EventButton) gdki.EventButton
func WrapPixbufLoader ¶
func WrapPixbufLoader(v *gdk.PixbufLoader, e error) (gdki.PixbufLoader, error)
func WrapPixbufLoaderSimple ¶
func WrapPixbufLoaderSimple(v *gdk.PixbufLoader) gdki.PixbufLoader
Types ¶
type RealGdk ¶
type RealGdk struct{}
func (*RealGdk) EventButtonFrom ¶
func (*RealGdk) EventButtonFrom(ev gdki.Event) gdki.EventButton
func (*RealGdk) PixbufLoaderNew ¶
func (*RealGdk) PixbufLoaderNew() (gdki.PixbufLoader, error)
func (*RealGdk) WorkspaceControlSupported ¶
Click to show internal directories.
Click to hide internal directories.