]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/statbox.h
Split wxTextCompleter into a base class and wxTextCompleterSimple.
[wxWidgets.git] / include / wx / osx / statbox.h
index b7b86b08a99707630ccdc50547a28ce6ad6ad959..ab105ea79ad57040b248b68e41250a986436a86a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statbox.h
+// Name:        wx/osx/statbox.h
 // Purpose:     wxStaticBox class
 // Author:      Stefan Csomor
 // Modified by:
@@ -14,8 +14,6 @@
 
 #include "wx/control.h"
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxStaticBoxNameStr[];
-
 // Group box
 class WXDLLIMPEXP_CORE wxStaticBox: public wxControl
 {
@@ -44,7 +42,7 @@ class WXDLLIMPEXP_CORE wxStaticBox: public wxControl
     virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
 
     virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
-    
+
     virtual bool AcceptsFocus() const { return false; }
 
     // protect native font of box