cluttermm
1.17.3
|
child | A Clutter::Actor. |
name | The name of the transition to add. |
transition | The Clutter::Transition to add. |
index | The position in the list of children. |
0
. index | The position in the list of children. |
0
. 0
if none was set. 0
if none was set. min_filter | Return location for the minification filter, or 0 . |
mag_filter | Return location for the magnification filter, or 0 . |
0
if the actor could not compute a valid paint volume. The returned value is not guaranteed to be stable across multiple frames, so if you want to retain it, you will need to copy it using clutter_paint_volume_copy(). 0
. 0
. 0
. 0
. 0
. 0
. 0
. 0
. 0
. 0
. name | The name of the transition. |
0
is none was found to match the passed name; the returned instance is owned by Clutter and it should not be freed. name | The name of the transition. |
0
is none was found to match the passed name; the returned instance is owned by Clutter and it should not be freed. true
if the actor has any actions, false
otherwise. true
if the actor has any constraints, false
otherwise. true
if the actor has any effects, false
otherwise. child | A Clutter::Actor. |
sibling | A child of self, or 0 . |
child | A Clutter::Actor. |
index | The index. |
child | A Clutter::Actor. |
sibling | A child of self, or 0 . |
child | A Clutter::Actor. |
name | The name of the transition to remove. |
old_child | The child of self to replace. |
new_child | The Clutter::Actor to replace old_child. |
box | A Clutter::ActorBox. |
flags | Allocation flags. |
color | A Clutter::Color, or 0 to unset a previously set color. |
child | A Clutter::Actor child of self. |
sibling | A Clutter::Actor child of self, or 0 . |
child | A Clutter::Actor child of self. |
index | The new index for child. |
child | A Clutter::Actor child of self. |
sibling | A Clutter::Actor child of self, or 0 . |
content | A Clutter::Content, or 0 . |
gravity | The Clutter::ContentGravity. |
min_filter | The minification filter for the content. |
mag_filter | The magnification filter for the content. |
msecs | The delay before the start of the tweening, in milliseconds. |
msecs | The duration of the easing, or 0 . |
mode | An easing mode, excluding Clutter::CUSTOM_MODE. |
manager | A Clutter::LayoutManager, or 0 to unset it. |
margin | The bottom margin. |
margin | The left margin. |
margin | The right margin. |
margin | The top margin. |
x_align | The horizontal alignment policy. |
y_align | The vertical alignment policy. |
red | Return location for red component of the change in brightness. |
green | Return location for green component of the change in brightness. |
blue | Return location for blue component of the change in brightness. |
red | Return location for red component of the change in contrast. |
green | Return location for green component of the change in contrast. |
blue | Return location for blue component of the change in contrast. |
brightness | The brightness change for all three components (r, g, b). |
red | Red component of the change in brightness. |
green | Green component of the change in brightness. |
blue | Blue component of the change in brightness. |
red | Red component of the change in contrast. |
green | Green component of the change in contrast. |
blue | Blue component of the change in contrast. |
contrast | Contrast change for all three channels. |
width | The width of the canvas, in pixels. |
height | The height of the canvas, in pixels. |
true
if the size change caused a content invalidation, and false
otherwise. cr | The Cairo context used to draw. |
width | The width of the canvas. |
height | The height of the canvas. |
true
if the signal emission should stop, and false
otherwise. width | Return location for the natural width of the content. |
height | Return location for the natural height of the content. |
true
if the content has a preferred size, and false
otherwise. data | The image data, as an array of bytes. |
pixel_format | The Cogl pixel format of the image data. |
width | The width of the image data. |
height | The height of the image data. |
row_stride | The length of each row inside data. |
true
if the image data was successfully loaded, and false
otherwise. actor | A Clutter::Actor. |
hardware_keycode | The hardware keycode from a Clutter::KeyEvent. |
evdev_keycode | The return location for the evdev keycode. |
true
if the conversion succeeded, false
otherwise. 0
if none is set. The returned string is owned by the transition and it should not be freed. property_name | A property name. |
0
. resource_path | The resource path of the file to parse. |
domain | The translation domain, or 0 . |
x | The X coordinate, relative to the actor. |
y | The Y coordinate, relative to the actor. |
buffer | A Clutter::TextBuffer. |
position | Position at which to delete text. |
n_chars | Number of characters to delete. |
position | Position at which text was deleted. |
n_chars | Number of characters deleted. |
position | Position at which text was inserted. |
chars | Text that was inserted. |
n_chars | Number of characters inserted. |
position | The position at which to insert text. |
chars | The text to insert into the buffer. |
n_chars | The length of the text in characters, or -1. |
max_length | The maximum length of the entry buffer, or 0 for no maximum. (other than the maximum length of entries.) The value passed in will be clamped to the range [ 0, Clutter::TEXT_BUFFER_MAX_SIZE ]. |
position | The position the text was deleted at. |
n_chars | The number of characters that were deleted. |
position | The position the text was inserted at. |
chars | The text that was inserted. |
n_chars | The number of characters that were inserted. |
text | Initial buffer text. |
text_len | Initial buffer text length, or -1 for null-terminated. |
mode | The progress mode, as a Clutter::AnimationMode. |
count | The number of times the timeline should repeat. |
0
; the returned animatable is owned by the Clutter::Transition, and it should not be freed directly. 0
; the returned animatable is owned by the Clutter::Transition, and it should not be freed directly. 0
; the returned interval is owned by the Clutter::Transition and it should not be freed directly. 0
; the returned interval is owned by the Clutter::Transition and it should not be freed directly. true
if the transition should be detached when complete, and false
otherwise. animatable | A Clutter::Animatable, or 0 . |
interval | A Clutter::Interval, or 0 . |
remove_complete | Whether to detach transition when complete. |