Comments.

This commit is contained in:
Jeff Young 2022-12-13 21:03:42 +00:00
parent 5652eaea82
commit 4984a8ab87
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ class wxButton;
* Specifically: * Specifically:
* * It has a border * * It has a border
* * It has no hover/focused state * * It has no hover/focused state
*
* In wxWidgets 3.2 the native button control is used on Mac for wxBitmapButton with or without
* text. Said widget has margins that are more than twice what previous versions had. This class
* allows our bitmap buttons to match the layout of our SPLIT_BUTTON.
*/ */
class STD_BITMAP_BUTTON : public wxPanel class STD_BITMAP_BUTTON : public wxPanel