diff options
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. |