diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-15 01:41:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-15 01:41:14 +0800 |
commit | 8b2ee0f129e599cec784a67ac2b855bf718084ca (patch) | |
tree | a555dd0011368cf47555a64423beb102604f79f6 /devel/libglade2/pkg-descr | |
parent | 5051194bb4ed6564c697a7ea42bbea0b3ee63bbe (diff) | |
download | marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.gz marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.bz2 marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.lz marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.xz marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.zst marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.zip |
Update to 2.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1325 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglade2/pkg-descr')
-rw-r--r-- | devel/libglade2/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr new file mode 100644 index 000000000..dd6a386e9 --- /dev/null +++ b/devel/libglade2/pkg-descr @@ -0,0 +1,5 @@ +A library that allows you to load GLADE interfaces at runtime (you don't +have to generate stubs with GLADE before hand). This way you can change +the look of your application without recompiling. This way you can write +the logic behind the interface separately from the code to build the +interface, so changing the interface is not so much of a problem. |