📄 mgdillo.h
字号:
/** * \file mgdillo.h * \author Wei Yongming <ymwei@minigui.org> * \date 2004/05/31 * * This file includes API for MGDillo control on MiniGUI. * \verbatim Copyright (C) 2004 Feynman Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA \endverbatim *//* * $Id: mgdillo.h,v 1.1 2005/02/02 03:14:01 weiym Exp $ * * Dillo on MiniGUI (MGDillo). * Copyright (C) 2004 Feynman Software. */#ifndef __MGDILLO_H__#define __MGDILLO_H__#include <glib.h>#define CTRL_DILLO "dillo"#define URL_OK 0#define URL_ERROR 1#define URL_INVALID 2#define URL_NOTSUPPORTED 3#define MGD_REALIZED 0xFA00#define MGD_OPENURL 0xFA01#define MGD_RESETCONTENT 0xFA02#define MGD_NAV_BACKWARD 0xFA03#define MGD_NAV_FORWARD 0xFA04#define MGD_NAV_HOME 0xFA05#ifdef __cplusplusextern "C" {#endif /* __cplusplus */BOOL RegisterDilloControl (void);void UnregisterDilloControl (void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* __MGDILLO_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -