summaryrefslogtreecommitdiff
path: root/atk/atktext.h
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-06-01 16:57:28 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-06-01 16:57:28 +0000
commit7c2a5a527404b20a1eb094991e1163e107358f00 (patch)
tree0cadc461585ec4fcb4ba0dce77e9b49bfa2b6da0 /atk/atktext.h
parent5b4b18c80d2981f76ed80434cbaeb97b414a4b6d (diff)
downloadatk-7c2a5a527404b20a1eb094991e1163e107358f00.tar.gz
Removed get_row_col_at_offset from atktext.[ch]
Diffstat (limited to 'atk/atktext.h')
-rwxr-xr-xatk/atktext.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/atk/atktext.h b/atk/atktext.h
index ca07507..bc63ce0 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -83,10 +83,6 @@ struct _AtkTextIface
gint offset,
AtkTextBoundary boundary_type);
gint (* get_caret_offset) (AtkText *text);
- void (* get_row_col_at_offset) (AtkText *text,
- gint offset,
- gint *row,
- gint *col);
PangoAttrList* (* get_range_attributes) (AtkText *text,
gint start_offset,
gint end_offset);
@@ -145,10 +141,6 @@ gchar* atk_text_get_text_before_offset (AtkText *tex
gint offset,
AtkTextBoundary boundary_type);
gint atk_text_get_caret_offset (AtkText *text);
-void atk_text_get_row_col_at_offset (AtkText *text,
- gint offset,
- gint *row,
- gint *col);
PangoAttrList* atk_text_get_range_attributes (AtkText *text,
gint start_offset,
gint end_offset);