diff options
author | rh <rh@pkgsrc.org> | 1999-08-06 22:49:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-06 22:49:24 +0000 |
commit | ad7da7b1c5e2ca92e471e676be6f87499971d0e4 (patch) | |
tree | e6b24005ed0e052507038eb9078a0677241e2b83 /devel/glade/Makefile | |
parent | 94b3faac462dc90d818707322c0821e524b93ce8 (diff) | |
download | pkgsrc-ad7da7b1c5e2ca92e471e676be6f87499971d0e4.tar.gz |
Update glade to 0.5.1
This release contains quite a few bug fixes, and a couple of new features:
* New widget properties - GtkWindow & dialog subclasses now have default
width & height properties. GtkPaned has Position property, and
children have Shrink & Resize packing properties.
* GtkMenubar has shadow type property. GtkHandleBox has shadow type,
handle position & snap edge properties. GtkBox children have Position
property (which isn't saved in the XML), though this may be a little
confusing due to the PACK_START/END flag.
* More support for underlined accelerator keys. If the label in a button
has an underlined character, then the button can be activated by
pressing Alt + the underlined key. Similarly if a normal label has
an underlined character, pressing Alt + the key will set the keyboard
focus to the widget on the right, e.g. a text entry box.
* Ctrl-R accelerator to redisplay a window - it should appear at the same
size it will be in the final application. Very handy.
* Bug fixes, including a fairly serious one in the generated code which
meant that widgets were never destroyed.
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r-- | devel/glade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 590571d942b..7c967cdca66 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1999/07/14 23:09:41 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/08/06 22:49:24 rh Exp $ # FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp # -DISTNAME= glade-0.4.1 +DISTNAME= glade-0.5.1 CATEGORIES= devel MASTER_SITES= http://glade.pn.org/ \ http://www.glade.hhips.de/ |