Create(parent, id, pos, size, style, validator, name);
}
~wxListCtrl();
-
+
bool Create( wxWindow *parent,
wxWindowID id = -1,
const wxPoint &pos = wxDefaultPosition,
bool ScrollList( int dx, int dy );
bool SortItems( wxListCtrlCompare fn, long data );
bool Update( long item );
-
+
void OnIdle( wxIdleEvent &event );
void OnSize( wxSizeEvent &event );
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;