#include <winstl/winstl.h>
#include <winstl/window/message_functions.h>
#include <commctrl.h>
Go to the source code of this file.
| Namespaces | |
| namespace | winstl | 
| Functions | |
| STLSOFT_INLINE HTREEITEM | winstl__treeview_getnextitem (HWND hwnd, HTREEITEM hitem, UINT flag) | 
| Gets the next item in the tree view. | |
| STLSOFT_INLINE HTREEITEM | winstl__treeview_getchilditem (HWND hwnd, HTREEITEM hitem) | 
| Gets the tree view child item. | |
| STLSOFT_INLINE HTREEITEM | winstl__treeview_getrootitem (HWND hwnd) | 
| Gets the tree view root item. | |
| STLSOFT_INLINE HTREEITEM | winstl__treeview_getcaretitem (HWND hwnd) | 
| Gets the tree view caret item. | |
| HTREEITEM | treeview_getnextitem (HWND hwnd, HTREEITEM hitem, UINT flag) | 
| Gets the next item in the tree view. | |
| HTREEITEM | treeview_getchilditem (HWND hwnd, HTREEITEM hitem) | 
| Gets the tree view child item. | |
| HTREEITEM | treeview_getrootitem (HWND hwnd) | 
| Gets the tree view root item. | |
| HTREEITEM | treeview_getcaretitem (HWND hwnd) | 
| Gets the tree view caret item. | |
 1.5.6
 1.5.6