diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-06-08 16:02:59 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-08 16:02:59 +0000 |
commit | a3b4a4bce5d6934feea075d52310abb69bfcbbcd (patch) | |
tree | c34b60dfa70f4b8d9ce0cb53792962bc38b7463c /pango/pango-layout.h | |
parent | a5b50542c5bd7e4a5487284af9ce3d40a36633f8 (diff) | |
download | pango-a3b4a4bce5d6934feea075d52310abb69bfcbbcd.tar.gz |
Add a 'strong' parameter to allow moving either the strong or the weak
Thu Jun 7 14:06:25 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
Add a 'strong' parameter to allow moving either the strong
or the weak cursor visually, instead of the strong cursor.
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r-- | pango/pango-layout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h index 28b4cfcb..85b00e42 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -142,6 +142,7 @@ void pango_layout_get_cursor_pos (PangoLayout *layout, PangoRectangle *strong_pos, PangoRectangle *weak_pos); void pango_layout_move_cursor_visually (PangoLayout *layout, + gboolean strong, int old_index, int old_trailing, int direction, |