-
用于移植在pthread环境中开发的应用程序到没有pthread支持的环境...
用于移植在pthread环境中开发的应用程序到没有pthread支持的环境-for transplantation pthread environment in the development of applications that in the absence of a supportive environment pthread
- 2022-03-22 16:15:27下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1
-
The second part of touch screen infomation. There are examples and document. I h...
触摸屏资料2,有具体实例,及相关文档,希望对大家有帮助!-The second part of touch screen infomation. There are examples and document. I hope it is helpful.
- 2023-02-15 03:15:04下载
- 积分:1
-
2.3.7基于QTE做趋势图控件可以单独操作,是…
基于qte 2.3.7做的 趋势图控件,可单独运行,目前只显示正负电压值跟踪-Qte 2.3.7 to do based on the trend graph control can be a separate operation, is currently only shows the value of positive and negative voltage tracking
- 2022-03-20 15:05:48下载
- 积分:1
-
根据H2410F修改的vivi,不过不支持yaffs
根据H2410F修改的vivi,不过不支持yaffs-H2410F modified in accordance with vivi, but does not support yaffs
- 2022-06-27 20:58:32下载
- 积分:1
-
Linux kernal核心中文使用手册,方便进行Linux开发。
Linux kernal核心中文使用手册,方便进行Linux开发。-Linux kernal core Chinese user manual to facilitate Linux development.
- 2022-07-24 03:46:28下载
- 积分:1
-
revised volume SIGINT signal example
修改信号量SIGINT例子-revised volume SIGINT signal example
- 2022-02-05 06:24:58下载
- 积分:1
-
using PCMCIA wireless LAN wireless virtual procedures FOSS AP
linux下用PCMCIA无线网卡虚拟无线AP的程序源码-using PCMCIA wireless LAN wireless virtual procedures FOSS AP
- 2022-11-04 03:00:08下载
- 积分:1
-
QT安全系统,结合于QT,能实现SSL、TLS等高端加密协议
QT安全系统,结合于QT,能实现SSL、TLS等高端加密协议-QT security system, combined with the in QT, to achieve SSL, TLS encryption, such as high-end agreement
- 2023-08-09 11:25:04下载
- 积分:1
-
邮政电信等系统票据的精确定位打印,可根据不同的打印机进行调整...
邮政电信等系统票据的精确定位打印,可根据不同的打印机进行调整-postal and telecommunications system instruments precise positioning print, according to different printers adjustment
- 2022-03-21 05:48:11下载
- 积分:1