]>
git.saurik.com Git - wxWidgets.git/blob - src/common/odcombocmn.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/common/odcombocmn.cpp
3 // Purpose: wxOwnerDrawnComboBox common code
4 // Author: Jaakko Salli
6 // Created: Apr-30-2006
7 // Copyright: (c) 2005 Jaakko Salli
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 // ============================================================================
13 // ============================================================================
15 // ----------------------------------------------------------------------------
17 // ----------------------------------------------------------------------------
19 #include "wx/wxprec.h"
27 #include "wx/odcombo.h"
31 #include "wx/combobox.h"
32 #include "wx/dcclient.h"
33 #include "wx/settings.h"
34 #include "wx/dialog.h"
39 // ----------------------------------------------------------------------------
41 // ----------------------------------------------------------------------------
43 wxIMPLEMENT_DYNAMIC_CLASS2_XTI(wxOwnerDrawnComboBox
, wxComboCtrl
, \
44 wxControlWithItems
, "wx/odcombo.h")
46 wxBEGIN_PROPERTIES_TABLE(wxOwnerDrawnComboBox
)
47 wxEND_PROPERTIES_TABLE()
49 wxEMPTY_HANDLERS_TABLE(wxOwnerDrawnComboBox
)
51 wxCONSTRUCTOR_5( wxOwnerDrawnComboBox
, wxWindow
* , Parent
, wxWindowID
, \
52 Id
, wxString
, Value
, wxPoint
, Position
, wxSize
, Size
)
54 #endif // wxUSE_ODCOMBOBOX