Home
last modified time | relevance | path

Searched defs:GDK_IS_X11_DISPLAY (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkx11display.h49 #define GDK_IS_X11_DISPLAY(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_X11_DISPL… macro
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdkx11display.h50 #define GDK_IS_X11_DISPLAY(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_X11_DISPL… macro
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/compat/gdk/
H A Dgdkx.h37 # define GDK_IS_X11_DISPLAY(a) (true) macro
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/compat/gdk/
H A Dgdkx.h37 #define GDK_IS_X11_DISPLAY(a) (true) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/compat/gdk/
H A Dgdkx.h40 #define GDK_IS_X11_DISPLAY(a) (true) macro
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dgtk_2_3_compat.h30 #define GDK_IS_X11_DISPLAY(display) true macro
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dvncdisplaykeymap.c60 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk/private/
H A Dgtk2-compat.h529 #define GDK_IS_X11_DISPLAY(dpy) true macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk/private/
H A Dgtk2-compat.h529 #define GDK_IS_X11_DISPLAY(dpy) true macro
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dgtk.c69 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dgtk.c76 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dgtk.c70 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dgtk.c73 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dgtk.c69 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dgtk.c76 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dgtk.c76 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dgtk.c70 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper-gtk.h71 #define GDK_IS_X11_DISPLAY(display) (TRUE) macro
83 #define GDK_IS_X11_DISPLAY(display) (FALSE) macro
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dgtk.c76 #define GDK_IS_X11_DISPLAY(dpy) (dpy != NULL) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DGDK.java260 public static final native boolean GDK_IS_X11_DISPLAY(long display); in GDK_IS_X11_DISPLAY() method in GDK
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DGDK.java261 public static final native boolean GDK_IS_X11_DISPLAY(long display); in GDK_IS_X11_DISPLAY() method in GDK