- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://code.google.com/p/gtkaml/
软件介绍
GTKML (GTK Markup Language) 是通过XML格式数据来定义基于 GTK 的用户界面,包括动态的时间处理。
下面是一个简单的例子:
<HBox homogeneous="false">
<Label label="_Hello" with-mnemonic="true" expand="false" fill="false"/>
<Entry g:public="my_entry" text="World! "/>
</HBox>
将生成用户界面如下图所示:
Practical JavaScript, DOM Scripting and Ajax Projects
Frank Zammetti / Apress / April 16, 2007 / $44.99
http://www.amazon.com/exec/obidos/tg/detail/-/1590598164/ Book Description Practical JavaScript, DOM, and Ajax Projects is ideal for web developers already experienced in JavaScript who want to ......一起来看看 《Practical JavaScript, DOM Scripting and Ajax Projects》 这本书的介绍吧!
