]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
Ensure that the default wxWebView backends are registered.
[wxWidgets.git] / src / os2 / listbox.cpp
index ada1db3c6c1a77454077f898ce6bfc99d55db4b4..932d5e0b6be262cddeb75a13ac20df52b31a281a 100644 (file)
@@ -39,8 +39,6 @@
     #include  "wx/ownerdrw.h"
 #endif
 
     #include  "wx/ownerdrw.h"
 #endif
 
-IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems)
-
 // ============================================================================
 // list box item declaration and implementation
 // ============================================================================
 // ============================================================================
 // list box item declaration and implementation
 // ============================================================================
@@ -265,7 +263,6 @@ int wxListBox::DoInsertItems(const wxArrayStringsAdapter & items,
                              void **clientData,
                              wxClientDataType type)
 {
                              void **clientData,
                              wxClientDataType type)
 {
-    long lIndex = 0;
     LONG lIndexType = 0;
     bool incrementPos = false;
 
     LONG lIndexType = 0;
     bool incrementPos = false;
 
@@ -590,11 +587,11 @@ bool wxListBox::OS2Command(
 
     if (uParam == LN_SELECT)
     {
 
     if (uParam == LN_SELECT)
     {
-        eEvtType = wxEVT_COMMAND_LISTBOX_SELECTED;
+        eEvtType = wxEVT_LISTBOX;
     }
     else if (uParam == LN_ENTER)
     {
     }
     else if (uParam == LN_ENTER)
     {
-        eEvtType = wxEVT_COMMAND_LISTBOX_DOUBLECLICKED;
+        eEvtType = wxEVT_LISTBOX_DCLICK;
     }
     else
     {
     }
     else
     {