ReactOS 0.4.16-dev-106-g10b08aa
|
Definition at line 226 of file treelist.c.
ColumnData TreeListData::aColumn[MAX_COLUMNS] |
Definition at line 325 of file treelist.c.
BYTE TreeListData::aColumnPos[MAX_COLUMNS+2] |
Definition at line 327 of file treelist.c.
int TreeListData::aColumnXpos[MAX_COLUMNS+2] |
Definition at line 326 of file treelist.c.
char TreeListData::cButtonFlag |
Definition at line 341 of file treelist.c.
char TreeListData::cClickEdit |
Definition at line 335 of file treelist.c.
char TreeListData::cClickFlag |
Definition at line 334 of file treelist.c.
char TreeListData::cColorChanged[MAX_COLORS] |
Definition at line 328 of file treelist.c.
char TreeListData::cColumnStart |
Definition at line 329 of file treelist.c.
char TreeListData::cEditCb |
Definition at line 340 of file treelist.c.
char TreeListData::cFixedHeight |
Definition at line 330 of file treelist.c.
char TreeListData::cGlyphOk |
Definition at line 339 of file treelist.c.
char TreeListData::cHasFocus |
Definition at line 337 of file treelist.c.
char TreeListData::cHasRootRow |
Definition at line 332 of file treelist.c.
char TreeListData::cIsEnabled |
Definition at line 336 of file treelist.c.
char TreeListData::cKeyIgnore |
Definition at line 333 of file treelist.c.
char TreeListData::cLockChanges |
Definition at line 331 of file treelist.c.
char TreeListData::cReSelect |
Definition at line 338 of file treelist.c.
TCHAR TreeListData::cTempText1[260] |
Definition at line 323 of file treelist.c.
TCHAR TreeListData::cTempText2[260] |
Definition at line 324 of file treelist.c.
HIMAGELIST TreeListData::hChecks |
Definition at line 234 of file treelist.c.
HWND TreeListData::hEdit |
Definition at line 241 of file treelist.c.
HFONT TreeListData::hFontB |
Definition at line 238 of file treelist.c.
HFONT TreeListData::hFontL |
Definition at line 239 of file treelist.c.
HFONT TreeListData::hFontN |
Definition at line 237 of file treelist.c.
HFONT TreeListData::hFontT |
Definition at line 240 of file treelist.c.
HWND TreeListData::hHeader |
Definition at line 242 of file treelist.c.
HIMAGELIST TreeListData::hHeadImg |
Definition at line 236 of file treelist.c.
HIMAGELIST TreeListData::hImages |
Definition at line 233 of file treelist.c.
HANDLE TreeListData::hSem |
Definition at line 228 of file treelist.c.
HIMAGELIST TreeListData::hStates |
Definition at line 232 of file treelist.c.
HIMAGELIST TreeListData::hSubImg |
Definition at line 235 of file treelist.c.
LPVOID TreeListData::hTheme |
Definition at line 229 of file treelist.c.
LPVOID TreeListData::hThemeBt |
Definition at line 230 of file treelist.c.
HWND TreeListData::hToolTip |
Definition at line 243 of file treelist.c.
HWND TreeListData::hWnd |
Definition at line 227 of file treelist.c.
int TreeListData::iAllWeight |
Definition at line 261 of file treelist.c.
int TreeListData::iAutoAdd |
Definition at line 266 of file treelist.c.
int TreeListData::iChecksMode |
Definition at line 252 of file treelist.c.
int TreeListData::iChecksXsize |
Definition at line 253 of file treelist.c.
int TreeListData::iChecksYsize |
Definition at line 254 of file treelist.c.
int TreeListData::iFixSize |
Definition at line 263 of file treelist.c.
int TreeListData::iFontHeight |
Definition at line 246 of file treelist.c.
int TreeListData::iFontLine |
Definition at line 247 of file treelist.c.
int TreeListData::iFontOff |
Definition at line 248 of file treelist.c.
int TreeListData::iImagesXsize |
Definition at line 255 of file treelist.c.
int TreeListData::iImagesYsize |
Definition at line 256 of file treelist.c.
int TreeListData::iIndent |
Definition at line 264 of file treelist.c.
int TreeListData::iMaxSizeX |
Definition at line 267 of file treelist.c.
int TreeListData::iRowHeight |
Definition at line 260 of file treelist.c.
int TreeListData::iShift |
Definition at line 265 of file treelist.c.
int TreeListData::iStatesMode |
Definition at line 249 of file treelist.c.
int TreeListData::iStatesXsize |
Definition at line 250 of file treelist.c.
int TreeListData::iStatesYsize |
Definition at line 251 of file treelist.c.
int TreeListData::iSubImgMode |
Definition at line 257 of file treelist.c.
int TreeListData::iSubImgXsize |
Definition at line 258 of file treelist.c.
int TreeListData::iSubImgYsize |
Definition at line 259 of file treelist.c.
int TreeListData::iVarSize |
Definition at line 262 of file treelist.c.
ExtraItem** TreeListData::pExtraItems[MAX_COLUMNS - 1] |
Definition at line 271 of file treelist.c.
unsigned* TreeListData::pItemPos |
Definition at line 269 of file treelist.c.
WNDPROC TreeListData::pProcId3 |
Definition at line 231 of file treelist.c.
WNDPROC TreeListData::pToolProc |
Definition at line 244 of file treelist.c.
LPTSTR TreeListData::pToolTipText |
Definition at line 322 of file treelist.c.
BaseItem** TreeListData::pTreeItems |
Definition at line 270 of file treelist.c.
POINT TreeListData::sToolTipPos |
Definition at line 300 of file treelist.c.
unsigned TreeListData::uButtonLast |
Definition at line 320 of file treelist.c.
unsigned TreeListData::uButtonPos |
Definition at line 319 of file treelist.c.
COLORREF TreeListData::uColors[MAX_COLORS] |
Definition at line 245 of file treelist.c.
unsigned TreeListData::uColumnCount |
Definition at line 289 of file treelist.c.
unsigned TreeListData::uColumnCountVar |
Definition at line 290 of file treelist.c.
unsigned TreeListData::uDragFlags |
Definition at line 314 of file treelist.c.
unsigned TreeListData::uDragItem |
Definition at line 315 of file treelist.c.
unsigned TreeListData::uDragSub |
Definition at line 316 of file treelist.c.
unsigned TreeListData::uEditItem |
Definition at line 302 of file treelist.c.
unsigned TreeListData::uEditMode |
Definition at line 301 of file treelist.c.
unsigned TreeListData::uEditSub |
Definition at line 303 of file treelist.c.
unsigned TreeListData::uFirstChild |
Definition at line 276 of file treelist.c.
unsigned TreeListData::uFocusItem |
Definition at line 295 of file treelist.c.
unsigned TreeListData::uFocusSub |
Definition at line 296 of file treelist.c.
unsigned TreeListData::uInsertMark |
Definition at line 312 of file treelist.c.
unsigned TreeListData::uItemPosCount |
Definition at line 268 of file treelist.c.
unsigned TreeListData::uLastChild |
Definition at line 277 of file treelist.c.
unsigned TreeListData::uLastMove |
Definition at line 318 of file treelist.c.
unsigned TreeListData::uLastSel |
Definition at line 317 of file treelist.c.
unsigned TreeListData::uMarkedCols |
Definition at line 313 of file treelist.c.
unsigned TreeListData::uMaxEnties |
Definition at line 287 of file treelist.c.
unsigned TreeListData::uNextSeachPos |
Definition at line 274 of file treelist.c.
unsigned TreeListData::uOldXCount |
Definition at line 305 of file treelist.c.
unsigned TreeListData::uOldXPage |
Definition at line 304 of file treelist.c.
unsigned TreeListData::uOldYCount |
Definition at line 307 of file treelist.c.
unsigned TreeListData::uOldYPage |
Definition at line 306 of file treelist.c.
unsigned TreeListData::uPageEnties |
Definition at line 288 of file treelist.c.
unsigned TreeListData::uScrollX |
Definition at line 279 of file treelist.c.
unsigned TreeListData::uScrollY |
Definition at line 280 of file treelist.c.
unsigned TreeListData::uSelectedBase |
Definition at line 292 of file treelist.c.
unsigned TreeListData::uSelectedCount |
Definition at line 291 of file treelist.c.
unsigned TreeListData::uSelectedItem |
Definition at line 293 of file treelist.c.
unsigned TreeListData::uSelectedSub |
Definition at line 294 of file treelist.c.
unsigned TreeListData::uSingleSel |
Definition at line 278 of file treelist.c.
unsigned TreeListData::uSizeX |
Definition at line 281 of file treelist.c.
unsigned TreeListData::uSizeY |
Definition at line 282 of file treelist.c.
unsigned TreeListData::uSizeYsub |
Definition at line 283 of file treelist.c.
unsigned TreeListData::uStartPixel |
Definition at line 286 of file treelist.c.
unsigned TreeListData::uStyle |
Definition at line 284 of file treelist.c.
unsigned TreeListData::uStyleEx |
Definition at line 285 of file treelist.c.
unsigned TreeListData::uToolTipItem |
Definition at line 297 of file treelist.c.
unsigned TreeListData::uToolTipShow |
Definition at line 298 of file treelist.c.
unsigned TreeListData::uToolTipSize |
Definition at line 321 of file treelist.c.
unsigned TreeListData::uToolTipSub |
Definition at line 299 of file treelist.c.
unsigned TreeListData::uTrackedItem |
Definition at line 310 of file treelist.c.
unsigned TreeListData::uTrackedSub |
Definition at line 311 of file treelist.c.
unsigned TreeListData::uTreeItemsCount |
Definition at line 273 of file treelist.c.
unsigned TreeListData::uTreeItemsMax |
Definition at line 272 of file treelist.c.
unsigned TreeListData::uTrippleB |
Definition at line 308 of file treelist.c.
unsigned TreeListData::uTrippleN |
Definition at line 309 of file treelist.c.
unsigned TreeListData::uUserDataSize |
Definition at line 275 of file treelist.c.