STemWin + 0/5 examples
CodeScope will show references to TREEVIEW_Handle from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

TREEVIEW_Handle

Types

Syntax

typedef WM_HMEM TREEVIEW_Handle;

Examples

TREEVIEW_Handle is referenced by 5 libraries and example projects.

References

LocationReferrerScopeText
TREEVIEW.h:117
typedef WM_HMEM TREEVIEW_Handle;
TREEVIEW.h:157TREEVIEW_CreateEx()
TREEVIEW_Handle TREEVIEW_CreateEx (int x0, int y0, int xSize, int ySize, WM_HWIN hParent, int WinFlags, int ExFlags, int Id);
TREEVIEW.h:158TREEVIEW_CreateUser()
TREEVIEW_Handle TREEVIEW_CreateUser (int x0, int y0, int xSize, int ySize, WM_HWIN hParent, int WinFlags, int ExFlags, int Id, int NumExtraBytes);
TREEVIEW.h:159TREEVIEW_CreateIndirect()
TREEVIEW.h:176TREEVIEW_AttachItem()::hObjTREEVIEW_AttachItem()
TREEVIEW.h:177TREEVIEW_DecSel()::hObjTREEVIEW_DecSel()
void TREEVIEW_DecSel (TREEVIEW_Handle hObj);
TREEVIEW.h:178TREEVIEW_GetItem()::hObjTREEVIEW_GetItem()
TREEVIEW.h:179TREEVIEW_GetSel()::hObjTREEVIEW_GetSel()
TREEVIEW.h:180TREEVIEW_GetUserData()::hObjTREEVIEW_GetUserData()
int TREEVIEW_GetUserData (TREEVIEW_Handle hObj, void * pDest, int NumBytes);
TREEVIEW.h:181TREEVIEW_IncSel()::hObjTREEVIEW_IncSel()
void TREEVIEW_IncSel (TREEVIEW_Handle hObj);
TREEVIEW.h:182TREEVIEW_InsertItem()::hObjTREEVIEW_InsertItem()
TREEVIEW.h:184TREEVIEW_ScrollToSel()::hObjTREEVIEW_ScrollToSel()
void TREEVIEW_ScrollToSel (TREEVIEW_Handle hObj);
TREEVIEW.h:185TREEVIEW_SetAutoScrollH()::hObjTREEVIEW_SetAutoScrollH()
void TREEVIEW_SetAutoScrollH (TREEVIEW_Handle hObj, int State);
TREEVIEW.h:186TREEVIEW_SetAutoScrollV()::hObjTREEVIEW_SetAutoScrollV()
void TREEVIEW_SetAutoScrollV (TREEVIEW_Handle hObj, int State);
TREEVIEW.h:187TREEVIEW_SetBitmapOffset()::hObjTREEVIEW_SetBitmapOffset()
void TREEVIEW_SetBitmapOffset(TREEVIEW_Handle hObj, int Index, int xOff, int yOff);
TREEVIEW.h:188TREEVIEW_SetBkColor()::hObjTREEVIEW_SetBkColor()
void TREEVIEW_SetBkColor (TREEVIEW_Handle hObj, int Index, GUI_COLOR Color);
TREEVIEW.h:189TREEVIEW_SetFont()::hObjTREEVIEW_SetFont()
void TREEVIEW_SetFont (TREEVIEW_Handle hObj, const GUI_FONT * pFont);
TREEVIEW.h:190TREEVIEW_SetHasLines()::hObjTREEVIEW_SetHasLines()
void TREEVIEW_SetHasLines (TREEVIEW_Handle hObj, int State);
TREEVIEW.h:191TREEVIEW_SetImage()::hObjTREEVIEW_SetImage()
void TREEVIEW_SetImage (TREEVIEW_Handle hObj, int Index, const GUI_BITMAP * pBitmap);
TREEVIEW.h:192TREEVIEW_SetIndent()::hObjTREEVIEW_SetIndent()
int TREEVIEW_SetIndent (TREEVIEW_Handle hObj, int Indent);
TREEVIEW.h:193TREEVIEW_SetLineColor()::hObjTREEVIEW_SetLineColor()
void TREEVIEW_SetLineColor (TREEVIEW_Handle hObj, int Index, GUI_COLOR Color);
TREEVIEW.h:194TREEVIEW_SetOwnerDraw()::hObjTREEVIEW_SetOwnerDraw()
TREEVIEW.h:195TREEVIEW_SetSel()::hObjTREEVIEW_SetSel()
TREEVIEW.h:196TREEVIEW_SetSelMode()::hObjTREEVIEW_SetSelMode()
void TREEVIEW_SetSelMode (TREEVIEW_Handle hObj, int Mode);
TREEVIEW.h:197TREEVIEW_SetTextColor()::hObjTREEVIEW_SetTextColor()
void TREEVIEW_SetTextColor (TREEVIEW_Handle hObj, int Index, GUI_COLOR Color);
TREEVIEW.h:198TREEVIEW_SetTextIndent()::hObjTREEVIEW_SetTextIndent()
int TREEVIEW_SetTextIndent (TREEVIEW_Handle hObj, int TextIndent);
TREEVIEW.h:199TREEVIEW_SetUserData()::hObjTREEVIEW_SetUserData()
int TREEVIEW_SetUserData (TREEVIEW_Handle hObj, const void * pSrc, int NumBytes);