diff options
author | Steve Price <steve@FreeBSD.org> | 1999-08-22 03:54:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-08-22 03:54:24 +0000 |
commit | 944e57a05fa9e1cb5743f409d6bdd2c95e7b0b65 (patch) | |
tree | 9a870518d45406938078724d61f5f14280d71c42 /devel/libglade2/pkg-descr | |
parent | e8a9c284731b7d701fd23beb995aede6a2ddcff9 (diff) |
Notes
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 000000000000..dd6a386e94cd --- /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. |