Changes between Version 22 and Version 23 of pyclutter_notes


Ignore:
Timestamp:
Mar 28, 2011, 2:15:58 AM (13 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyclutter_notes

    v22 v23  
    5555
    5656== available methods ==
    57 === clutter GTK viewport methods ===
     57[wiki:pyclutter_method_summary summary of available methods]
    5858
    59 {{{
    60 __class__
    61 __cmp__
    62 __copy__
    63 __deepcopy__
    64 __delattr__
    65 __dict__
    66 __doc__
    67 __format__
    68 __gdoc__
    69 __getattribute__
    70 __gobject_init__
    71 __grefcount__
    72 __gtype__
    73 __hash__
    74 __init__
    75 __iter__
    76 __module__
    77 __new__
    78 __reduce__
    79 __reduce_ex__
    80 __repr__
    81 __setattr__
    82 __sizeof__
    83 __str__
    84 __subclasshook__
    85 add
    86 allocate
    87 allocate_available_size
    88 allocate_preferred_size
    89 animate
    90 animate_with_alpha
    91 animate_with_timeline
    92 apply_relative_transform_to_point
    93 apply_transform_to_point
    94 chain
    95 child_get
    96 child_get_property
    97 child_set
    98 child_set_property
    99 connect
    100 connect_after
    101 connect_object
    102 connect_object_after
    103 create_pango_context
    104 create_pango_layout
    105 destroy
    106 disconnect
    107 disconnect_by_func
    108 do_add
    109 do_allocate
    110 do_apply_transform
    111 do_create_child_meta
    112 do_destroy
    113 do_destroy_child_meta
    114 do_foreach
    115 do_foreach_with_internals
    116 do_get_adjustment
    117 do_get_adjustments
    118 do_get_child_meta
    119 do_get_id
    120 do_get_preferred_height
    121 do_get_preferred_width
    122 do_hide_all
    123 do_lower_child
    124 do_map
    125 do_paint
    126 do_parent_set
    127 do_parse_custom_node
    128 do_pick
    129 do_queue_redraw
    130 do_raise_child
    131 do_realize
    132 do_remove
    133 do_set_adjustment
    134 do_set_adjustments
    135 do_set_custom_property
    136 do_set_id
    137 do_show
    138 do_show_all
    139 do_sort_depth_order
    140 do_unmap
    141 do_unrealize
    142 emit
    143 emit_stop_by_name
    144 event
    145 find_child_by_name
    146 foreach
    147 foreach_with_internals
    148 freeze_notify
    149 get_adjustment
    150 get_adjustments
    151 get_allocation_box
    152 get_allocation_geometry
    153 get_anchor_point
    154 get_anchor_point_gravity
    155 get_animation
    156 get_child_meta
    157 get_children
    158 get_clip
    159 get_data
    160 get_depth
    161 get_fixed_position_set
    162 get_flags
    163 get_geometry
    164 get_gid
    165 get_height
    166 get_id
    167 get_name
    168 get_opacity
    169 get_origin
    170 get_paint_opacity
    171 get_paint_visibility
    172 get_pango_context
    173 get_parent
    174 get_position
    175 get_preferred_height
    176 get_preferred_size
    177 get_preferred_width
    178 get_properties
    179 get_property
    180 get_reactive
    181 get_rotation
    182 get_scale
    183 get_scale_center
    184 get_scale_gravity
    185 get_shader
    186 get_size
    187 get_stage
    188 get_transformation_matrix
    189 get_transformed_position
    190 get_transformed_size
    191 get_width
    192 get_x
    193 get_y
    194 get_z_rotation_gravity
    195 grab_key_focus
    196 handler_block
    197 handler_block_by_func
    198 handler_disconnect
    199 handler_is_connected
    200 handler_unblock
    201 handler_unblock_by_func
    202 has_clip
    203 hide
    204 hide_all
    205 install_child_meta
    206 is_in_clone_paint
    207 is_rotated
    208 is_scaled
    209 lower_actor
    210 lower_bottom
    211 lower_child
    212 map
    213 move_anchor_point
    214 move_anchor_point_from_gravity
    215 move_by
    216 notify
    217 paint
    218 parse_custom_node
    219 props
    220 queue_redraw
    221 queue_relayout
    222 raise_actor
    223 raise_child
    224 raise_top
    225 realize
    226 remove
    227 remove_clip
    228 reparent
    229 set_adjustment
    230 set_adjustments
    231 set_anchor_point
    232 set_anchor_point_from_gravity
    233 set_clip
    234 set_custom_property
    235 set_data
    236 set_depth
    237 set_fixed_position_set
    238 set_flags
    239 set_geometry
    240 set_height
    241 set_id
    242 set_name
    243 set_opacity
    244 set_parent
    245 set_position
    246 set_properties
    247 set_property
    248 set_reactive
    249 set_rotation
    250 set_scale
    251 set_scale_full
    252 set_scale_with_gravity
    253 set_shader
    254 set_shader_param_float
    255 set_shader_param_int
    256 set_size
    257 set_width
    258 set_x
    259 set_y
    260 set_z_rotation_from_gravity
    261 should_pick_paint
    262 show
    263 show_all
    264 sort_depth_order
    265 stop_emission
    266 thaw_notify
    267 transform_stage_point
    268 unmap
    269 unparent
    270 unrealize
    271 unset_flags
    272 weak_ref
    273 }}}
    274 
    275 === ClutterGtk Embed ===
    276 {{{
    277 __class__
    278 __cmp__
    279 __copy__
    280 __deepcopy__
    281 __delattr__
    282 __dict__
    283 __doc__
    284 __format__
    285 __gdoc__
    286 __getattribute__
    287 __gobject_init__
    288 __grefcount__
    289 __gtype__
    290 __hash__
    291 __init__
    292 __iter__
    293 __len__
    294 __module__
    295 __new__
    296 __nonzero__
    297 __reduce__
    298 __reduce_ex__
    299 __repr__
    300 __setattr__
    301 __sizeof__
    302 __str__
    303 __subclasshook__
    304 activate
    305 add
    306 add_accelerator
    307 add_child
    308 add_events
    309 add_mnemonic_label
    310 add_with_properties
    311 allocation
    312 border_width
    313 can_activate_accel
    314 chain
    315 check_resize
    316 child_focus
    317 child_get
    318 child_get_property
    319 child_notify
    320 child_set
    321 child_set_property
    322 child_type
    323 children
    324 class_path
    325 connect
    326 connect_after
    327 connect_object
    328 connect_object_after
    329 construct_child
    330 create_pango_context
    331 create_pango_layout
    332 destroy
    333 disconnect
    334 disconnect_by_func
    335 do_add
    336 do_add_child
    337 do_button_press_event
    338 do_button_release_event
    339 do_can_activate_accel
    340 do_check_resize
    341 do_child_type
    342 do_client_event
    343 do_composite_name
    344 do_composited_changed
    345 do_configure_event
    346 do_construct_child
    347 do_delete_event
    348 do_destroy
    349 do_destroy_event
    350 do_direction_changed
    351 do_drag_begin
    352 do_drag_data_delete
    353 do_drag_data_get
    354 do_drag_data_received
    355 do_drag_drop
    356 do_drag_end
    357 do_drag_leave
    358 do_drag_motion
    359 do_enter_notify_event
    360 do_event
    361 do_expose_event
    362 do_focus
    363 do_focus_in_event
    364 do_focus_out_event
    365 do_forall
    366 do_get_accessible
    367 do_get_child_property
    368 do_get_internal_child
    369 do_grab_broken_event
    370 do_grab_focus
    371 do_grab_notify
    372 do_hide
    373 do_hide_all
    374 do_hierarchy_changed
    375 do_key_press_event
    376 do_key_release_event
    377 do_leave_notify_event
    378 do_map
    379 do_map_event
    380 do_mnemonic_activate
    381 do_motion_notify_event
    382 do_no_expose_event
    383 do_parent_set
    384 do_parser_finished
    385 do_popup_menu
    386 do_property_notify_event
    387 do_proximity_in_event
    388 do_proximity_out_event
    389 do_realize
    390 do_remove
    391 do_screen_changed
    392 do_scroll_event
    393 do_selection_clear_event
    394 do_selection_get
    395 do_selection_notify_event
    396 do_selection_received
    397 do_selection_request_event
    398 do_set_child_property
    399 do_set_focus_child
    400 do_set_name
    401 do_show
    402 do_show_all
    403 do_show_help
    404 do_size_allocate
    405 do_size_request
    406 do_state_changed
    407 do_style_set
    408 do_unmap
    409 do_unmap_event
    410 do_unrealize
    411 do_visibility_notify_event
    412 do_window_state_event
    413 drag_begin
    414 drag_check_threshold
    415 drag_dest_add_image_targets
    416 drag_dest_add_text_targets
    417 drag_dest_add_uri_targets
    418 drag_dest_find_target
    419 drag_dest_get_target_list
    420 drag_dest_get_track_motion
    421 drag_dest_set
    422 drag_dest_set_proxy
    423 drag_dest_set_target_list
    424 drag_dest_set_track_motion
    425 drag_dest_unset
    426 drag_get_data
    427 drag_highlight
    428 drag_source_add_image_targets
    429 drag_source_add_text_targets
    430 drag_source_add_uri_targets
    431 drag_source_get_target_list
    432 drag_source_set
    433 drag_source_set_icon
    434 drag_source_set_icon_name
    435 drag_source_set_icon_pixbuf
    436 drag_source_set_icon_stock
    437 drag_source_set_target_list
    438 drag_source_unset
    439 drag_unhighlight
    440 draw
    441 emit
    442 emit_stop_by_name
    443 ensure_style
    444 error_bell
    445 event
    446 flags
    447 focus_child
    448 forall
    449 foreach
    450 freeze_child_notify
    451 freeze_notify
    452 get_accessible
    453 get_action
    454 get_activate_signal
    455 get_allocation
    456 get_ancestor
    457 get_app_paintable
    458 get_border_width
    459 get_can_default
    460 get_can_focus
    461 get_child_requisition
    462 get_child_visible
    463 get_children
    464 get_clipboard
    465 get_colormap
    466 get_composite_name
    467 get_data
    468 get_direction
    469 get_display
    470 get_double_buffered
    471 get_events
    472 get_extension_events
    473 get_focus_chain
    474 get_focus_child
    475 get_focus_hadjustment
    476 get_focus_vadjustment
    477 get_has_tooltip
    478 get_has_window
    479 get_internal_child
    480 get_mapped
    481 get_modifier_style
    482 get_name
    483 get_no_show_all
    484 get_pango_context
    485 get_parent
    486 get_parent_window
    487 get_pointer
    488 get_properties
    489 get_property
    490 get_realized
    491 get_receives_default
    492 get_requisition
    493 get_resize_mode
    494 get_root_window
    495 get_screen
    496 get_sensitive
    497 get_settings
    498 get_size_request
    499 get_snapshot
    500 get_stage
    501 get_state
    502 get_style
    503 get_tooltip_markup
    504 get_tooltip_text
    505 get_tooltip_window
    506 get_toplevel
    507 get_visible
    508 get_visual
    509 get_window
    510 grab_add
    511 grab_default
    512 grab_focus
    513 grab_remove
    514 handler_block
    515 handler_block_by_func
    516 handler_disconnect
    517 handler_is_connected
    518 handler_unblock
    519 handler_unblock_by_func
    520 has_default
    521 has_focus
    522 has_focus_chain
    523 has_grab
    524 has_rc_style
    525 has_screen
    526 hide
    527 hide_all
    528 hide_on_delete
    529 input_shape_combine_mask
    530 install_child_property
    531 intersect
    532 is_ancestor
    533 is_composited
    534 is_drawable
    535 is_focus
    536 is_sensitive
    537 is_toplevel
    538 keynav_failed
    539 list_accel_closures
    540 list_child_properties
    541 list_mnemonic_labels
    542 map
    543 menu_get_for_attach_widget
    544 mnemonic_activate
    545 modify_base
    546 modify_bg
    547 modify_cursor
    548 modify_fg
    549 modify_font
    550 modify_style
    551 modify_text
    552 name
    553 need_resize
    554 notify
    555 parent
    556 parser_finished
    557 path
    558 propagate_expose
    559 props
    560 queue_clear
    561 queue_clear_area
    562 queue_draw
    563 queue_draw_area
    564 queue_resize
    565 queue_resize_no_redraw
    566 rc_get_style
    567 realize
    568 reallocate_redraws
    569 ref_accessible
    570 region_intersect
    571 remove
    572 remove_accelerator
    573 remove_data
    574 remove_mnemonic_label
    575 remove_no_notify
    576 render_icon
    577 reparent
    578 requisition
    579 reset_rc_styles
    580 reset_shapes
    581 resize_children
    582 resize_mode
    583 saved_state
    584 selection_add_target
    585 selection_add_targets
    586 selection_clear_targets
    587 selection_convert
    588 selection_owner_set
    589 selection_remove_all
    590 send_expose
    591 send_focus_change
    592 set_accel_path
    593 set_activate_signal
    594 set_allocation
    595 set_app_paintable
    596 set_border_width
    597 set_can_default
    598 set_can_focus
    599 set_child_visible
    600 set_colormap
    601 set_composite_name
    602 set_data
    603 set_direction
    604 set_double_buffered
    605 set_events
    606 set_extension_events
    607 set_flags
    608 set_focus_chain
    609 set_focus_child
    610 set_focus_hadjustment
    611 set_focus_vadjustment
    612 set_has_tooltip
    613 set_has_window
    614 set_mapped
    615 set_name
    616 set_no_show_all
    617 set_parent
    618 set_parent_window
    619 set_properties
    620 set_property
    621 set_realized
    622 set_reallocate_redraws
    623 set_receives_default
    624 set_redraw_on_allocate
    625 set_resize_mode
    626 set_scroll_adjustments
    627 set_sensitive
    628 set_set_scroll_adjustments_signal
    629 set_size_request
    630 set_state
    631 set_style
    632 set_tooltip_markup
    633 set_tooltip_text
    634 set_tooltip_window
    635 set_uposition
    636 set_usize
    637 set_visible
    638 set_window
    639 shape_combine_mask
    640 show
    641 show_all
    642 show_now
    643 size_allocate
    644 size_request
    645 state
    646 stop_emission
    647 style
    648 style_attach
    649 style_get_property
    650 thaw_child_notify
    651 thaw_notify
    652 translate_coordinates
    653 trigger_tooltip_query
    654 unmap
    655 unparent
    656 unrealize
    657 unset_flags
    658 unset_focus_chain
    659 weak_ref
    660 window
    661 }}}
    662 
    663 === clutter.Texture ===
    664 
    665 {{{
    666 __class__
    667 __cmp__
    668 __copy__
    669 __deepcopy__
    670 __delattr__
    671 __dict__
    672 __doc__
    673 __format__
    674 __gdoc__
    675 __getattribute__
    676 __gobject_init__
    677 __grefcount__
    678 __gtype__
    679 __hash__
    680 __init__
    681 __module__
    682 __new__
    683 __reduce__
    684 __reduce_ex__
    685 __repr__
    686 __setattr__
    687 __sizeof__
    688 __str__
    689 __subclasshook__
    690 allocate
    691 allocate_available_size
    692 allocate_preferred_size
    693 animate
    694 animate_with_alpha
    695 animate_with_timeline
    696 apply_relative_transform_to_point
    697 apply_transform_to_point
    698 chain
    699 connect
    700 connect_after
    701 connect_object
    702 connect_object_after
    703 create_pango_context
    704 create_pango_layout
    705 destroy
    706 disconnect
    707 disconnect_by_func
    708 do_allocate
    709 do_apply_transform
    710 do_destroy
    711 do_get_id
    712 do_get_preferred_height
    713 do_get_preferred_width
    714 do_hide_all
    715 do_map
    716 do_paint
    717 do_parent_set
    718 do_parse_custom_node
    719 do_pick
    720 do_queue_redraw
    721 do_realize
    722 do_set_custom_property
    723 do_set_id
    724 do_show
    725 do_show_all
    726 do_unmap
    727 do_unrealize
    728 emit
    729 emit_stop_by_name
    730 event
    731 freeze_notify
    732 get_allocation_box
    733 get_allocation_geometry
    734 get_anchor_point
    735 get_anchor_point_gravity
    736 get_animation
    737 get_base_size
    738 get_clip
    739 get_cogl_material
    740 get_cogl_texture
    741 get_data
    742 get_depth
    743 get_filter_quality
    744 get_fixed_position_set
    745 get_flags
    746 get_geometry
    747 get_gid
    748 get_height
    749 get_id
    750 get_keep_aspect_ratio
    751 get_load_async
    752 get_load_data_async
    753 get_max_tile_waste
    754 get_name
    755 get_opacity
    756 get_paint_opacity
    757 get_paint_visibility
    758 get_pango_context
    759 get_parent
    760 get_pixel_format
    761 get_position
    762 get_preferred_height
    763 get_preferred_size
    764 get_preferred_width
    765 get_properties
    766 get_property
    767 get_reactive
    768 get_repeat
    769 get_rotation
    770 get_scale
    771 get_scale_center
    772 get_scale_gravity
    773 get_shader
    774 get_size
    775 get_stage
    776 get_sync_size
    777 get_transformation_matrix
    778 get_transformed_position
    779 get_transformed_size
    780 get_width
    781 get_x
    782 get_y
    783 get_z_rotation_gravity
    784 grab_key_focus
    785 handler_block
    786 handler_block_by_func
    787 handler_disconnect
    788 handler_is_connected
    789 handler_unblock
    790 handler_unblock_by_func
    791 has_clip
    792 hide
    793 hide_all
    794 is_in_clone_paint
    795 is_rotated
    796 is_scaled
    797 lower_actor
    798 lower_bottom
    799 map
    800 move_anchor_point
    801 move_anchor_point_from_gravity
    802 move_by
    803 notify
    804 paint
    805 parse_custom_node
    806 props
    807 queue_redraw
    808 queue_relayout
    809 raise_actor
    810 raise_top
    811 realize
    812 remove_clip
    813 reparent
    814 set_anchor_point
    815 set_anchor_point_from_gravity
    816 set_area_from_rgb_data
    817 set_clip
    818 set_cogl_material
    819 set_cogl_texture
    820 set_custom_property
    821 set_data
    822 set_depth
    823 set_filter_quality
    824 set_fixed_position_set
    825 set_flags
    826 set_from_file
    827 set_from_rgb_data
    828 set_from_yuv_data
    829 set_geometry
    830 set_height
    831 set_id
    832 set_keep_aspect_ratio
    833 set_load_async
    834 set_load_data_async
    835 set_name
    836 set_opacity
    837 set_parent
    838 set_position
    839 set_properties
    840 set_property
    841 set_reactive
    842 set_repeat
    843 set_rotation
    844 set_scale
    845 set_scale_full
    846 set_scale_with_gravity
    847 set_shader
    848 set_shader_param_float
    849 set_shader_param_int
    850 set_size
    851 set_sync_size
    852 set_width
    853 set_x
    854 set_y
    855 set_z_rotation_from_gravity
    856 should_pick_paint
    857 show
    858 show_all
    859 stop_emission
    860 thaw_notify
    861 transform_stage_point
    862 unmap
    863 unparent
    864 unrealize
    865 unset_flags
    866 weak_ref
    867 }}}
    868 
    869 === clutter.Stage ===
    870 
    871 {{{
    872 __class__
    873 __cmp__
    874 __copy__
    875 __deepcopy__
    876 __delattr__
    877 __dict__
    878 __doc__
    879 __format__
    880 __gdoc__
    881 __getattribute__
    882 __gobject_init__
    883 __grefcount__
    884 __gtype__
    885 __hash__
    886 __init__
    887 __iter__
    888 __module__
    889 __new__
    890 __reduce__
    891 __reduce_ex__
    892 __repr__
    893 __setattr__
    894 __sizeof__
    895 __str__
    896 __subclasshook__
    897 add
    898 allocate
    899 allocate_available_size
    900 allocate_preferred_size
    901 animate
    902 animate_with_alpha
    903 animate_with_timeline
    904 apply_relative_transform_to_point
    905 apply_transform_to_point
    906 chain
    907 child_get
    908 child_get_property
    909 child_set
    910 child_set_property
    911 connect
    912 connect_after
    913 connect_object
    914 connect_object_after
    915 create_pango_context
    916 create_pango_layout
    917 destroy
    918 disconnect
    919 disconnect_by_func
    920 do_add
    921 do_allocate
    922 do_apply_transform
    923 do_create_child_meta
    924 do_destroy
    925 do_destroy_child_meta
    926 do_foreach
    927 do_foreach_with_internals
    928 do_get_child_meta
    929 do_get_id
    930 do_get_preferred_height
    931 do_get_preferred_width
    932 do_hide_all
    933 do_lower_child
    934 do_map
    935 do_paint
    936 do_parent_set
    937 do_parse_custom_node
    938 do_pick
    939 do_queue_redraw
    940 do_raise_child
    941 do_realize
    942 do_remove
    943 do_set_custom_property
    944 do_set_id
    945 do_show
    946 do_show_all
    947 do_sort_depth_order
    948 do_unmap
    949 do_unrealize
    950 emit
    951 emit_stop_by_name
    952 ensure_current
    953 ensure_redraw
    954 ensure_viewport
    955 event
    956 find_child_by_name
    957 foreach
    958 foreach_with_internals
    959 freeze_notify
    960 get_actor_at_pos
    961 get_allocation_box
    962 get_allocation_geometry
    963 get_anchor_point
    964 get_anchor_point_gravity
    965 get_animation
    966 get_child_meta
    967 get_children
    968 get_clip
    969 get_color
    970 get_data
    971 get_depth
    972 get_fixed_position_set
    973 get_flags
    974 get_fog
    975 get_fullscreen
    976 get_geometry
    977 get_gid
    978 get_height
    979 get_id
    980 get_key_focus
    981 get_n_children
    982 get_name
    983 get_nth_child
    984 get_opacity
    985 get_paint_opacity
    986 get_paint_visibility
    987 get_pango_context
    988 get_parent
    989 get_perspective
    990 get_position
    991 get_preferred_height
    992 get_preferred_size
    993 get_preferred_width
    994 get_properties
    995 get_property
    996 get_reactive
    997 get_rotation
    998 get_scale
    999 get_scale_center
    1000 get_scale_gravity
    1001 get_shader
    1002 get_size
    1003 get_stage
    1004 get_throttle_motion_events
    1005 get_title
    1006 get_transformation_matrix
    1007 get_transformed_position
    1008 get_transformed_size
    1009 get_use_fog
    1010 get_user_resizable
    1011 get_width
    1012 get_x
    1013 get_y
    1014 get_z_rotation_gravity
    1015 grab_key_focus
    1016 handler_block
    1017 handler_block_by_func
    1018 handler_disconnect
    1019 handler_is_connected
    1020 handler_unblock
    1021 handler_unblock_by_func
    1022 has_clip
    1023 hide
    1024 hide_all
    1025 hide_cursor
    1026 install_child_meta
    1027 is_default
    1028 is_in_clone_paint
    1029 is_rotated
    1030 is_scaled
    1031 lower_actor
    1032 lower_bottom
    1033 lower_child
    1034 map
    1035 move_anchor_point
    1036 move_anchor_point_from_gravity
    1037 move_by
    1038 notify
    1039 paint
    1040 parse_custom_node
    1041 props
    1042 queue_redraw
    1043 queue_relayout
    1044 raise_actor
    1045 raise_child
    1046 raise_top
    1047 read_pixels
    1048 realize
    1049 remove
    1050 remove_all
    1051 remove_clip
    1052 reparent
    1053 set_anchor_point
    1054 set_anchor_point_from_gravity
    1055 set_clip
    1056 set_color
    1057 set_custom_property
    1058 set_data
    1059 set_depth
    1060 set_fixed_position_set
    1061 set_flags
    1062 set_fog
    1063 set_fullscreen
    1064 set_geometry
    1065 set_height
    1066 set_id
    1067 set_key_focus
    1068 set_name
    1069 set_opacity
    1070 set_parent
    1071 set_perspective
    1072 set_position
    1073 set_properties
    1074 set_property
    1075 set_reactive
    1076 set_rotation
    1077 set_scale
    1078 set_scale_full
    1079 set_scale_with_gravity
    1080 set_shader
    1081 set_shader_param_float
    1082 set_shader_param_int
    1083 set_size
    1084 set_throttle_motion_events
    1085 set_title
    1086 set_use_fog
    1087 set_user_resizable
    1088 set_width
    1089 set_x
    1090 set_y
    1091 set_z_rotation_from_gravity
    1092 should_pick_paint
    1093 show
    1094 show_all
    1095 show_cursor
    1096 sort_depth_order
    1097 stop_emission
    1098 thaw_notify
    1099 transform_stage_point
    1100 unmap
    1101 unparent
    1102 unrealize
    1103 unset_flags
    1104 weak_ref
    1105 }}}
    1106 
    1107 === Clutter main module ===
    1108 
    1109 {{{
    1110 ABSOLUTE_ORIGIN_CHANGED
    1111 ACTOR_MAPPED
    1112 ACTOR_REACTIVE
    1113 ACTOR_REALIZED
    1114 ACTOR_VISIBLE
    1115 ALLOCATION_NONE
    1116 ANIMATION_LAST
    1117 Actor
    1118 ActorBox
    1119 ActorFlags
    1120 AllocationFlags
    1121 Alpha
    1122 Animatable
    1123 Animation
    1124 AnimationMode
    1125 BUTTON1_MASK
    1126 BUTTON2_MASK
    1127 BUTTON3_MASK
    1128 BUTTON4_MASK
    1129 BUTTON5_MASK
    1130 BUTTON_PRESS
    1131 BUTTON_RELEASE
    1132 Backend
    1133 Behaviour
    1134 BehaviourBspline
    1135 BehaviourDepth
    1136 BehaviourEllipse
    1137 BehaviourOpacity
    1138 BehaviourPath
    1139 BehaviourRotate
    1140 BehaviourScale
    1141 BindingPool
    1142 CLIENT_MESSAGE
    1143 CONTROL_MASK
    1144 CUSTOM_MODE
    1145 CairoContext
    1146 CairoTexture
    1147 ChildMeta
    1148 Clone
    1149 CloneTexture
    1150 Color
    1151 Container
    1152 DELETE
    1153 DESTROY_NOTIFY
    1154 DeprecationWarning
    1155 EASE_IN_BACK
    1156 EASE_IN_BOUNCE
    1157 EASE_IN_CIRC
    1158 EASE_IN_CUBIC
    1159 EASE_IN_ELASTIC
    1160 EASE_IN_EXPO
    1161 EASE_IN_OUT_BACK
    1162 EASE_IN_OUT_BOUNCE
    1163 EASE_IN_OUT_CIRC
    1164 EASE_IN_OUT_CUBIC
    1165 EASE_IN_OUT_ELASTIC
    1166 EASE_IN_OUT_EXPO
    1167 EASE_IN_OUT_QUAD
    1168 EASE_IN_OUT_QUART
    1169 EASE_IN_OUT_QUINT
    1170 EASE_IN_OUT_SINE
    1171 EASE_IN_QUAD
    1172 EASE_IN_QUART
    1173 EASE_IN_QUINT
    1174 EASE_IN_SINE
    1175 EASE_OUT_BACK
    1176 EASE_OUT_BOUNCE
    1177 EASE_OUT_CIRC
    1178 EASE_OUT_CUBIC
    1179 EASE_OUT_ELASTIC
    1180 EASE_OUT_EXPO
    1181 EASE_OUT_QUAD
    1182 EASE_OUT_QUART
    1183 EASE_OUT_QUINT
    1184 EASE_OUT_SINE
    1185 ENTER
    1186 EVENT_FLAG_SYNTHETIC
    1187 EVENT_NONE
    1188 EXTENSION_DEVICE
    1189 EffectTemplate
    1190 Entry
    1191 Event
    1192 EventFlags
    1193 EventType
    1194 Exception
    1195 FEATURE_OFFSCREEN
    1196 FEATURE_SHADERS_GLSL
    1197 FEATURE_STAGE_CURSOR
    1198 FEATURE_STAGE_MULTIPLE
    1199 FEATURE_STAGE_STATIC
    1200 FEATURE_STAGE_USER_RESIZE
    1201 FEATURE_SYNC_TO_VBLANK
    1202 FEATURE_TEXTURE_NPOT
    1203 FEATURE_TEXTURE_READ_PIXELS
    1204 FEATURE_TEXTURE_YUV
    1205 FONT_HINTING
    1206 FONT_MIPMAPPING
    1207 FeatureFlags
    1208 FontFlags
    1209 GRAVITY_CENTER
    1210 GRAVITY_EAST
    1211 GRAVITY_NONE
    1212 GRAVITY_NORTH
    1213 GRAVITY_NORTH_EAST
    1214 GRAVITY_NORTH_WEST
    1215 GRAVITY_SOUTH
    1216 GRAVITY_SOUTH_EAST
    1217 GRAVITY_SOUTH_WEST
    1218 GRAVITY_WEST
    1219 Geometry
    1220 Gravity
    1221 Group
    1222 HYPER_MASK
    1223 INIT_ERROR_BACKEND
    1224 INIT_ERROR_INTERNAL
    1225 INIT_ERROR_THREADS
    1226 INIT_ERROR_UNKNOWN
    1227 INIT_SUCCESS
    1228 InitError
    1229 InputDeviceType
    1230 Interval
    1231 KEYBOARD_DEVICE
    1232 KEY_PRESS
    1233 KEY_RELEASE
    1234 Knot
    1235 LEAVE
    1236 LINEAR
    1237 LOCK_MASK
    1238 Label
    1239 LazyModule
    1240 LazyNamespace
    1241 ListModel
    1242 META_MASK
    1243 MOD1_MASK
    1244 MOD2_MASK
    1245 MOD3_MASK
    1246 MOD4_MASK
    1247 MOD5_MASK
    1248 MODIFIER_MASK
    1249 MOTION
    1250 Media
    1251 Model
    1252 ModelIter
    1253 ModifierType
    1254 NOTHING
    1255 N_DEVICE_TYPES
    1256 PATH_CLOSE
    1257 PATH_CURVE_TO
    1258 PATH_LINE_TO
    1259 PATH_MOVE_TO
    1260 PATH_REL_CURVE_TO
    1261 PATH_REL_LINE_TO
    1262 PATH_REL_MOVE_TO
    1263 PICK_ALL
    1264 PICK_NONE
    1265 PICK_REACTIVE
    1266 POINTER_DEVICE
    1267 Path
    1268 PathNode
    1269 PathNodeType
    1270 PickMode
    1271 RELEASE_MASK
    1272 REQUEST_HEIGHT_FOR_WIDTH
    1273 REQUEST_WIDTH_FOR_HEIGHT
    1274 ROTATE_CCW
    1275 ROTATE_CW
    1276 Rectangle
    1277 RequestMode
    1278 RotateAxis
    1279 RotateDirection
    1280 SCRIPT_ERROR_INVALID_PROPERTY
    1281 SCRIPT_ERROR_INVALID_TYPE_FUNCTION
    1282 SCRIPT_ERROR_INVALID_VALUE
    1283 SCROLL
    1284 SCROLL_DOWN
    1285 SCROLL_LEFT
    1286 SCROLL_RIGHT
    1287 SCROLL_UP
    1288 SHADER_ERROR_COMPILE
    1289 SHADER_ERROR_NO_ASM
    1290 SHADER_ERROR_NO_GLSL
    1291 SHIFT_MASK
    1292 STAGE_STATE
    1293 STAGE_STATE_ACTIVATED
    1294 STAGE_STATE_FULLSCREEN
    1295 STAGE_STATE_OFFSCREEN
    1296 SUPER_MASK
    1297 Score
    1298 Script
    1299 ScriptError
    1300 Scriptable
    1301 ScrollDirection
    1302 Shader
    1303 ShaderError
    1304 Stage
    1305 StageState
    1306 TEXTURE_ERROR_BAD_FORMAT
    1307 TEXTURE_ERROR_NO_YUV
    1308 TEXTURE_ERROR_OUT_OF_MEMORY
    1309 TEXTURE_NONE
    1310 TEXTURE_QUALITY_HIGH
    1311 TEXTURE_QUALITY_LOW
    1312 TEXTURE_QUALITY_MEDIUM
    1313 TEXTURE_RGB_FLAG_BGR
    1314 TEXTURE_RGB_FLAG_PREMULT
    1315 TEXTURE_YUV_FLAG_YUV2
    1316 TIMELINE_BACKWARD
    1317 TIMELINE_FORWARD
    1318 Text
    1319 Texture
    1320 TextureError
    1321 TextureFlags
    1322 TextureQuality
    1323 Timeline
    1324 TimelineDirection
    1325 UNIT_EM
    1326 UNIT_MM
    1327 UNIT_PIXEL
    1328 UNIT_POINT
    1329 UnitType
    1330 Units
    1331 Vertex
    1332 Warning
    1333 X_AXIS
    1334 Y_AXIS
    1335 Z_AXIS
    1336 __builtins__
    1337 __doc__
    1338 __file__
    1339 __name__
    1340 __path__
    1341 __version__
    1342 _clutter
    1343 _gobject
    1344 _init
    1345 alpha_register_func
    1346 backend_get_default
    1347 base_init
    1348 binding_pool_find
    1349 binding_pool_get_for_class
    1350 clear_glyph_cache
    1351 clutter_version
    1352 cogl
    1353 color_from_hls
    1354 color_from_pixel
    1355 color_from_string
    1356 color_parse
    1357 deprecation
    1358 dl
    1359 do_event
    1360 effect_fade
    1361 effect_move
    1362 effect_path
    1363 effect_rotate
    1364 effect_scale
    1365 event_get
    1366 event_peek
    1367 events_pending
    1368 feature_available
    1369 feature_get_all
    1370 get_actor_by_gid
    1371 get_current_event_time
    1372 get_debug_enabled
    1373 get_default_frame_rate
    1374 get_font_flags
    1375 get_font_map
    1376 get_keyboard_grab
    1377 get_motion_events_enabled
    1378 get_pointer_grab
    1379 get_script_id
    1380 get_show_fps
    1381 get_timestamp
    1382 grab_keyboard
    1383 grab_pointer
    1384 grab_pointer_for_device
    1385 init
    1386 keysym_to_unicode
    1387 keysyms
    1388 ltihooks
    1389 main
    1390 main_level
    1391 main_quit
    1392 path_new_with_description
    1393 rectangle_new_with_color
    1394 redraw
    1395 set_default_frame_rate
    1396 set_font_flags
    1397 set_motion_events_enabled
    1398 stage_get_default
    1399 sys
    1400 texture_new_from_actor
    1401 texture_new_from_file
    1402 threads_enter
    1403 threads_init
    1404 threads_leave
    1405 timeline_new_for_duration
    1406 ungrab_keyboard
    1407 ungrab_pointer
    1408 ungrab_pointer_for_device
    1409 ver
    1410 }}}