Download List

项目描述

The Zero Memory Widget library is as powerful as
classic widget libraries, but it does not use a
single bit of memory per widget. So with this
library, there is no widget pointer/reference,
instance creation/destruction, event handler
function, functions to read/write data between
widget and application, and so on. GUI programming
with this library is done in the C language, and
it is as easy as composing an HTML page.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-15 14:07
0.2.1

此版本与当前工作的GDK / gtk的版本。
标签: Major bugfixes
This release works with the current GDK/GTK versions.

2005-07-04 13:48
0.2.0

在此版本中,图书馆现在可以打包发行,因为库更新不意味着所有应用程序重新编译使用的库。甚至导致部件可以被编译成这样的。缺点是执行需要更多的CPU时间。许多(几乎所有)的职能已被重新命名,并提供一个脚本自动升级的用户代码。
标签: Major feature enhancements
With this release, the library can now be packaged in
distributions, because a library update does not imply the
recompilation of all the applications using the library. Even
contributed widgets can be compiled this way. The drawback is
that the execution needs more CPU time. Many (nearly all) the
functions have been renamed, and a script is provided to
automatically upgrade the user code.

2005-05-19 15:39
0.1.0

该键盘导航的主要目的是在这个版本的用户更改。光标键(上/下/左/右),现在可以用来改变具有焦点的部件。重点是不东至窗口,并会跳跃到另一个窗口,如果是有意义的。页面标签的笔记本电脑现在应该是一个激活的窗口部件,因此应用程序的源必须更新。家庭,结束和删除键现在可以uesed在编辑文本部件。转义现在的关键取消所有弹出式窗口弹出窗口。
标签: Major feature enhancements
The keyboard navigation is the main end user change in this release. The cursor keys (up/down/left/right) can now be used to change the widget with focus. The focus is not bounded by the window and will jump into another window if it makes sense. The notebook page label should now be an activatable widget, so the application source must be updated. The home, end, and delete keys can now be uesed in the edit text widget. The escape key now un-pops all popups windows.

2005-05-04 18:27
0.0.12

此版本更快速,比0.0.11可靠。有些函数名被改变,使其更贴近他们的gtk的等效。多行文本现easely编辑。主动改变颜色的按钮时,光标他们之上。当运行一个应用程序,它现在可以配置的时间(实际时间,而不是CPU时间)在源代码中的用户定义的每个部件使用。
标签: Major bugfixes
This release is far more fast and reliable than
0.0.11. Some function names were changed to be
closer to their GTK equivalent. Multi-lines texts
are now easely editable. Active buttons change
color when the cursor is above them. When running
an application, it is now possible to profile the
time (real time, not CPU time) used in each widget
defined in the user source code.

2004-09-23 20:59
0.0.11

此版本使用禧来显示文本。文本现编码使用UTF - 8,复制/粘贴所有应用程序工程(-8意识到或不)。文字可以显示/在多行编辑。有一个在字体的API不兼容的变化:有功能设置字体,大小,样式和重量。一种新的应用实例允许您编辑一个XML定义的图形用户界面,并在同一时间允许的图形用户界面,这一切不使用内存的用户玩。
标签: Major feature enhancements
This release uses Pango to display texts. Texts are now coded with UTF-8, and the copy/paste works with all applications (UTF-8 aware or not). The text can be displayed/edited on multiple lines. There is an incompatible change in the font API: there are functions to set the font family, size, style, and weight. A new application example allows you to edit an XML-defined GUI and at the same time lets the user play with the GUI, all of this without using memory.

Project Resources