Linux multi-monitor fullscreen support
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / GroupEditBox.xml
blob578262a20817848de171c7c1ec7eed66bd4db1cb
1 <widget>
2     <header>
3         <name>GroupEditBox</name>
4         <guiname>CGroupEditBox</guiname>
5                 <classname>edit_box</classname>
6         <ancestor>InterfaceGroup</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>onchange</name>
14             <type>string</type>
15             <default></default>
16         </property>
17         <property>
18             <name>onchange_params</name>
19             <type>string</type>
20             <default></default>
21         </property>
22         <property>
23             <name>on_focus_lost</name>
24             <type>string</type>
25             <default></default>
26         </property>
27         <property>
28             <name>on_focus_lost_params</name>
29             <type>string</type>
30             <default></default>
31         </property>
32         <property>
33             <name>on_focus</name>
34             <type>string</type>
35             <default></default>
36         </property>
37         <property>
38             <name>on_focus_params</name>
39             <type>string</type>
40             <default></default>
41         </property>
42         <property>
43             <name>max_num_chars</name>
44             <type>int</type>
45             <default>2000000000</default>
46         </property>
47         <property>
48             <name>max_num_return</name>
49             <type>int</type>
50             <default>2000000000</default>
51         </property>
52         <property>
53             <name>max_chars_size</name>
54             <type>int</type>
55             <default>32768</default>
56         </property>
57         <property>
58             <name>enter_loose_focus</name>
59             <type>bool</type>
60             <default>true</default>
61         </property>
62         <property>
63             <name>enter_recover_focus</name>
64             <type>bool</type>
65             <default>true</default>
66         </property>
67         <property>
68             <name>prompt</name>
69             <type>string</type>
70             <default></default>
71         </property>
72         <property>
73             <name>enter_type</name>
74             <type>string</type>
75             <default>text</default>
76         </property>
77         <property>
78             <name>menu_r</name>
79             <type>string</type>
80             <default></default>
81         </property>
82         <property>
83             <name>max_historic</name>
84             <type>int</type>
85             <default>0</default>
86         </property>
87         <property>
88             <name>backup_father_container_pos</name>
89             <type>bool</type>
90             <default>false</default>
91         </property>
92         <property>
93             <name>want_return</name>
94             <type>bool</type>
95             <default>false</default>
96         </property>
97         <property>
98             <name>savable</name>
99             <type>bool</type>
100             <default>true</default>
101         </property>
102         <property>
103             <name>max_float_prec</name>
104             <type>int</type>
105             <default>20</default>
106         </property>
107         <property>
108             <name>negative_filter</name>
109             <type>string</type>
110             <default></default>
111         </property>
112     </properties>
113 </widget>