diff options
author | Noah Levitt <nlevitt@columbia.edu> | 2003-08-14 16:33:36 +0000 |
---|---|---|
committer | Noah Levitt <nlevitt@src.gnome.org> | 2003-08-14 16:33:36 +0000 |
commit | f10ac7aa461dbd08fbc8e1077836f871ed9934af (patch) | |
tree | 6fa52f90c5afc4a27ac6e2cf2457ffd9ad3655e5 /docs/tmpl/main.sgml | |
parent | e8797c8fc739232838152a594442f0d486ca9cbd (diff) | |
download | pango-f10ac7aa461dbd08fbc8e1077836f871ed9934af.tar.gz |
Add backspace_deletes_character to PangoLogAttr. (#114483)
2003-08-14 Noah Levitt <nlevitt@columbia.edu>
* docs/tmpl/main.sgml:
* pango/break.c:
* pango/pango-break.h: Add backspace_deletes_character to
PangoLogAttr. (#114483)
Diffstat (limited to 'docs/tmpl/main.sgml')
-rw-r--r-- | docs/tmpl/main.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 9a7ef804..bb894008 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -308,6 +308,18 @@ about the attributes of a single character. @is_sentence_boundary: @is_sentence_start: @is_sentence_end: +@backspace_deletes_character: If set, backspace deletes one character + rather than the entire grapheme cluster. This + field is only meaningful on grapheme + boundaries (where @is_cursor_position is + set). In some languages, the full grapheme + (e.g. letter + diacritics) is considered a + unit, while in others, each decomposed + character in the grapheme is a unit. In the + default implementation of #pango_break, this + bit is set on all grapheme boundaries except + those following Latin, Cyrillic or Greek base + characters. <!-- ##### FUNCTION pango_shape ##### --> <para> |