Merge branch 'main/rendor-staging' into main/atys-live
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / ViewBitmap.xml
blob1c22d67cdcd503c7973001aea656851a31309c98
1 <widget>
2     <header>
3         <name>ViewBitmap</name>
4         <guiname>CViewBitmap</guiname>
5                 <classname>bitmap</classname>
6         <ancestor>CtrlBase</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>color</name>
14             <type>color</type>
15             <default>255 255 255 255</default>
16         </property>
17         <property>
18             <name>txtoffsetx</name>
19             <type>int</type>
20             <default>0</default>
21         </property>
22         <property>
23             <name>txtoffsety</name>
24             <type>int</type>
25             <default>0</default>
26         </property>
27         <property>
28             <name>txtwidth</name>
29             <type>int</type>
30             <default>-1</default>
31         </property>
32         <property>
33             <name>txtheight</name>
34             <type>int</type>
35             <default>-1</default>
36         </property>
37         <property>
38             <name>texture</name>
39             <type>texture</type>
40             <default>log_kami.tga</default>
41         </property>
42         <property>
43             <name>scale</name>
44             <type>bool</type>
45             <default>false</default>
46         </property>
47         <property>
48             <name>rot</name>
49             <type>int</type>
50             <default>0</default>
51         </property>
52         <property>
53             <name>flip</name>
54             <type>bool</type>
55             <default>false</default>
56         </property>
57         <property>
58             <name>tile</name>
59             <type>bool</type>
60             <default>false</default>
61         </property>
62         <property>
63             <name>align</name>
64             <type>bitmap_align</type>
65             <default></default>
66         </property>
67         <property>
68             <name>inherit_gc_alpha</name>
69             <type>bool</type>
70             <default>false</default>
71         </property>
73     </properties>
74 </widget>