X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..43fa96a8402d138fecb02f7f6247fdf2b4280bc7:/include/wx/generic/listctrl.h diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index aefb650684..39f7c11319 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -159,14 +159,6 @@ enum { wxLIST_FIND_RIGHT }; -// Flag values for Set/GetImageList -enum { - wxIMAGE_LIST_NORMAL, // Normal icons - wxIMAGE_LIST_SMALL, // Small icons - wxIMAGE_LIST_STATE // State icons: unimplemented (see WIN32 documentation) - // not implemented in wxGLC (see non-existing documentation..) -}; - //----------------------------------------------------------------------------- // wxListItem //----------------------------------------------------------------------------- @@ -594,6 +586,7 @@ class wxListCtrl: public wxControl bool GetItemPosition( long item, wxPoint& pos ) const; // not supported in wxGLC bool SetItemPosition( long item, const wxPoint& pos ); // not supported in wxGLC int GetItemCount(void); + void SetItemSpacing( int spacing, bool isSmall = FALSE ); int GetItemSpacing( bool isSmall ); int GetSelectedItemCount(void); // wxColour GetTextColour(void) const; // wxGLC has colours for every Item (see wxListItem)