]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
More wxGTK work.
[wxWidgets.git] / include / wx / msw / checklst.h
index a525fa9c29f23a2b462a8f62e586d8b5fd5924b6..f511a98087bd14949bb5701ffeea5c0f20559bac 100644 (file)
@@ -6,11 +6,15 @@
 // Created:     16.11.97
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifndef   __CHECKLST_H__
-#define   __CHECKLST_H__
+#ifndef   __CHECKLST__H_
+#define   __CHECKLST__H_
+
+#ifdef __GNUG__
+#pragma interface "checklst.h"
+#endif
 
 typedef   unsigned int  uint;
 
@@ -26,12 +30,12 @@ class wxCheckListBox : public wxListBox
 public:
   // ctors
   wxCheckListBox();
-  wxCheckListBox(wxWindow *parent, const wxWindowID id,
+  wxCheckListBox(wxWindow *parent, wxWindowID id,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
-                 const int nStrings = 0, 
+                 int nStrings = 0, 
                  const wxString choices[] = NULL,
-                 const long style = 0,
+                 long style = 0,
                  const wxValidator& validator = wxDefaultValidator,
                  const wxString& name = wxListBoxNameStr);
 //                 const wxFont& font = wxNullFont);