Changes between Initial Version and Version 1 of pyclutter_notes


Ignore:
Timestamp:
Mar 5, 2011, 4:51:28 PM (13 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyclutter_notes

    v1 v1  
     1= Python-Clutter development notes =
     2ModRana will in the future use Clutter as an alternative to the current non-accelerated GTK GUI. Unfortunately, the documentation to the Python bindings for Clutter is in a sad state. This page serves as a compilation of various Clutter & Python related development notes, with the hope to piece together some sort of documentation for the most needed elements :)
     3
     4'''NOTE: all of this information concerns Python bindings for Clutter 1.0'''
     5
     6also, see [http://www.modrana.org/pyclutter http://www.modrana.org/pyclutter] for the official incomplete documentation, taken from the Debian package.
     7
     8'''clutter GTK viewport methods'''
     9
     10__class__
     11__cmp__
     12__copy__
     13__deepcopy__
     14__delattr__
     15__dict__
     16__doc__
     17__format__
     18__gdoc__
     19__getattribute__
     20__gobject_init__
     21__grefcount__
     22__gtype__
     23__hash__
     24__init__
     25__iter__
     26__module__
     27__new__
     28__reduce__
     29__reduce_ex__
     30__repr__
     31__setattr__
     32__sizeof__
     33__str__
     34__subclasshook__
     35add
     36allocate
     37allocate_available_size
     38allocate_preferred_size
     39animate
     40animate_with_alpha
     41animate_with_timeline
     42apply_relative_transform_to_point
     43apply_transform_to_point
     44chain
     45child_get
     46child_get_property
     47child_set
     48child_set_property
     49connect
     50connect_after
     51connect_object
     52connect_object_after
     53create_pango_context
     54create_pango_layout
     55destroy
     56disconnect
     57disconnect_by_func
     58do_add
     59do_allocate
     60do_apply_transform
     61do_create_child_meta
     62do_destroy
     63do_destroy_child_meta
     64do_foreach
     65do_foreach_with_internals
     66do_get_adjustment
     67do_get_adjustments
     68do_get_child_meta
     69do_get_id
     70do_get_preferred_height
     71do_get_preferred_width
     72do_hide_all
     73do_lower_child
     74do_map
     75do_paint
     76do_parent_set
     77do_parse_custom_node
     78do_pick
     79do_queue_redraw
     80do_raise_child
     81do_realize
     82do_remove
     83do_set_adjustment
     84do_set_adjustments
     85do_set_custom_property
     86do_set_id
     87do_show
     88do_show_all
     89do_sort_depth_order
     90do_unmap
     91do_unrealize
     92emit
     93emit_stop_by_name
     94event
     95find_child_by_name
     96foreach
     97foreach_with_internals
     98freeze_notify
     99get_adjustment
     100get_adjustments
     101get_allocation_box
     102get_allocation_geometry
     103get_anchor_point
     104get_anchor_point_gravity
     105get_animation
     106get_child_meta
     107get_children
     108get_clip
     109get_data
     110get_depth
     111get_fixed_position_set
     112get_flags
     113get_geometry
     114get_gid
     115get_height
     116get_id
     117get_name
     118get_opacity
     119get_origin
     120get_paint_opacity
     121get_paint_visibility
     122get_pango_context
     123get_parent
     124get_position
     125get_preferred_height
     126get_preferred_size
     127get_preferred_width
     128get_properties
     129get_property
     130get_reactive
     131get_rotation
     132get_scale
     133get_scale_center
     134get_scale_gravity
     135get_shader
     136get_size
     137get_stage
     138get_transformation_matrix
     139get_transformed_position
     140get_transformed_size
     141get_width
     142get_x
     143get_y
     144get_z_rotation_gravity
     145grab_key_focus
     146handler_block
     147handler_block_by_func
     148handler_disconnect
     149handler_is_connected
     150handler_unblock
     151handler_unblock_by_func
     152has_clip
     153hide
     154hide_all
     155install_child_meta
     156is_in_clone_paint
     157is_rotated
     158is_scaled
     159lower_actor
     160lower_bottom
     161lower_child
     162map
     163move_anchor_point
     164move_anchor_point_from_gravity
     165move_by
     166notify
     167paint
     168parse_custom_node
     169props
     170queue_redraw
     171queue_relayout
     172raise_actor
     173raise_child
     174raise_top
     175realize
     176remove
     177remove_clip
     178reparent
     179set_adjustment
     180set_adjustments
     181set_anchor_point
     182set_anchor_point_from_gravity
     183set_clip
     184set_custom_property
     185set_data
     186set_depth
     187set_fixed_position_set
     188set_flags
     189set_geometry
     190set_height
     191set_id
     192set_name
     193set_opacity
     194set_parent
     195set_position
     196set_properties
     197set_property
     198set_reactive
     199set_rotation
     200set_scale
     201set_scale_full
     202set_scale_with_gravity
     203set_shader
     204set_shader_param_float
     205set_shader_param_int
     206set_size
     207set_width
     208set_x
     209set_y
     210set_z_rotation_from_gravity
     211should_pick_paint
     212show
     213show_all
     214sort_depth_order
     215stop_emission
     216thaw_notify
     217transform_stage_point
     218unmap
     219unparent
     220unrealize
     221unset_flags
     222weak_ref