diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:24:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:24:14 +0800 |
commit | ff56eb86e80db7a1dd8eaad740dd4048b997bd5e (patch) | |
tree | bc748dc4141f26a02afa8d664852563806c5bbcc /x11-toolkits/gtk20/pkg-descr | |
parent | 0e02fd0b915f7e3c7e142b87149b2c4f590853a0 (diff) | |
download | marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.gz marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.bz2 marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.lz marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.xz marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.zst marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.zip |
Add gtk20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@560 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/pkg-descr')
-rw-r--r-- | x11-toolkits/gtk20/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr new file mode 100644 index 000000000..83ab3d952 --- /dev/null +++ b/x11-toolkits/gtk20/pkg-descr @@ -0,0 +1,21 @@ + GTK is a library for creating graphical user interfaces similar to +the Motif "look and feel". It is designed to be small and efficient, but +still flexible enough to allow the programmer freedom in the interfaces +created. GTK allows the programmer to use a variety of standard user +interface widgets such as push, radio and check buttons, menus, lists +and frames. It also provides several "container" widgets which can be +used to control the layout of the user interface elements. + + GTK provides some unique features. (At least, I know of no other +widget library which provides them). For example, a button does not +contain a label, it contains a child widget, which in most instances +will be a label. However, the child widget can also be a pixmap, image +or any combination possible the programmer desires. This flexibility is +adhered to throughout the library. + +GTK+-2.0 is a stable release, but many applications still require +GTK+-1.2, the previous stable version. You can have the runtime and +development environments for both GTK+-2.0 and GTK+-1.2 installed +simultaneously on your computer. + +WWW: http://www.gtk.org/ |