mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Drop the phrase saying invisible text doesn't work (#444236).
2007-06-05 Yevgen Muntyan <muntyan@tamu.edu> * demos/gtk-demo/textview.c (insert_text): Drop the phrase saying invisible text doesn't work (#444236). svn path=/trunk/; revision=18044
This commit is contained in:
parent
3047c1fcf2
commit
7a0ece0429
@ -1,3 +1,8 @@
|
||||
2007-06-05 Yevgen Muntyan <muntyan@tamu.edu>
|
||||
|
||||
* demos/gtk-demo/textview.c (insert_text): Drop the phrase
|
||||
saying invisible text doesn't work (#444236).
|
||||
|
||||
2007-06-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (gdk_event_translate): Check that
|
||||
|
@ -350,7 +350,7 @@ insert_text (GtkTextBuffer *buffer)
|
||||
anchor = gtk_text_buffer_create_child_anchor (buffer, &iter);
|
||||
gtk_text_buffer_insert (buffer, &iter, ".\n", -1);
|
||||
|
||||
gtk_text_buffer_insert (buffer, &iter, "\n\nThis demo doesn't demonstrate all the GtkTextBuffer features; it leaves out, for example: invisible/hidden text (doesn't work in GTK 2, but planned), tab stops, application-drawn areas on the sides of the widget for displaying breakpoints and such...", -1);
|
||||
gtk_text_buffer_insert (buffer, &iter, "\n\nThis demo doesn't demonstrate all the GtkTextBuffer features; it leaves out, for example: invisible/hidden text, tab stops, application-drawn areas on the sides of the widget for displaying breakpoints and such...", -1);
|
||||
|
||||
/* Apply word_wrap tag to whole buffer */
|
||||
gtk_text_buffer_get_bounds (buffer, &start, &end);
|
||||
|
Loading…
Reference in New Issue
Block a user