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

📄 application.html

📁 一个小巧的嵌入式图形系统wGUI, 可以用VC编译
💻 HTML
字号:
<html><head>	<title>wGui - Application Framework</title></head><body>	<h1>wGui - Application Framework</h1>	<p>wGui provides an application framework to simplify the development of gui applications.	At the core of this framework is the CApplication class.  The application object provides several key bits of functionality.	The application is responsible for initializing and cleaning up SDL, translating SDL events into wGui messages,	and managing the main message loop.  The application also manages a collection of Font Engines, and the <a href="ConfigStore.html">global configuration</a>.</p>	<p>The application object has no onscreen representation.  To actually create an onscreen window, a View object is required.	The CView class creates an SDL window.  Unfortunately due to the limitiations of SDL, an application can only have one view.	Therefore the CView is implemented as a singleton, and only allows one instance of it.  If a second instance is instantiated, it will throw an	exception from the constructor.  Hopefully this will be changed in SDL sometime in the future, and this restriction can be removed.</p></body></html>

⌨️ 快捷键说明

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