4 name: "example/mylayout";
7 item: "title" "Layout Example 01";
12 name: "example/title";
36 name: "example/custom";
62 layout: "horizontal_flow";
79 name: "example/table";
105 name: "example/mylayout3";
108 item: "title" "Layout Example 03";
113 name: "example/title";
117 state: "default" 0.0;
137 name: "example/custom";
141 state: "default" 0.0;
148 inherit: "default" 0.0;
156 name: "swallow,grow";
157 signal: "button,enlarge";
158 action: STATE_SET "big" 0.0;
159 transition: LINEAR 0.5;
160 target: "example/custom";
161 after: "emit,changed";
164 name: "swallow,shrink";
165 signal: "button,reduce";
166 action: STATE_SET "default" 0.0;
167 transition: LINEAR 0.5;
168 target: "example/custom";
169 after: "emit,changed";
172 name: "emit,changed";
173 action: SIGNAL_EMIT "size,changed" "";