]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/tglbtn.h
Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
[wxWidgets.git] / include / wx / osx / tglbtn.h
index 0eee6f3239d791ef614cc2139e4a0cbe6659215f..1782efd8296927a3df257504a9a2663e61eb44f0 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/tglbtn.h
+// Name:        wx/osx/tglbtn.h
 // Purpose:     Declaration of the wxToggleButton class, which implements a
 //              toggle button under wxMac.
 // Author:      Stefan Csomor
@@ -7,15 +7,12 @@
 // Created:     08.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 Stefan Csomor
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TOGGLEBUTTON_H_
 #define _WX_TOGGLEBUTTON_H_
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxCheckBoxNameStr[];
-
-
 class WXDLLIMPEXP_CORE wxBitmapToggleButton : public wxToggleButtonBase
 {
 public: