window = gdk_x11_get_default_root_xwindow (); display =gdk_x11_get_default_xdisplay(); gdk_error_trap_push (); XGetWindowAttributes (display, window, &attrs); mask |= attrs.your_event_mask; XSelectInput (display, window, mask); gdk_error_trap_pop_ignored (); gdk_window_add_filter...
dpy =gdk_x11_display_get_xdisplay(gdk_window_get_display (window)); data[0] = x; data[1] = y; data[2] = width; data[3] = height; XChangeProperty (dpy, GDK_WINDOW_XID (window), gdk_x11_get_xatom_by_name_for_display ( gdk_window_get_display (window),"_NET_WM_ICON_GEOMETRY...
#0 0x00007ffff5a8b074 in gdk_window_has_impl (window=<optimized out>, window@entry=0x0) at gdkwindow.c:699 #1 _gdk_window_has_impl (window=window@entry=0x0) at gdkwindow.c:699 #2 0x00007ffff5ab91ff in gdk_x11_window_get_xid (window=0x0) at gdkwindow-x11.c:5620 #3 0x00...
Unable to load gdk_window_move_resize from libgdk-x11-2.0.soUnable to load gdk_x11_display_get_xdisplay from libgdk-x11-2.0.soUnable to load gdk_x11_drawable_get_xid from libgdk-x11-2.0.soUnable to load gdk_x11_get_server_time from libgdk-x11-2.0.soUnable to load gdk_x11_get_x...
Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {...
在GTK+中,我可以使用gdk_x11_drawable_get_xid(),但是在GTK#中我没有找到这个函数。那么,如何在所需的窗口&# 浏览1提问于2014-04-28得票数 0 2回答 在GTK+-2.2中显示RGB图像 、、、 我正在编写一个类,它可以获取我自己的RGB图像,并使用GTK+-2.2将它们显示到窗口。我的Image类将图像存储为打包的24位RGB...
在GTK+中,我可以使用gdk_x11_drawable_get_xid(),但是在GTK#中我没有找到这个函数。那么,如何在所需的窗口/容器/小部件中获取小部件的HWND或使用此函数输出媒体呢? 浏览1提问于2014-04-28得票数 0 1回答 无法启动visual studio 、 当我尝试运行code时,它说 /snap/code/35/electron-launch: line 28: /...
gdk_x11_drawable_get_xid(widget->window))) zbar_window_error_spew(zbar->window,0); } 開發者ID:FachschaftMathPhys,項目名稱:gnt-eval,代碼行數:32,代碼來源:zbargtk.c 示例6: meta_image_window_set ▲點讚 1▼ voidmeta_image_window_set(MetaImageWindow *iw, ...
display = gdk_screen_get_display (screen); gdk_error_trap_push (); result = XGetWindowProperty (GDK_DISPLAY_XDISPLAY (display), GDK_WINDOW_XID (root_win),gdk_x11_get_xatom_by_name_for_display(display,"_NET_DESKTOP_VIEWPORT"),0, G_MAXLONG, False, XA_CARDINAL, &type, &format, &...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...