summaryrefslogtreecommitdiffstats
path: root/devel/libglade2/pkg-descr
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-08 06:13:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-08 06:13:22 +0800
commit2ee68f4768d4a905711718280f8548e097dbfcaf (patch)
tree7e514245fe8a7a62d42ff62387bed7e3d8dd9b43 /devel/libglade2/pkg-descr
parentcf5443d453022fcf91148a9129c720b2cc687caf (diff)
downloadmarcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.tar
marcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.tar.gz
marcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.tar.bz2
marcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.tar.lz
marcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.tar.xz
marcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.tar.zst
marcuscom-ports-2ee68f4768d4a905711718280f8548e097dbfcaf.zip
Add libglade2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglade2/pkg-descr')
-rw-r--r--devel/libglade2/pkg-descr5
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.