Skip to content

Commit

Permalink
use native buttons on GTK, always
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Apr 16, 2024
1 parent b005385 commit 0220080
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Plugin/wxCustomControlsGTK.hpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#define wxUSE_NATIVE_CHOICE 0
#define wxUSE_NATIVE_BUTTON 0
#if defined(__WXGTK__) && defined(__WXGTK3__)
#define wxUSE_NATIVE_BUTTON 1
#define wxUSE_NATIVE_SCROLLBAR 1
#else
#define wxUSE_NATIVE_SCROLLBAR 0
#endif
#define wxUSE_NATIVE_MENUBAR 1
#define wxUSE_NATIVE_CAPTION 1

#define wxUSE_NATIVE_TOOLBAR 0
#define wxUSE_NATIVE_TOOLBAR 1
#define wxUSE_NATIVE_COMBOBOX 1

0 comments on commit 0220080

Please sign in to comment.