summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-06-23 23:30:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-05 16:08:07 -0400
commit889b2714d5276a361fad191668a1a6f51b171ddf (patch)
tree857dbcf29ec8165e69ccc80e1e79f802d9527fd7 /gtk/gtklabel.h
parent504c0fdc277fea075524170e777e54d696d39b32 (diff)
downloadgtk+-889b2714d5276a361fad191668a1a6f51b171ddf.tar.gz
GtkLabel: factor out two getters
Make the get_property switch look a little nicer. We export these functions privately for use in the label accessible implementation later on.
Diffstat (limited to 'gtk/gtklabel.h')
-rw-r--r--gtk/gtklabel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h
index f22c84df79..38d4052d72 100644
--- a/gtk/gtklabel.h
+++ b/gtk/gtklabel.h
@@ -169,6 +169,8 @@ gboolean gtk_label_get_track_visited_links (GtkLabel *label);
void _gtk_label_mnemonics_visible_apply_recursively (GtkWidget *widget,
gboolean mnemonics_visible);
+gint _gtk_label_get_cursor_position (GtkLabel *label);
+gint _gtk_label_get_selection_bound (GtkLabel *label);
G_END_DECLS