]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
additional types for carbon events
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index b5f57efcd55309574bde1bbf9ca4686d2a015fa8..3bd0b0f1c01d8ed7079f367b3526d1293be3c93b 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        checklst.h
+// Name:        wx/gtk1/checklst.h
 // Purpose:     wxCheckListBox class
 // Author:      Robert Roebling
 // Modified by:
 #ifndef __GTKCHECKLISTH__
 #define __GTKCHECKLISTH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 // ----------------------------------------------------------------------------
 // macros
 // ----------------------------------------------------------------------------
@@ -56,7 +52,7 @@ public:
     void Check( int index, bool check = TRUE );
 
     int GetItemHeight() const;
-    
+
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 };