]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
IsItemExpanded() function added
[wxWidgets.git] / include / wx / generic / listctrl.h
index aefb6506849352cbf4b6120c54e3469bcdac7146..39f7c11319776c9916cf72e9d58f702eab1cf01e 100644 (file)
@@ -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)