summaryrefslogtreecommitdiff
path: root/docs/tmpl/atk-unused.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Add "load-stopped", "load_complete", "loading" signals to AtkDocumentBill Haneman2006-09-201-0/+8
| | | | interface. Based on patch from Neo Liu <nian.liu@sun.com>.
* Add functions atk_role_get_name() and atk_role_for_name() which transformPadraig O'Briain2001-11-281-180/+0
| | | | | | | | | | | | | | | | * atk/atkobject.[c|h]: Add functions atk_role_get_name() and atk_role_for_name() which transform a role into an untranslated string Update comments in atkobject.h which refer to property names * atk/atkrelation.c: Correct error in atk_relation_type_get_name * docs/atk-sections.txt Added atk_role_get_name and atk_role_for_name * docs/tmpl/*sgml Updated files
* sync docsTim Janik2001-11-251-0/+200
|
* Change atk_relation_type_from_string to atk_relation_type_for_name AddPadraig O'Briain2001-11-221-182/+0
| | | | | | | | | | | | | | | | | | | | | | | | * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt, docs/tmpl/atkrelation.sgml: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name * atk/atkrelationtype.c: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name Update atk_relation_type_register() to correctly register new relation types * atk/atkstate.c: Changed name of static variable type to last_type Changed name of paremeter if atk_state_type_get_name to type to match comments * docs/tmpl/*sgml Updated files * tests/README, tests/Makefile.am Add new test file testrelation.c
* Add role ATK_ROLE_TREE_TABLEPadraig O'Briain2001-11-051-297/+0
| | | | | | | | | | | | | | | | | | * atk/atkobject.h: Add role ATK_ROLE_TREE_TABLE * atk/atkrelation.h: Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl, docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml, docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl, docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml, docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml, docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml, docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml: Update to reflect the current state of the documentation in the code.
* doc building updates.Tim Janik2001-10-261-0/+459
|
* Change AtkHyperLink to AtkHyperlink in comment Change AtkHyperLink toPadraig O'Briain2001-08-241-143/+0
| | | | | | | | | | | | | | | * atk/atkhyperlink.h: Change AtkHyperLink to AtkHyperlink in comment * atk/atkhypertext.[c|h]: Change AtkHyperLink to AtkHyperlink * atk/atktable.[c|h]: Make gchar* arguments const; make return value of type gchar* G_CONST_RETURN * docs/atk-sections.txt Remove reference to AtkHyperLink * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml: Updated by make
* Updated docsBrian Cameron2001-08-091-10/+0
|
* atk/atkaction.c, atk/atkcomponent.c Remove all instances ofPadraig O'Briain2001-08-091-0/+10
| | | | | | | | | | | | * atk/atkaction.c, atk/atkcomponent.c Remove all instances of g_return_if_fail (foo != NULL); that are immediately before a g_return_if_fail (ATK_IS_FOO (foo)); since the second check catches the NULL. * atk/atkcomponent.c Add functions atk_component_real_contains(), atk_component_real_get_position(), atkcomponent_real_get_size() as default implementations for atk_component_contains(), atk_component_get_position(), atk_component_get_size()
* Updated AtkImage get_position to get_image_positionBrian Cameron2001-08-071-0/+10
| | | | | | | so the naming is consistant. Now get_image_position and get_image_size return -1 for x/y/height/width if AtkImage implementations of these functions is not found.
* Updated docs.Brian Cameron2001-07-101-56/+0
|
* s/signal_newc/signal_new/ to adapt to recent GSignal changes.Tim Janik2001-07-021-0/+56
| | | | | | | | | Mon Jul 2 06:37:09 2001 Tim Janik <timj@gtk.org> * atk/atktext.c (atk_text_base_init): * atk/atktable.c (atk_table_base_init): * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/ to adapt to recent GSignal changes.
* Added new atk document interface.Brian Cameron2001-06-291-0/+7
|
* Updated docs files.Brian Cameron2001-06-281-0/+9
|
* Updated gtk-docs fixing spelling errors and making minorBrian Cameron2001-06-271-0/+51
| | | | changes to the API.
* Added ATK_STATE_STALE. Updated docs.Brian Cameron2001-06-261-36/+0
|
* Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS from atk/atktext.hLucy Brophy2001-06-221-0/+36
|
* Only include gthread-2.0 in CFLAGS, not in LIBS. (Always linking withOwen Taylor2001-06-091-11/+0
| | | | | | | | Sat Jun 9 15:17:00 2001 Owen Taylor <otaylor@redhat.com> * configure.in (DEP_CFLAGS): Only include gthread-2.0 in CFLAGS, not in LIBS. (Always linking with -lpthread is a noticeable speed hit.)
* fix up the glib-genmarshal stuffHavoc Pennington2001-06-071-0/+11
| | | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the glib-genmarshal stuff
* Updated docs to reflect recent changes to atkeditabletext and atktextBrian Cameron2001-06-071-0/+66
| | | | interfaces
* Updated docs/Makefile.am so that make install works.Brian Cameron2001-05-311-0/+20
|
* Adding atk docs SGML template filesBrian Cameron2001-05-291-0/+0