libglade-convert
development
Install
- All systems
-
curl cmd.cat/libglade-convert.sh
- Debian
-
apt-get install libglade2-dev
- Ubuntu
-
apt-get install libglade2-dev
- Alpine
-
apk add libglade
- Arch Linux
-
pacman -S libglade
- Kali Linux
-
apt-get install libglade2-dev
- CentOS
-
yum install libglade2-devel
- Fedora
-
dnf install mingw64-libglade2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libglade2-dev
- OS X
-
brew install libglade
- Raspbian
-
apt-get install libglade2-dev
- Dockerfile
- dockerfile.run/libglade-convert
- Docker
-
docker run cmd.cat/libglade-convert libglade-convert
powered by Commando
libglade2-devel
development
libglade2-dev
development files for libglade
This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. The interfaces can also be edited with GLADE.
mingw32-libglade2
MinGW Windows Libglade2 library
mingw64-libglade2
MinGW Windows Libglade2 library
libglade
Libglade is a small library that allows a program to load its
user interface from am XML description at runtime. Libglade uses the XML file format used by the GLADE user interface builder GLADE, so libglade acts as an alternative to GLADE's code generation approach. Libglade also provides a simple interface for connecting handlers to the various signals in the interface (on platforms where the gmodule library works correctly, it is possible to connect all the handlers with a single function call). Once the interface has been instantiated, libglade gives no overhead, so other than the short initial interface loading time, there is no performance trade-off.