X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e12c11a90bc45d2835d13cf323b99c9729b9096..6e264973e636cc41915d166cb7eddf2a7e72cf9b:/include/wx/generic/listctrl.h?ds=sidebyside diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 2a719a8ea8..c0fca1fe46 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -70,7 +70,7 @@ public: Create(parent, id, pos, size, style, validator, name); } ~wxListCtrl(); - + bool Create( wxWindow *parent, wxWindowID id = -1, const wxPoint &pos = wxDefaultPosition, @@ -140,7 +140,7 @@ public: bool ScrollList( int dx, int dy ); bool SortItems( wxListCtrlCompare fn, long data ); bool Update( long item ); - + void OnIdle( wxIdleEvent &event ); void OnSize( wxSizeEvent &event ); @@ -167,7 +167,7 @@ public: wxImageList *m_imageListNormal; wxImageList *m_imageListSmall; wxImageList *m_imageListState; // what's that ? - bool m_ownsImageListNormal, + bool m_ownsImageListNormal, m_ownsImageListSmall, m_ownsImageListState; wxListHeaderWindow *m_headerWin;