OSDN Git Service

Lycheeにリネーム。
[tpi/lychee.git] / src / lychee / cls_listctrl.h
index f5f0f1a..142e98c 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef H_LOADED_CLS_LC
 #define H_LOADED_CLS_LC
 
-class myListCtrl: public wxListCtrl
+class myListCtrl: public wxListView
 {
 public:
        virtual wxString OnGetItemText(long, long) const;
@@ -33,8 +33,8 @@ public:
        ArrayTPI_FILEINFO showFileInfo;
        wxListItemAttr atDangerItem;
 
-       myListCtrl(): wxListCtrl(){}
-       myListCtrl(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxLC_ICON, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxListCtrlNameStr): wxListCtrl(parent, id, pos, size, style, validator, name){}
+       myListCtrl(): wxListView(){}
+       myListCtrl(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxLC_ICON, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxListCtrlNameStr): wxListView(parent, id, pos, size, style, validator, name){}
 
        DECLARE_DYNAMIC_CLASS(myListCtrl)
     DECLARE_EVENT_TABLE()