win32_gui 1.0.4 win32_gui: ^1.0.4 copied to clipboard
Win32 API GUI in Object-Oriented style with some helpers. Uses package `win32` and `dart:ffi`.
1.0.4 #
Window
:- Added
onClose
andprocessClose
. - Renamed
onDestroy
toonDestroyed
(called afterWM_NCDESTROY
). - Added
invalidateRect
. - Added
defaultRepaint
: customrepaint
is only called ifdefaultRepaint
is false. - Added
getBitmapDimension
.
- Added
RichEdit
:- Optimize
setTextFormatted
.
- Optimize
1.0.3 #
Window
: addedredrawWindow
.WindowClassColors
: addedbuttonColors
.
1.0.2 #
WindowMessageLoop
: optimizerunLoopAsync
yield time.- Changed
Window.quit
to static.
1.0.1 #
WindowMessageLoop.runLoop/runLoopAsync
:- Added
condition
.
- Added
pubspec.yaml
: fix repository.README.md
:- Usage example.
- Added screenshot.
- Adjust example.
1.0.0 #
- Initial version.