4 name: "example/mylayout";
7 item: "title" "Layout Example 01";
12 name: "example/title";
37 name: "example/custom";
63 layout: "horizontal_flow";
80 name: "example/table";
106 name: "example/mylayout3";
109 item: "title" "Layout Example 03";
114 name: "example/title";
118 state: "default" 0.0;
139 name: "example/custom";
143 state: "default" 0.0;
150 inherit: "default" 0.0;
158 name: "swallow,grow";
159 signal: "button,enlarge";
160 action: STATE_SET "big" 0.0;
161 transition: LINEAR 0.5;
162 target: "example/custom";
163 after: "emit,changed";
166 name: "swallow,shrink";
167 signal: "button,reduce";
168 action: STATE_SET "default" 0.0;
169 transition: LINEAR 0.5;
170 target: "example/custom";
171 after: "emit,changed";
174 name: "emit,changed";
175 action: SIGNAL_EMIT "size,changed" "";