Update widgets sample

This commit is contained in:
ali kettab 2019-12-29 19:06:28 +01:00 committed by Vadim Zeitlin
parent 020b6ebcb8
commit c904e27376

View File

@ -124,7 +124,7 @@ wxEND_EVENT_TABLE()
// implementation
// ============================================================================
#if defined(__WXMAC__)
#if defined(__WXMAC__) || defined(__WXGTK20__)
#define FAMILY_CTRLS NATIVE_CTRLS
#else
#define FAMILY_CTRLS GENERIC_CTRLS