win32_gui 1.0.4 copy "win32_gui: ^1.0.4" to clipboard
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 and processClose.
    • Renamed onDestroy to onDestroyed (called after WM_NCDESTROY).
    • Added invalidateRect.
    • Added defaultRepaint: custom repaint is only called if defaultRepaint is false.
    • Added getBitmapDimension.
  • RichEdit:
    • Optimize setTextFormatted.

1.0.3 #

  • Window: added redrawWindow.
  • WindowClassColors: added buttonColors.

1.0.2 #

  • WindowMessageLoop: optimize runLoopAsync yield time.
  • Changed Window.quit to static.

1.0.1 #

  • WindowMessageLoop.runLoop/runLoopAsync:
    • Added condition.
  • pubspec.yaml: fix repository.
  • README.md:
    • Usage example.
    • Added screenshot.
  • Adjust example.

1.0.0 #

  • Initial version.
6
likes
0
pub points
23%
popularity

Publisher

unverified uploader

Win32 API GUI in Object-Oriented style with some helpers. Uses package `win32` and `dart:ffi`.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, ffi, logging, resource_portable, win32

More

Packages that depend on win32_gui