alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

Button related issues #43

Closed generalloki closed 11 months ago

generalloki commented 1 year ago

Here we collect Button related issues.

We need to implement more features available in wxButton https://docs.wxwidgets.org/3.2/classwx_button.html

Also:

Also it is possible to specify different bitmaps for button states:

generalloki commented 1 year ago

Button images are not working properly on MacOs (wxWidget bugs) and are disabled (on macOS).

generalloki commented 12 months ago

wxButton has Focused state image and we do not have it in StateImages

generalloki commented 11 months ago

Added StateImages.FocusedImage, fixed images on MacOs, added all wxButton create styles. So currently Button is Ok and I close this issue.