diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2002-09-05 12:49:21 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2002-09-05 12:49:21 +0000 |
commit | b4705a4e003191d84043be8e7c27a2a3a34472e2 (patch) | |
tree | 5973d7589e0aaca565206da727b483e2b8695d92 /atk/atkutil.h | |
parent | d9da30f26c23e18c91909cebf373837c9629c69a (diff) | |
download | atk-b4705a4e003191d84043be8e7c27a2a3a34472e2.tar.gz |
Add documentation for AtkKeyEventType
* atk/atkutil.h: Add documentation for AtkKeyEventType
* docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml
docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
docs/tmpl/atkutil.sgml:
Reduce number of undocumented symbols
Diffstat (limited to 'atk/atkutil.h')
-rwxr-xr-x | atk/atkutil.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/atk/atkutil.h b/atk/atkutil.h index 771235c..7654156 100755 --- a/atk/atkutil.h +++ b/atk/atkutil.h @@ -60,6 +60,14 @@ struct _AtkKeyEventStruct { guint32 timestamp; }; +/** + *AtkKeyEventType: + *@ATK_KEY_EVENT_PRESS: specifies a key press event + *@ATK_KEY_EVENT_RELEASE: specifies a key release event + *@ATK_KEY_EVENT_LAST_DEFINED: Not a valid value; specifies end of enumeration + * + *Specifies the type of a keyboard evemt. + **/ typedef enum { ATK_KEY_EVENT_PRESS, |