-
宽度= 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
-
unix 环境高级编程的经典书籍艺术一书的源代码和实例
unix 环境高级编程的经典书籍艺术一书的源代码和实例-high-level programming unix environment classic books art book
- 2022-05-26 12:54:56下载
- 积分:1
-
Linux0.01设备驱动程序
最精简的linux代码 适合操作系统入门...
Linux0.01设备驱动程序
最精简的linux代码 适合操作系统入门-Linux0.01 device drivers streamlining the most suitable source Linux operating system entry
- 2022-07-22 21:17:55下载
- 积分:1
-
用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考...
用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
- 2022-03-23 05:21:57下载
- 积分:1
-
嵌入式web服务器websvr
嵌入式web服务器websvr-x86-1.0.1.tar.gz-Embedded web server websvr-x86-1.0.1.tar.gz
- 2022-02-13 16:54:53下载
- 积分:1
-
图linux下串口的TCP/IP端口
在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
- 2022-04-19 11:42:44下载
- 积分:1
-
可以修改dvd info 的内容的源码,通过自己修改dvd info 增强对dvd info的认识 不同于dvd parse...
可以修改dvd info 的内容的源码,通过自己修改dvd info 增强对dvd info的认识 不同于dvd parse -Dvd info can modify the contents of the source, dvd info, through their own amendments to increase the awareness of dvd info is different from the dvd parse
- 2022-06-02 10:43:34下载
- 积分:1
-
LINUX2.6 字符设备驱动程序,入门必看
LINUX2.6 字符设备驱动程序,入门必看-Char devise driver in LINUX2.6
- 2022-03-20 09:20:20下载
- 积分:1
-
Linux下蓝牙驱动在fedaro5下编译通过!
Linux下蓝牙驱动,在fedaro5下编译通过!-Linux Bluetooth drivers in the fedaro5 under compile!
- 2022-07-16 04:14:46下载
- 积分:1
-
linux下用来播放mp3的插件
linux下用来播放mp3的插件-used the plug-in MP3 player
- 2022-09-01 05:35:03下载
- 积分:1