win32_gui 1.0.10 copy "win32_gui: ^1.0.10" to clipboard
win32_gui: ^1.0.10 copied to clipboard

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

1.0.10 #

  • Improve README.md usage code.
  • win32_gui_example.dart: improve comments.
  • Window:
    • Added showMessage, showConfirmationDialog and showDialog.
    • Free some pointers.
  • New Dialog.
  • New WindowBase: base class for Window and Dialog.
  • New Win32Thread.

1.0.9 #

  • WindowMessageLoop.runLoopAsync: adjust maximum yield time.

1.0.8 #

  • Window:
    • Added setWindowRoundedCorners
    • Fix create behavior.

1.0.7 #

  • Window:
    • Optimize setIcon.i
    • Added loadIcon and loadIconCached.
  • const TextFormatted

1.0.6 #

  • Fix RichEdit.defaultFont.

1.0.5 #

  • TextFormatted: added faceName.
  • RichEdit:
    • Added defaultFont and defaultSystemFont.
  • Window:
    • Added getSystemDefaultFonts.
    • Added minimize, maximize, restore, isMinimized, isMaximized and getWindowLongPtr.
    • Change close/processClose to allow abort of operation.
    • Change destroy/processDestroy behavior.

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