summaryrefslogtreecommitdiff
path: root/atk-types.defs
Commit message (Collapse)AuthorAgeFilesLines
* wrap new API for a 2.11.0 releaseGian Mario Tagliaretti2007-07-101-0/+6
| | | | svn path=/trunk/; revision=2843
* Reverted last change: accidentally committed lot of irrelevant stuffYevgen Muntyan2007-06-161-8/+8
| | | | svn path=/trunk/; revision=2828
* reviewed by: Gustavo J. A. M. Carneiro.Yevgen Muntyan2007-06-161-8/+8
| | | | | | | | | | | | 2007-06-16 Yevgen Muntyan <muntyan@tamu.edu> reviewed by: Gustavo J. A. M. Carneiro. * codegen/argtypes.py: prepend const to const boxed return values in generated code (#448111). svn path=/trunk/; revision=2827
* Attach as AtkImplementorIface methodJohn Finlay2006-07-231-2/+2
| | | | | | | | | | | | | * atk.defs (atk_implementor_ref_accessible): Attach as AtkImplementorIface method * atk-types.defs (AtkImplementorIface): Revert to registered name. * gtk/gtk-base-types.defs: Annotate interfaces with prerequisites and objects with interface implementations * gtk/gtk-2.10-types.defs: Annotate interfaces with prerequisites and objects with interface implementations. Reorganize.
* Update defs for atk-1.8 Update defs for atk-1.8John Finlay2006-06-281-2/+108
| | | | | | | | | | | | * atk-types.defs: Update defs for atk-1.8 * atk.defs: Update defs for atk-1.8 * atk.override (_wrap_atk_component_get_size) (_wrap_atk_component_get_size, _wrap_atk_component_get_extents) (_wrap_atk_editable_text_set_run_attributes) (_wrap_atk_editable_text_insert_text) (_wrap_atk_image_get_image_position) (_wrap_atk_image_get_image_position): Add
* Make it a type on dynamically created subclasses implementing theJohan Dahlin2005-08-261-0/+6
| | | | | | * atk-types.defs (ImplementorIface): Make it a type on dynamically created subclasses implementing the interface to possibly avoid MRO issues.
* gtk/*.overrideJohan Dahlin2004-07-171-0/+8
| | | | | | | | | | | | | | | | | | | | * gtk/*.override * codegen/codegen.py: * codegen/argtypes.py: Update for enums * pygtype.c (pyg_value_as_pyobject): Use new enum/flag functions * pygenum.[ch]: Handle GFlag * pygflags.[ch]: Handle GFlag * atk-types.defs: Fix gtype-id for all enums * gobjectmodule.c (initgobject): Clean up and add convinience macros * tests/enum.py: New file * tests/common.py: New file, also stole from gst-python
* split atk types off into its own fileMatt Wilson2001-11-291-0/+283
2001-11-29 Matt Wilson <msw@redhat.com> * atk-types.defs: split atk types off into its own file * Makefile.am, gtk/Makefile.am: more Makefile cleanups