]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/headercol.h
Don't accept focus in the dummy main generic spin control window.
[wxWidgets.git] / include / wx / headercol.h
index 183e46d097bff611aa5f0dba2fb840ee664bab71..a52713d2285f7d343d06287c0309c811effd95ce 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "wx/bitmap.h"
 
+#if wxUSE_HEADERCTRL
+
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------
@@ -153,7 +155,7 @@ protected:
 // wxSettableHeaderColumn: column which allows to change its fields too
 // ----------------------------------------------------------------------------
 
-class wxSettableHeaderColumn : public wxHeaderColumn
+class WXDLLIMPEXP_CORE wxSettableHeaderColumn : public wxHeaderColumn
 {
 public:
     virtual void SetTitle(const wxString& title) = 0;
@@ -268,5 +270,8 @@ private:
     bool m_sort,
          m_sortAscending;
 };
+
+#endif // wxUSE_HEADERCTRL
+
 #endif // _WX_HEADERCOL_H_