⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dw.c

📁 嵌入式浏览器Dillo源码
💻 C
字号:
/* * Only a free and freeall function. Currently there is only one * submodule with init/freeall functions. */#include "dw.h"#include "dw_style.h"#include <gdk/gdk.h>GdkCursor *Dw_cursor_hand;void a_Dw_init (void){   a_Dw_style_init ();   Dw_cursor_hand = gdk_cursor_new(GDK_HAND2);}void a_Dw_freeall (void){   a_Dw_style_freeall ();   gdk_cursor_destroy (Dw_cursor_hand);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -