diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-10-15 16:07:05 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-10-15 16:07:05 +0000 |
commit | dad365e74922d59ca9345fd71a1e16dc1a1f9a6b (patch) | |
tree | 1e67c51e151b88f5b0bf8e9313301cf62a2df8ae /x11-toolkits/gtk12/pkg-descr | |
parent | upgrade to 1.2.1 (for the upcomming gimp 0.99.14) (diff) |
add GTK, a widget set that is gaining popularity, necessary for
the soon to be updated gimp port
PR: 4649
Reviewed by: erich
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Diffstat (limited to 'x11-toolkits/gtk12/pkg-descr')
-rw-r--r-- | x11-toolkits/gtk12/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/pkg-descr b/x11-toolkits/gtk12/pkg-descr new file mode 100644 index 000000000000..15cddd29f66d --- /dev/null +++ b/x11-toolkits/gtk12/pkg-descr @@ -0,0 +1,18 @@ + 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 (*note 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. + +- Vanilla +vanilla@MinJe.com.TW |