tvSetTooltip: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)<nowiki\/?>([^<]*)<\/code>" to "<code>$1$2</code>") |
||
Line 39: | Line 39: | ||
|x1= <sqf>tvSetTooltip [101, [0,2], "This is a tooltip"];</sqf> | |x1= <sqf>tvSetTooltip [101, [0,2], "This is a tooltip"];</sqf> | ||
|x2= <code>_tree tvSetTooltip [ | |x2= <code>_tree tvSetTooltip [[0,2], "This is a tooltip"];</code> | ||
|seealso= [[tvTooltip]] [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]] | |seealso= [[tvTooltip]] [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]] | ||
}} | }} |
Revision as of 10:28, 13 May 2022
{{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 }}