-
宽度= 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
-
VIA EtherSwitch Firmware 的源代码
VIA EtherSwitch Firmware 的源代码-VIA EtherSwitch Firmware source code
- 2022-02-16 05:39:55下载
- 积分:1
-
elks操作系统,一个小型轻量级的linux内核的操作系统实现。
elks操作系统,一个小型轻量级的linux内核的操作系统实现。-elks operating system, a small lightweight linux operating system kernel to achieve.
- 2022-03-19 13:17:49下载
- 积分:1
-
607506ps2Test 60 7506ps2Test 607506ps2Test
607506ps2Test 60 7506ps2Test 607506ps2Test-607506ps2Test 607506ps2Test 607506ps2Test 607506ps2Test
- 2022-02-21 14:03:36下载
- 积分:1
-
use in visual c++ for testing purpose
use this password for viewing files ins...
use in visual c++ for testing purpose
use this password for viewing files inside archive
pass:prajkta-use in visual c++ for testing purpose
use this password for viewing files inside archive
pass:prajkta
- 2023-05-12 09:05:03下载
- 积分:1
-
trampling stack [C programming language] n. In many C language implementation, i...
践踏堆栈 [C语言编程] n. 在许多C语言的实现中,有可能通过写入例程 中所声明的数组的结尾部分来破坏可执行的堆栈. 所谓 践踏堆栈 。使用的 代码可以造成例程的返回异常,从而跳到任意的地址.这导致了一些极为险恶的数据相关漏洞-trampling stack [C programming language] n. In many C language implementation, it may be passed into routines statement by the end of the array to undermine executable stack. The so-called abuses stack. The code can cause abnormal return to the routines, jumping arbitrary address. This has led to some extremely dangerous loopholes in the relevant data
- 2022-03-18 08:38:15下载
- 积分:1
-
Web
基于WEB的linux系统账号管理系统 为GF做的课程设计,很简单,阐述了原理,主要用到 PHP、MYSQL、GCC3.0。-Web-based account management system Linux system to do GF curriculum design, and is very simple to explain the principles, the main use PHP, MYSQL, GCC3.0.
- 2022-03-21 05:02:01下载
- 积分:1
-
driven development, a study linux to get a good Dongdong.
linux驱动开发,一个学linux要掌握的好东东。-driven development, a study linux to get a good Dongdong.
- 2022-11-09 07:30:02下载
- 积分:1
-
一个将binary转化为cpp的转换程序,用于linux平台上
一个将binary转化为cpp的转换程序,用于linux平台上-a binary conversion of the conversion of cpp procedures for linux platform
- 2023-02-09 07:50:03下载
- 积分:1
-
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2解码器源代码...
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2解码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 for MPEG2 decoder source code
- 2022-05-08 13:50:43下载
- 积分:1