]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
added "access" parameter to wxFile::Create and Open. The default value is
[wxWidgets.git] / include / wx / msw / checklst.h
index a525fa9c29f23a2b462a8f62e586d8b5fd5924b6..51bd9f0a77461aea58584e90a56be4400fe9398e 100644 (file)
 #ifndef   __CHECKLST_H__
 #define   __CHECKLST_H__
 
+#ifdef __GNUG__
+#pragma interface "checklst.h"
+#endif
+
 typedef   unsigned int  uint;
 
 #if !USE_OWNER_DRAWN
@@ -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);