From: Robert M. <rm...@po...> - 2006-06-23 23:12:18
|
More commits :-) How do I get <enter> key strokes into a Textfield/RichEdit control when I'm using -dialogui option if a frequently asked question on the users list, so I've added a -wantreturn option to Textfield/RichEdit to make applying the ES_WANTRETURN style easier. I've added support for the Win32 AnimateWindow() API, as requested by tracker 1266930: https://sourceforge.net/tracker/index.php?func=detail&aid=1266930&group_id=16572&atid=366572 Now, as well as $win->Show(), $win->Hide() you can use $win->Animate(). Enjoy. Rob. -- Robert May Win32::GUI, a perl extension for native Win32 applications http://perl-win32-gui.sourceforge.net/ |