Gtk+ UI开发包 gtkaml

码农软件 · 软件分类 · GUI开发框架 · 2019-08-09 16:42:37

软件介绍

gtkaml 是一个 XML 语法和解析器,扩展自 Vala.Parser 并将所有标签转换成 Gtk+ UI 类。

例如下面的界面对应的XML如下:

<HBox homogeneous="false"> 
      <Label label="_Hello" with-mnemonic="true" expand="false" fill="false"/> 
      <Entry g:public="my_entry" text="World! "/>
</HBox>

本文地址:https://codercto.com/soft/d/11999.html

Practical Algorithms for Programmers

Practical Algorithms for Programmers

Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99

Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具