]>
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
8 // Copyright: (c) 2005 Jaakko Salli
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 #include "wx/wxprec.h"
28 #include "wx/odcombo.h"
32 #include "wx/combobox.h"
33 #include "wx/dcclient.h"
34 #include "wx/settings.h"
35 #include "wx/dialog.h"
40 // ----------------------------------------------------------------------------
42 // ----------------------------------------------------------------------------
44 wxIMPLEMENT_DYNAMIC_CLASS2_XTI(wxOwnerDrawnComboBox
, wxComboCtrl
, \
45 wxControlWithItems
, "wx/odcombo.h")
47 wxBEGIN_PROPERTIES_TABLE(wxOwnerDrawnComboBox
)
48 wxEND_PROPERTIES_TABLE()
50 wxEMPTY_HANDLERS_TABLE(wxOwnerDrawnComboBox
)
52 wxCONSTRUCTOR_5( wxOwnerDrawnComboBox
, wxWindow
* , Parent
, wxWindowID
, \
53 Id
, wxString
, Value
, wxPoint
, Position
, wxSize
, Size
)
55 #endif // wxUSE_ODCOMBOBOX