Home
last modified time | relevance | path

Searched refs:get_source_drawable (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0019-Add-hack-to-lock-flow-of-scroll-events-to-window-whe.patch33 drawable_class->get_source_drawable = gdk_window_get_source_drawable;
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkdrawable.h203 GdkDrawable *(*get_source_drawable) (GdkDrawable *drawable); member
H A Dgdkdraw.c1962 if (GDK_DRAWABLE_GET_CLASS (drawable)->get_source_drawable) in _gdk_drawable_get_source_drawable()
1963 return GDK_DRAWABLE_GET_CLASS (drawable)->get_source_drawable (drawable); in _gdk_drawable_get_source_drawable()
H A Dgdkoffscreenwindow.c1264 drawable_class->get_source_drawable = gdk_offscreen_window_get_source_drawable; in gdk_offscreen_window_class_init()
H A Dgdkwindow.c478 drawable_class->get_source_drawable = gdk_window_get_source_drawable; in gdk_window_class_init()
4055 if (GDK_DRAWABLE_GET_CLASS (private->impl)->get_source_drawable) in gdk_window_get_source_drawable()
4056 return GDK_DRAWABLE_GET_CLASS (private->impl)->get_source_drawable (private->impl); in gdk_window_get_source_drawable()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgdk-2.0.vapi4617 public virtual unowned Gdk.Drawable get_source_drawable ();