X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc3977bf132d40cb66c6b488890ef67a396d4a0a..a02b2a9d31b9ebc9cb13e0ea744169bc355e2ea0:/src/common/odcombocmn.cpp diff --git a/src/common/odcombocmn.cpp b/src/common/odcombocmn.cpp index 1f6f5fec09..2301e7eb3e 100644 --- a/src/common/odcombocmn.cpp +++ b/src/common/odcombocmn.cpp @@ -1,55 +1,55 @@ -///////////////////////////////////////////////////////////////////////////// -// Name: src/common/odcombocmn.cpp -// Purpose: wxOwnerDrawnComboBox common code -// Author: Jaakko Salli -// Modified by: -// Created: Apr-30-2006 -// RCS-ID: $Id: odcombo.cpp 45397 2007-04-11 10:32:01Z MBN $ -// Copyright: (c) 2005 Jaakko Salli -// Licence: wxWindows licence -///////////////////////////////////////////////////////////////////////////// - -// ============================================================================ -// declarations -// ============================================================================ - -// ---------------------------------------------------------------------------- -// headers -// ---------------------------------------------------------------------------- - -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#if wxUSE_ODCOMBOBOX - -#include "wx/odcombo.h" - -#ifndef WX_PRECOMP - #include "wx/log.h" - #include "wx/combobox.h" - #include "wx/dcclient.h" - #include "wx/settings.h" - #include "wx/dialog.h" -#endif - -#include "wx/combo.h" - -// ---------------------------------------------------------------------------- -// XTI -// ---------------------------------------------------------------------------- - -wxIMPLEMENT_DYNAMIC_CLASS2_XTI(wxOwnerDrawnComboBox, wxComboCtrl, \ - wxControlWithItems, "wx/odcombo.h") - -wxBEGIN_PROPERTIES_TABLE(wxOwnerDrawnComboBox) -wxEND_PROPERTIES_TABLE() - -wxEMPTY_HANDLERS_TABLE(wxOwnerDrawnComboBox) - -wxCONSTRUCTOR_5( wxOwnerDrawnComboBox , wxWindow* , Parent , wxWindowID , \ - Id , wxString , Value , wxPoint , Position , wxSize , Size ) - -#endif // wxUSE_ODCOMBOBOX +///////////////////////////////////////////////////////////////////////////// +// Name: src/common/odcombocmn.cpp +// Purpose: wxOwnerDrawnComboBox common code +// Author: Jaakko Salli +// Modified by: +// Created: Apr-30-2006 +// RCS-ID: $Id$ +// Copyright: (c) 2005 Jaakko Salli +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + +// ============================================================================ +// declarations +// ============================================================================ + +// ---------------------------------------------------------------------------- +// headers +// ---------------------------------------------------------------------------- + +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + +#if wxUSE_ODCOMBOBOX + +#include "wx/odcombo.h" + +#ifndef WX_PRECOMP + #include "wx/log.h" + #include "wx/combobox.h" + #include "wx/dcclient.h" + #include "wx/settings.h" + #include "wx/dialog.h" +#endif + +#include "wx/combo.h" + +// ---------------------------------------------------------------------------- +// XTI +// ---------------------------------------------------------------------------- + +wxIMPLEMENT_DYNAMIC_CLASS2_XTI(wxOwnerDrawnComboBox, wxComboCtrl, \ + wxControlWithItems, "wx/odcombo.h") + +wxBEGIN_PROPERTIES_TABLE(wxOwnerDrawnComboBox) +wxEND_PROPERTIES_TABLE() + +wxEMPTY_HANDLERS_TABLE(wxOwnerDrawnComboBox) + +wxCONSTRUCTOR_5( wxOwnerDrawnComboBox , wxWindow* , Parent , wxWindowID , \ + Id , wxString , Value , wxPoint , Position , wxSize , Size ) + +#endif // wxUSE_ODCOMBOBOX