X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..c644b82e7609e64f907c3ca2f183646356ed7ec6:/include/wx/gtk1/checklst.h diff --git a/include/wx/gtk1/checklst.h b/include/wx/gtk1/checklst.h index 6cc3de0ec9..3bd0b0f1c0 100644 --- a/include/wx/gtk1/checklst.h +++ b/include/wx/gtk1/checklst.h @@ -1,20 +1,16 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: checklst.h +// Name: wx/gtk1/checklst.h // Purpose: wxCheckListBox class // Author: Robert Roebling // Modified by: // RCS-ID: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef __GTKCHECKLISTH__ #define __GTKCHECKLISTH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - // ---------------------------------------------------------------------------- // macros // ---------------------------------------------------------------------------- @@ -32,7 +28,7 @@ // wxCheckListBox // ---------------------------------------------------------------------------- -class wxCheckListBox : public wxListBox +class WXDLLIMPEXP_CORE wxCheckListBox : public wxListBox { public: wxCheckListBox(); @@ -56,7 +52,7 @@ public: void Check( int index, bool check = TRUE ); int GetItemHeight() const; - + private: DECLARE_DYNAMIC_CLASS(wxCheckListBox) };