tvSetTooltip
{{RV|type=command
|game1= arma3 |version1= 0.74
|arg= local
|eff= local
|serverExec= |= Multiplayer Execution
|gr1= GUI Control - Tree View
|descr= Sets the tooltip text associated with the specified tree view path.
|s1= tvSetTooltip [idc, path, text]
|p1=[idc, path, text]: Array |p2= idc: Number - IDC of the tree view control.
|p3= path: Array - Array containing path numbers.
|p4= text: String
|r1= Nothing
|s2= ctrl tvSetTooltip [path, text]
|p21= ctrl: Control
|p22= [path, text]: Array -
|p23= path: Array - Array containing path numbers.
|p24= text: String
|r2= Nothing
|x1=
|x2= _tree tvSetTooltip [[0,2], "This is a tooltip"];
|seealso= tvTooltip tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetValue tvSort tvSortByValue tvText tvValue }}