lnbSetTooltip: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\| * )+\}\}" to "}}") |
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
||
Line 20: | Line 20: | ||
| [[Nothing]] | | [[Nothing]] | ||
| s2= ctrl [[lnbSetTooltip]] [<nowiki/>[row, column], text] | | s2= ctrl [[lnbSetTooltip]] [<nowiki/>[row, column], text] | ||
Line 33: | Line 31: | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>[[lnbSetTooltip]] [1234, [1,0], "tip"];</code> | |x1= <code>[[lnbSetTooltip]] [1234, [1,0], "tip"];</code> |
Revision as of 17:41, 18 January 2021
Description
- Description:
- Sets tooltip on the item with the given row and column of the 2D listbox.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbSetTooltip [idc, [row, column], text]
- Parameters:
- [idc, [row, column], text]: Array
- idc: Number
- [row, column]: Array
- row: Number
- column: Number - pretty much always 0, see description note
- text: String - tooltip to add
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl lnbSetTooltip [[row, column], text]
- Parameters:
- ctrl: Control
- [[row, column], text]: Array
- [row, column]: Array
- row: Number
- column: Number - pretty much always 0, see description note
- text: String - tooltip to add
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetTooltip [1234, [1,0], "tip"];
- Example 2:
_ctrl lnbSetTooltip [[3,0], "top"];
Additional Information
- See also:
- lbSetTooltiplnbSetDatalnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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