~ubuntu-branches/ubuntu/vivid/atk1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to atk/atkeditabletext.c

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-08-27 07:52:22 UTC
  • mfrom: (1.4.9) (11.2.12 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130827075222-59k70z0310f06jbb
* New upstream release
* Update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include "atkeditabletext.h"
21
21
 
 
22
/**
 
23
 * SECTION:atkeditabletext
 
24
 * @Short_description: The ATK interface implemented by components
 
25
 *  containing user-editable text content.
 
26
 * @Title:AtkEditableText
 
27
 *
 
28
 * #AtkEditableText should be implemented by UI components which
 
29
 * contain text which the user can edit, via the #AtkObject
 
30
 * corresponding to that component (see #AtkObject).
 
31
 *
 
32
 * #AtkEditableText is a subclass of #AtkText, and as such, an object
 
33
 * which implements #AtkEditableText is by definition an #AtkText
 
34
 * implementor as well.
 
35
 *
 
36
 * See also: #AtkText
 
37
 */
22
38
 
23
39
GType
24
40
atk_editable_text_get_type (void)