ReactOS 0.4.16-dev-1093-g93e9710
|
#include <gui.h>
Private Attributes | |
HIMAGELIST | hImageTreeView |
Additional Inherited Members | |
![]() | |
CUiMargin | m_Margin |
CUiAlignment | m_HorizontalAlignment |
CUiAlignment | m_VerticalAlignment |
![]() | |
CUiBox () | |
virtual VOID | ComputeRect (RECT parentRect, RECT currentRect, RECT *newRect) |
![]() | |
CUiPrimitive * | m_Parent |
CSideTreeView::CSideTreeView | ( | ) |
Definition at line 33 of file gui.cpp.
CSideTreeView::~CSideTreeView | ( | ) |
Definition at line 46 of file gui.cpp.
Referenced by CMainWindow::InitCategoriesList().
HTREEITEM CSideTreeView::AddItem | ( | HTREEITEM | hParent, |
CStringW & | Text, | ||
INT | Image, | ||
INT | SelectedImage, | ||
LPARAM | lParam | ||
) |
Definition at line 40 of file gui.cpp.
VOID CSideTreeView::DestroyImageList | ( | ) |
HIMAGELIST CSideTreeView::SetImageList | ( | ) |
|
private |
Definition at line 26 of file gui.h.
Referenced by AddCategory(), DestroyImageList(), and SetImageList().