-
周立功
ZLG-GUI源代码完整版12-font5_7.c
-ZLG-GUI source code full version of 12-font5_7.c
- 2023-02-22 08:50:04下载
- 积分:1
-
平淡是一种基于网络书签的仓库,它可以记录所有的输入…
Insipid 是一款基于Web书签仓库。很方面的记录下各种输入输出信息。
-Insipid is a bookmark warehouse based on Web, which can record all the input and output information conveniently.
- 2022-01-28 05:47:38下载
- 积分:1
-
Add a new system call to achieve a new function, such as the search system in th...
添加一个新的系统调用,实现一项新的功能,如查找系统中所有进程的名称和族亲关系信息,或文件复制,重新编译和运行内核,使新的系统调用可用。-Add a new system call to achieve a new function, such as the search system in the name of all processes and pro-family relationship information, or documents copied, re-compile and run the kernel, making the new system calls available.
- 2023-06-12 16:35:08下载
- 积分:1
-
一个简单的linux下的聊天程序,server端和client端下载后直接编译就可运行。...
一个简单的linux下的聊天程序,server端和client端下载后直接编译就可运行。-a simple chat under linux procedures, server and client-side download operation can be directly translated.
- 2022-02-21 20:05:25下载
- 积分:1
-
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。...
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。-linux under a variety of patch management tools, can help you manage their own patches, more useful in the open-source projects.
- 2022-07-17 04:45:42下载
- 积分:1
-
avifile
avifile-1.6.tar.bz2.raravifile-1.6.tar.bz2.rar
- 2022-03-23 21:58:18下载
- 积分:1
-
在beginning linux programming 书中提供的第四章的有关代码
在beginning linux programming 书中提供的第四章的有关代码-In the beginning linux programming book provided by Chapter IV of the code
- 2023-04-09 12:50:03下载
- 积分:1
-
manual programming required linux
linux api手册进行linux编程必备-manual programming required linux
- 2022-03-03 15:08:42下载
- 积分:1
-
YAFFS2 file system, LINUX2.6 kernel support YAFF2 file system, the command: sh p...
YAFFS2文件系统,LINUX2.6内核支持YAFF2文件系统,命令:sh patch-ker.sh c /-YAFFS2 file system, LINUX2.6 kernel support YAFF2 file system, the command: sh patch-ker.sh c/
- 2022-04-28 01:09:01下载
- 积分: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