]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checkbox.h
Make InheritAttributes and ShouldInheritColours public so they can be
[wxWidgets.git] / include / wx / motif / checkbox.h
index 9f9ca5851e3cff873121580eda3059846af85f35..cbb6fd7d37c5bb55dada2f457e561418912801d7 100644 (file)
 #ifndef _WX_CHECKBOX_H_
 #define _WX_CHECKBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "checkbox.h"
 #endif
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxCheckBoxNameStr;
-
 // Checkbox item (single checkbox)
 class WXDLLEXPORT wxCheckBox: public wxCheckBoxBase
 {