Versions in this module Expand all Collapse all v0 v0.0.2 Apr 29, 2023 v0.0.1 Apr 28, 2023 Changes in this version + var Real = &RealGdk + 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 struct + 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