ReactOS 0.4.16-dev-716-g2b2bdab
|
Definition at line 172 of file treelist.c.
BYTE BaseItem::bCallback |
Definition at line 187 of file treelist.c.
Referenced by TreeListInsertItem().
BYTE BaseItem::bFlags |
Definition at line 188 of file treelist.c.
Referenced by TreeListDeleteItem(), TreeListInsertItem(), and TreeListSetFocus().
int BaseItem::iImage |
Definition at line 176 of file treelist.c.
Referenced by TreeListInsertItem().
int BaseItem::iSelectedImage |
Definition at line 177 of file treelist.c.
Referenced by TreeListInsertItem().
int BaseItem::iTextPixels |
Definition at line 185 of file treelist.c.
LPARAM BaseItem::lParam |
Definition at line 173 of file treelist.c.
Referenced by TreeListChangeCheckbox(), TreeListInsertItem(), and TreeListSelectItem().
LPTSTR BaseItem::pText |
Definition at line 174 of file treelist.c.
Referenced by TreeListChangeCheckbox(), and TreeListInsertItem().
COLORREF BaseItem::uColorBk |
Definition at line 190 of file treelist.c.
COLORREF BaseItem::uColorText |
Definition at line 189 of file treelist.c.
unsigned BaseItem::uFirstChild |
Definition at line 179 of file treelist.c.
Referenced by TreeListDeleteItem(), TreeListKeyDown(), TreeListSortItems(), TreeListSortItemsCb(), TreeListSortItemsEx(), and TreeListToggleItem().
unsigned BaseItem::uLastChild |
Definition at line 180 of file treelist.c.
Referenced by TreeListDeleteItem().
unsigned BaseItem::uLevel |
Definition at line 184 of file treelist.c.
Referenced by TreeListInsertItem(), and TreeListSelectItem().
unsigned BaseItem::uNextItem |
Definition at line 182 of file treelist.c.
Referenced by TreeListDeleteItem(), TreeListDraw(), TreeListInsertItem(), TreeListSortItems(), TreeListSortItemsCb(), TreeListSortItemsEx(), and TreeListToggleItem().
unsigned BaseItem::uParent |
Definition at line 183 of file treelist.c.
Referenced by TreeListDraw(), TreeListEnsureVisible(), TreeListInsertItem(), TreeListKeyDown(), TreeListMouseClick(), TreeListSelectItem(), and TreeListToggleItem().
unsigned BaseItem::uPrevItem |
Definition at line 181 of file treelist.c.
Referenced by TreeListDeleteItem(), and TreeListInsertItem().
unsigned BaseItem::uShowPos |
Definition at line 178 of file treelist.c.
Referenced by TreeListKeyDown(), TreeListMouseClick(), TreeListSelectItem(), TreeListToggleItem(), and UpdateItems().
UINT BaseItem::uState |
Definition at line 175 of file treelist.c.
Referenced by TreeListChangeCheckbox(), TreeListEnsureVisible(), TreeListInsertItem(), TreeListKeyDown(), TreeListMouseClick(), and TreeListSelectItem().
WORD BaseItem::uTextSize |
Definition at line 186 of file treelist.c.
Referenced by TreeListChangeCheckbox(), and TreeListInsertItem().