Add a gtklabelprivate.h header

For now, move the few private functions from gtklabel.h here.
This commit is contained in:
Matthias Clasen
2014-01-03 20:44:21 -05:00
parent 3c5bb9722b
commit c6d9f82916
6 changed files with 38 additions and 7 deletions

View File

@ -214,13 +214,6 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_label_get_track_visited_links (GtkLabel *label);
/* private */
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
#endif /* __GTK_LABEL_H__ */