-
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。...
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。-High-efficiency paper filter API, using the window technique to filter paper records, the user can customize the filter conditions and the window size.
- 2022-03-24 18:42:50下载
- 积分: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
-
这是嵌入式中的FPGA的驱动,用在内核驱动,希望有帮助
这是嵌入式中的FPGA的驱动,用在内核驱动,希望有帮助-This is embedded in the FPGA-driven, core drivers in the hope that has helped
- 2022-09-17 12:55:03下载
- 积分:1
-
lndir: Create shadow link tree.
最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来...
lndir: Create shadow link tree.
最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来
-lndir: Create shadow link tree. latest Xorg code already does not contain this small program, or very useful, specially to find out
- 2022-03-20 05:00:23下载
- 积分:1
-
Motif 的 c++封装
Motif 的 c++封装-Motif c Packaging
- 2022-01-27 21:56:13下载
- 积分:1
-
PPC860常见外围驱动
PPC860常见外围驱动-PPC860 common external drive
- 2022-08-06 18:38:14下载
- 积分:1
-
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。...
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。-LINUX is a C language programming the following information, speak in great detail, is Chaoxing format of the C development under LINUX interested can look at.
- 2022-11-14 13:45:07下载
- 积分:1
-
将详细讲述uclinux操作系统在arm7开发板的移植,并进行了测试,说明移植成功...
将详细讲述uclinux操作系统在arm7开发板的移植,并进行了测试,说明移植成功-the transplantation of uclinux in the arm7
- 2022-06-14 15:38:38下载
- 积分:1
-
《Unix网络编程》的源代码的bcast部分
《Unix网络编程》的源代码的bcast部分-"Unix Network Programming," the source part of the Bcast
- 2022-05-30 08:17:33下载
- 积分:1
-
linux下用的定时锁定屏幕,提醒使用者休息的软件,使用环境PyQt4,xlockmore...
linux下用的定时锁定屏幕,提醒使用者休息的软件,使用环境PyQt4,xlockmore-linux using the regular lock screen, to remind users to break the software, use of environmental PyQt4, xlockmore
- 2022-03-19 14:55:39下载
- 积分:1