tvSetPictureRight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (see also)
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1= GUI Control - Tree View |GROUP1=
|gr1= GUI Control - Tree View |GROUP1=
____________________________________________________________________________________________


| Sets right picture on the tree view item defined by path |DESCRIPTION=
| Sets right picture on the tree view item defined by path |DESCRIPTION=
____________________________________________________________________________________________


| [[tvSetPictureRight]] [idc, path, name] |SYNTAX=
| [[tvSetPictureRight]] [idc, path, name] |SYNTAX=
Line 21: Line 18:


| [[Nothing]] |RETURNVALUE=  
| [[Nothing]] |RETURNVALUE=  
____________________________________________________________________________________________


| s2= control [[tvSetPictureRight]] [path, name] |SYNTAX2=
| s2= control [[tvSetPictureRight]] [path, name] |SYNTAX2=
Line 32: Line 28:


|r2= [[Nothing]] |RETURNVALUE2=  
|r2= [[Nothing]] |RETURNVALUE2=  
____________________________________________________________________________________________


|x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> |EXAMPLE1=
|x1= <code>[[tvSetPictureRight]] [101, [0], "picture"];</code> |EXAMPLE1=


|x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> |EXAMPLE2=
|x2= <code>_ctrl [[tvSetPictureRight]] [<nowiki/>[0], "picture"];</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[tvAdd]], [[tvClear]], [[tvCollapse]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvValue]], [[tvText]], [[tvSetText]], [[tvSetPicture]], [[tvSetPictureColor]], [[tvSetPictureColor]], [[tvSetPictureColorSelected]], [[tvSetPictureColorDisabled]], [[tvSetPictureRightColor]], [[tvSetPictureRightColorSelected]], [[tvSetPictureRightColorDisabled]] |SEEALSO=
| [[tvPictureRight]] [[tvSetPicture]] [[tvPicture]] |SEEALSO=


|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}



Revision as of 14:28, 9 December 2020

Hover & click on the images for description

Description

Description:
Sets right picture on the tree view item defined by path
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvSetPictureRight [idc, path, name]
Parameters:
idc: Number
path: Array - path to tree view item
name: String - picture texture
Return Value:
Nothing

Alternative Syntax

Syntax:
control tvSetPictureRight [path, name]
Parameters:
control: Control
path: Array - path to tree view item
name: String - picture texture
Return Value:
Nothing

Examples

Example 1:
tvSetPictureRight [101, [0], "picture"];
Example 2:
_ctrl tvSetPictureRight [[0], "picture"];

Additional Information

See also:
tvPictureRight tvSetPicture tvPicture

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

Notes

Bottom Section