// 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;
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);