DialogControls-XKey: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Created page with "'''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here.''' ===CT_XKEYDESC=40=== {| border="1" align="left" cellpadding="3" cellspacing="0" | ! co...")
 
m (Text replacement - "#redirect " to "#REDIRECT ")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here.'''
#REDIRECT [[CT_XKEYDESC]]
===CT_XKEYDESC=40===
 
{| border="1" align="left" cellpadding="3" cellspacing="0" |
! colspan="3" bgcolor="#bbbbff" | Properties
|-
! bgcolor="#ddddff" | Name
! bgcolor="#ddddff" | Type
! bgcolor="#ddddff" | Remark
|-
| '''Attributes'''
| class
|
|-
| '''AttributesImage'''
| class
|
|-
| '''key'''
| argb
| key = "0x00050000 + 1";
|-
|}<br clear="all">
 
* '''Example:'''
<code><nowiki>class RscXKey
{
type = 40;
idc = -1;
style = ST_LEFT;
h = 0.06;
size = "( 21 / 408 )";
shadow = 0;
key = "0x00050000 + 1";
class Attributes
{
  font = "Zeppelin32";
  color = "#E5E5E5";
  align = "left";
};
class AttributesImage
{
  color = "#E5E5E5";
};
};</nowiki></code>
[[Category: Dialogs]]

Latest revision as of 07:13, 30 December 2020

Redirect to: