win32_gui 1.0.5
win32_gui: ^1.0.5 copied to clipboard
Win32 API GUI in Object-Oriented style with some helpers. Uses package `win32` and `dart:ffi`.
1.0.5 #
TextFormatted: addedfaceName.RichEdit:- Added
defaultFontanddefaultSystemFont.
- Added
Window:- Added
getSystemDefaultFonts. - Added
minimize,maximize,restore,isMinimized,isMaximizedandgetWindowLongPtr. - Change close/processClose to allow abort of operation.
- Change destroy/processDestroy behavior.
- Added
1.0.4 #
Window:- Added
onCloseandprocessClose. - Renamed
onDestroytoonDestroyed(called afterWM_NCDESTROY). - Added
invalidateRect. - Added
defaultRepaint: customrepaintis only called ifdefaultRepaintis false. - Added
getBitmapDimension.
- Added
RichEdit:- Optimize
setTextFormatted.
- Optimize
1.0.3 #
Window: addedredrawWindow.WindowClassColors: addedbuttonColors.
1.0.2 #
WindowMessageLoop: optimizerunLoopAsyncyield time.- Changed
Window.quitto 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.