📄 dillo.h
字号:
/*** $Id: dillo.h,v 1.1 2005/02/02 03:14:01 weiym Exp $**** mgdillo.h: definitions for internal usage.**** Copyright (C) 2004 Feynman Software.**** Create date: 2004/05/31*/#ifndef __DILLO_H__#define __DILLO_H__#include <glib.h>#include "dw_viewport.h"#ifdef __cplusplusextern "C" {#endif /* __cplusplus */int MGD_open_url (HWND hwnd, const char* url_str);void MGD_scroll_to_x (DwViewport *viewport, int x);void MGD_scroll_to_y (DwViewport *viewport, int y);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* __DILLO_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -