cluttermm
1.17.3
|
x | The actor's X coordinate. |
y | The actor's Y coordinate. |
available_width | The maximum available width, or -1 to use the actor's natural width. |
available_height | The maximum available height, or -1 to use the actor's natural height. |
flags | Flags controlling the allocation. |
text | The text to set on the Pango::Layout, or 0 . |
true
if the Clutter::Actor is currently being painted by a Clutter::Clone, and false
otherwise. flags | The flags to set. |
box | A Clutter::ActorBox with the new allocation. |
flags | Clutter::AllocationFlags for the allocation. |
color | The Clutter::Color to be used when picking. |
origin | The actor which initiated the redraw request. |
flags | The flags to unset. |
x | X coordinate of the point. |
y | Y coordinate of the point. |
true
if the point is contained by the Clutter::ActorBox. x | Return location for the X coordinate, or 0 . |
y | Return location for the Y coordinate, or 0 . |
width | Return location for the width, or 0 . |
height | Return location for the height, or 0 . |
width | Return location for the surface width, or 0 . |
height | Return location for the surface height, or 0 . |
width | The new width of the surface. |
height | The new height of the surface. |
source | A Clutter::Actor, or 0 . |
source | A Clutter::Actor, or 0 . |
factor | The progress factor, between 0 and 1. |
value | Return location for an initialized Value. |
true
if the operation was successful. value | A Value. |
value | A Value. |
value | A Value. |
value | A Value. |
pspec | A ParamSpec. |
true
if the Clutter::Interval is valid, false
otherwise. container | A Clutter::Container using manager. |
actor | A Clutter::Actor child of container. |
0
if the Clutter::LayoutManager does not have layout properties. The returned layout meta instance is owned by the Clutter::LayoutManager and it should not be unreferenced. container | A Clutter::Container using manager. |
actor | A Clutter::Actor child of container. |
0
if the Clutter::LayoutManager does not have layout properties. The returned layout meta instance is owned by the Clutter::LayoutManager and it should not be unreferenced. cpath | A Cairo path. |
x_1 | The x coordinate of the first control point. |
y_1 | The y coordinate of the first control point. |
x_2 | The x coordinate of the second control point. |
y_2 | The y coordinate of the second control point. |
x_3 | The x coordinate of the third control point. |
y_3 | The y coordinate of the third control point. |
x | The x coordinate. |
y | The y coordinate. |
x | The x coordinate. |
y | The y coordinate. |
x_1 | The x coordinate of the first control point. |
y_1 | The y coordinate of the first control point. |
x_2 | The x coordinate of the second control point. |
y_2 | The y coordinate of the second control point. |
x_3 | The x coordinate of the third control point. |
y_3 | The y coordinate of the third control point. |
x | The x coordinate. |
y | The y coordinate. |
x | The x coordinate. |
y | The y coordinate. |
str | A string describing the new nodes. |
true
is the path description was valid or false
otherwise. progress | A position along the path as a fraction of its length. |
position | Location to store the position. |
str | A string describing the path. |
true
is the path was valid, false
otherwise. cr | A Cairo context. |
true
if the stage is full screen. true
if the motion events are being throttled, and false
otherwise. fullscreen | true to to set the stage fullscreen. |
throttle | true to throttle motion events. |
true
if the signal_activate() signal has been emitted, and false
otherwise. n_chars | The number of characters to delete. |
true
if text was deleted or if the text actor is empty, and false
otherwise. start_pos | Starting position. |
end_pos | Ending position. |
true
if the actor is activatable. 0
if none was set. The returned value is owned by the Clutter::Text and should not be unreferenced. start_pos | Start of text, in characters. |
end_pos | End of text, in characters. |
color | Return location for a Clutter::Color. |
true
if the cursor is visible. true
if the actor is editable. true
if the Clutter::Text actor should wrap its contents. true
if the actor is selectable. 0
. Use Glib::free() to free the returned string. color | Return location for a Clutter::Color. |
true
if the Clutter::Text actor is in single line mode. true
if the contents will be parsed for markup. text | The text to be inserted. |
position | The position of the insertion, or -1. |
wc | A Unicode character. |
position | Position in characters. |
x | Return location for the X coordinate, or 0 . |
y | Return location for the Y coordinate, or 0 . |
line_height | Return location for the line height, or 0 . |
true
if the conversion was successful. activatable | Whether the Clutter::Text actor should be activatable. |
attrs | A Pango::AttrList or 0 to unset the attributes. |
color | A Clutter::Color. |
color | The color of the cursor, or 0 to unset it. |
position | The new cursor position, in characters. |
size | The size of the cursor, in pixels, or -1 to use the default value. |
cursor_visible | Whether the cursor should be visible. |
editable | Whether the Clutter::Text should be editable. |
mode | A Pango::EllipsizeMode. |
font_name | A font name, or 0 to set the default font name. |
justify | Whether the text should be justified. |
alignment | A Pango::Alignment. |
line_wrap | Whether the contents should wrap. |
wrap_mode | The line wrapping mode. |
markup | A string containing Pango markup. Passing 0 is the same as passing "" (the empty string). |
max | The maximum number of characters allowed in the text actor; 0 to disable or -1 to set the length of the current string. |
wc | A Unicode character, or 0 to unset the password character. |
selectable | Whether the Clutter::Text actor should be selectable. |
start_pos | Start of the selection, in characters. |
end_pos | End of the selection, in characters. |
selection_bound | The position of the end of the selection, in characters. |
color | The color of the selection, or 0 to unset it. |
single_line | Whether to enable single line mode. |
text | The text to set. Passing 0 is the same as passing "" (the empty string). |
setting | true if the text should be parsed for markup. |