tvTooltip: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 31: | Line 31: | ||
|r2= [[String]] - Tooltip text | |r2= [[String]] - Tooltip text | ||
|x1= < | |x1= <sqf>_text = tvTooltip [101, [0,2]];</sqf> | ||
|x2= < | |x2= <sqf>_text = _treeCtrl tvTooltip [0,2];</sqf> | ||
|seealso= [[tvSetTooltip]] [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]] | |seealso= [[tvSetTooltip]] [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]] | ||
}} | }} |
Revision as of 10:25, 13 May 2022
Description
- Description:
- Gets the tooltip text associated with the specified tree view path.
- Groups:
- GUI Control - Tree View
Syntax
- Syntax:
- tvTooltip [idc, path]
- Parameters:
- [idc, path]: Array
- idc: Number - IDC of the tree view control.
- path: Array - Array containing path numbers.
- Return Value:
- String - Tooltip text
Alternative Syntax
- Syntax:
- ctrl tvTooltip path
- Parameters:
- ctrl: Control
- path: Array - Array containing path numbers.
- Return Value:
- String - Tooltip text
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- tvSetTooltip tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetValue tvSort tvSortByValue tvText tvValue
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note