tvSetTooltip

From Bohemia Interactive Community
Revision as of 11:28, 13 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>([^<]*)<nowiki\/?>([^<]*)<\/code>" to "<code>$1$2</code>")
Jump to navigation Jump to search

{{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=

tvSetTooltip [101, [0,2], "This is a tooltip"];

|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 }}