X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktextbtree.h;h=08662188483559283981abf810580d6f29919a2d;hb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;hp=2b2d17cba141dd828ae3d8fe8815d68285dfd60a;hpb=06e735a652a9aefc787c696b44bfcc666ed61ef2;p=~andy%2Fgtk diff --git a/gtk/gtktextbtree.h b/gtk/gtktextbtree.h index 2b2d17cba..086621884 100644 --- a/gtk/gtktextbtree.h +++ b/gtk/gtktextbtree.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -92,7 +90,8 @@ void _gtk_text_btree_remove_view (GtkTextBTree *tree, gpointer view_id); void _gtk_text_btree_invalidate_region (GtkTextBTree *tree, const GtkTextIter *start, - const GtkTextIter *end); + const GtkTextIter *end, + gboolean cursors_only); void _gtk_text_btree_get_view_size (GtkTextBTree *tree, gpointer view_id, gint *width, @@ -199,12 +198,13 @@ void _gtk_text_btree_place_cursor (GtkTextBTree const GtkTextIter *where); void _gtk_text_btree_select_range (GtkTextBTree *tree, const GtkTextIter *ins, - const GtkTextIter -*bound); + const GtkTextIter *bound); gboolean _gtk_text_btree_mark_is_insert (GtkTextBTree *tree, GtkTextMark *segment); gboolean _gtk_text_btree_mark_is_selection_bound (GtkTextBTree *tree, GtkTextMark *segment); +GtkTextMark *_gtk_text_btree_get_insert (GtkTextBTree *tree); +GtkTextMark *_gtk_text_btree_get_selection_bound (GtkTextBTree *tree); GtkTextMark *_gtk_text_btree_get_mark_by_name (GtkTextBTree *tree, const gchar *name); GtkTextLine * _gtk_text_btree_first_could_contain_tag (GtkTextBTree *tree,