]> Pileus Git - ~andy/gtk/commit
gtk-demo: Create new textbuffers for new source/info texts
authorBenjamin Otte <otte@redhat.com>
Tue, 26 Feb 2013 14:55:29 +0000 (15:55 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 26 Feb 2013 14:56:51 +0000 (15:56 +0100)
commit46ef9a83bb2a647330acaabef02449f55a3cc178
treeb0963d6be31606042fdd2afb5e1a521ebca6094f
parent399ffbb230d4be903a172bf9b6c3df90e7c35035
gtk-demo: Create new textbuffers for new source/info texts

This is so we can prepare these buffers without them being set on the
widgets yet and only gtk_text_view_set_buffer() them afterwards. And
this in turn gets rid of all the a11y events we were needlessly
emitting.

https://bugzilla.gnome.org/show_bug.cgi?id=694406
demos/gtk-demo/main.c