Path to this page:
Subject: CVS commit: pkgsrc/x11/p5-Gtk2-Ex-FormFactory
From: David Brownlee
Date: 2012-01-22 19:38:34
Message id: 20120122183834.73776175DD@cvs.netbsd.org
Log Message:
Updated x11/p5-Gtk2-Ex-FormFactory to 0.67
0.67 Thu Aug 11, 2011, joern
Features:
- Added parse_tags option to TextView. This way you
can easily create tagged text by using a simple
HTML based markup syntax: <tag name="...">Tagged \
text</tag>.
- Added HPaned widget
0.66 Sun Nov 11, 2009, joern
Features:
- image attribute for Button and ToggleButton; set a
filename here to put an arbitrary image on a button
Bugfixes:
- Applied patches from Jeff Hallock fixing a bunch of
"Use of uninitialized value" warnings. As well Jeff
fixed a bug which renders empty "getter" prefixes
unusable.
- build() Method now prevents building a Factory twice
by itself.
- Container->add_child_widget() missed registering
children to the Form Factory.
- Widget activity tracking called active check callback
without an object reference if no object was currently
set instead of rendering the widget inactive in that case.
Files: