dillo.h

来自「飞漫公司的minigui的1.6.8收费增值版本的demon等示例程序」· C头文件 代码 · 共 32 行

H
32
字号
/*** $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 + =
减小字号Ctrl + -
显示快捷键?