-
宽度= 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
-
老外开发的端口开发程序
老外开发的端口开发程序-foreigners development of the port development process
- 2022-04-07 01:41:07下载
- 积分:1
-
基于上海电信 sgmp3.0短信协议,实现的源程序,现网运行稳定,unix (freeBSD) 环境下编程....
基于上海电信 sgmp3.0短信协议,实现的源程序,现网运行稳定,unix (freeBSD) 环境下编程.-Shanghai Telecom sgmp3.0 message based on the agreement, realize the source, is running a stable network, unix (freeBSD) programming environment.
- 2022-01-24 14:32:26下载
- 积分:1
-
Linux设备驱动开发详解_nor驱动范例
Linux设备驱动开发详解_nor驱动范例-Linux device driver development driver _nor Detailed Example
- 2022-03-19 02:03:05下载
- 积分:1
-
Under section Linux proxy software, mainly uses in to act
serves!
一款Linux下的代理软件,主要用于代理服务!- Under section Linux proxy software, mainly uses in to act
serves!
- 2023-08-09 16:35:03下载
- 积分:1
-
PThreads Primerlinux 线程讲得很透彻
PThreads Primerlinux 线程讲得很透彻-Thread PThreads Primerlinux very thorough
- 2022-03-12 19:39:52下载
- 积分:1
-
嵌入式linux发送电子邮件程序,pc上当然好用了。
嵌入式linux发送电子邮件程序,pc上当然好用了。 -embedded linux Send e-mail program, pc uses on the course. Embedded Linux Send e-mail program, pc uses on the course.
- 2022-02-25 21:27:49下载
- 积分:1
-
linux support mpc83xx chip SPI driver is conducive to the upper application deve...
linux 支持mpc83xx芯片的SPI驱动程序,有利于上层应用程序的开发-linux support mpc83xx chip SPI driver is conducive to the upper application development
- 2022-04-29 19:19:27下载
- 积分:1
-
Overview: longitudinal data collection, designed to collect time eDonkey network...
概述:数据的纵向收集,目的是收集时光网和电驴网的影视资料信息,存成二进制文件,整理以后导入mysql数据库使用-Overview: longitudinal data collection, designed to collect time eDonkey network and information network for film and television information, stored as a binary file, import later organize the use of mysql database
- 2022-01-26 01:04:41下载
- 积分:1
-
linux federo 6下的bt软件的类库文件
linux federo 6下的bt软件的类库文件-linux federo 6 under the bt software library files
- 2023-09-05 10:50:04下载
- 积分:1