NAME
Win32::GUI::ReleaseNotes::RN_1_02 - This is the release notes for Version 1.02 of Win32::GUI
Release Date
11th July, 2005
Summary of Changes
This is a summary of changes between V1.0 and V1.02 See the CHANGELOG file in the distribution for the full detail.
New Features
New Methods
- Win32::GUI
-
ClientToScreen, GetCapture, LoadCursor, SetWindowRgn, ShellExecute, WaitMessage
- Win32::GUI::Menu
-
RemoveMenu
- Win32::GUI::Region
-
CombineRgn
- Win32::GUI::Toolbar
-
GetString
New Events
- Listview
-
BeginDrag
- ComboxBox
-
CloseUp, DropDown
- Rebar
-
ChevronPushed
New Documention
General documenation tidy-up.
Other Features
- Chevrons for Win32::GUI::Rebar
-
Added support for chevrons to Rebar (see -idealwidth, ChevronPushed event)
- Relative widths for Win32::GUI::GridLayout
-
Added support for relative widths to Win32::GUI::GridLayout
- More ways of using TrackPopupMenu
-
Re-worked TrackPopupMenu, which now allows for obtaining events while tracking a menu
Bug Fixes
+ Fixed crash with UpDown control when using the SetBuddy, Buddy
and GetBuddy methods
+ Fixed crash on program termination with Richedit
+ Fixed Win32::GUI::EnumMyWindows
+ Fixed defaults for Trackbar Pos(), Min(), Max(), SelStart() and
SelEnd() methods
+ Hooked events now report errors correctly
+ Hooked events now work correctly for WM_NOTIFY messages
+ Toolbar ButtonClick event now fires correctly for dropdown buttons
+ Toolbar GetButtonInfo, SetButtonInfo methods now work correctly
+ Label -bitmap option now works as expected
+ now builds under cygwin
+ Fixed prototype for Listview method GetOrigin.