]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/tab/test.cpp
New way to grey out disabled toolbar icons.
[wxWidgets.git] / samples / tab / test.cpp
index 5c9fd419e3535a1d06c1af4dcf73a1365fe96007..be7797a5c354c0f515059662578463c7024d44da 100644 (file)
@@ -24,7 +24,7 @@
 #include "test.h"
 
 // If 1, use a dialog. Otherwise use a frame.
-#define USE_TABBED_DIALOG 0
+#define USE_TABBED_DIALOG 1
 
 MyDialog* dialog = (MyDialog *) NULL;
 MyFrame*  frame = (MyFrame *) NULL;