https://github.com/tordex/xuilib
https://github.com/tordex/xuilib
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tordex/xuilib
- Owner: tordex
- Created: 2014-08-26T19:39:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T23:45:02.000Z (over 3 years ago)
- Last Synced: 2025-03-23T04:41:16.599Z (2 months ago)
- Language: C++
- Size: 298 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[  ](https://www.patreon.com/bePatron?u=21429218)
## What is XUILIB?
XUILIB is the open source XML User Interface Library. XUILIB allow you to define the dialog boxes using the XML files. XUILIB XML files syntax is very similar to html. Generally you don't need to define the element's sizes, XUILIB have the build-in layout manager, so all elemnts will be at right positions, even the text labels are changed.
## Main Features
* All controls are the native Windows controls so there no problems with the XP/Vista themes
* Automatically calculated layout
* Support standards for control sizes and spaces between controls
* External localization files in the XML format
* Open Source