]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / msw / combobox.cpp
index 06aefa8f641531a4250ba3e86a2185b481652119..ff22aac51d972f436474804cc0678631b21230b3 100644 (file)
@@ -58,10 +58,10 @@ IMPLEMENT_DYNAMIC_CLASS_XTI(wxComboBox, wxControl,"wx/combobox.h")
 
 WX_BEGIN_PROPERTIES_TABLE(wxComboBox)
     // TODO DELEGATES
-       WX_PROPERTY( Font , wxFont , SetFont , GetWindowFont  , )
+       WX_PROPERTY( Font , wxFont , SetFont , GetFont  , )
     WX_PROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings )
        WX_PROPERTY( Value ,wxString, SetValue, GetValue, )
-       WX_PROPERTY( Selection ,int, SetSelectionLine, GetSelection, )
+       WX_PROPERTY( Selection ,int, SetSelection, GetSelection, )
 WX_END_PROPERTIES_TABLE()
 
 WX_BEGIN_HANDLERS_TABLE(wxComboBox)