@li BOX
@li TABLE
@li EXTERNAL
- @li PROXY
- @li SPACER
+ @li PROXY
+ @li SPACER
@endproperty
*/
static void
[FLAG] ...
@effect
Specifies whether events with the given flags should be ignored,
- i.e., will not have the signals emitted to the parts. Multiple flags
- must be separated by spaces, the effect will be ignoring all events
- with one of the flags specified. Possible flags:
+ i.e., will not have the signals emitted to the parts. Multiple flags
+ must be separated by spaces, the effect will be ignoring all events
+ with one of the flags specified. Possible flags:
@li NONE (default value, no event will be ignored)
@li ON_HOLD
@endproperty
[another part's name]
@effect
When set, the movement of the dragged part can only start when it get
- moved enough to be outside of the threshold part.
+ moved enough to be outside of the threshold part.
@endproperty
*/
static void
@parameters
[NONE, WIDTH, HEIGHT or BOTH]
@effect
- Emit a signal when the part size change from zero or to a zero size
- ('limit,width,over', 'limit,width,zero'). By default no signal are
- emitted.
+ Emit a signal when the part size change from zero or to a zero size
+ ('limit,width,over', 'limit,width,zero'). By default no signal are
+ emitted.
@since 1.7
@endproperty
*/
@block
params
@context
- description {
- ..
- params {
- int: "name" 0;
- double: "other_name" 0.0;
- string: "another_name" "some text";
- bool: "name" 1;
- choice: "some_name" "value";
+ description {
+ ..
+ params {
+ int: "name" 0;
+ double: "other_name" 0.0;
+ string: "another_name" "some text";
+ bool: "name" 1;
+ choice: "some_name" "value";
+ }
+ ..
}
- ..
- }
@description
Set parameters for EXTERNAL parts. The value overwrites previous
definitions with the same name.
@context
group {
programs {
- ..
- program {
- name: "programname";
- signal: "signalname";
- source: "partname";
- filter: "partname" "statename";
- in: 0.3 0.0;
- action: STATE_SET "statename" state_value;
- transition: LINEAR 0.5;
- target: "partname";
- target: "anotherpart";
- after: "programname";
- after: "anotherprogram";
- }
- ..
+ ..
+ program {
+ name: "programname";
+ signal: "signalname";
+ source: "partname";
+ filter: "partname" "statename";
+ in: 0.3 0.0;
+ action: STATE_SET "statename" state_value;
+ transition: LINEAR 0.5;
+ target: "partname";
+ target: "anotherpart";
+ after: "programname";
+ after: "anotherprogram";
+ }
+ ..
}
}
@description