]> Pileus Git - ~andy/gtk/commit
Add a test for entry signals
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jun 2011 22:47:51 +0000 (18:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:08 +0000 (16:08 -0400)
commit5398a160ad3be46ce436d3813d9c57d7ebe41af3
tree4515876c1304f4f82c50fda6a22446ba8e5cfaf1
parent7872c2c19efd585554c3bbc18d5001e9d68f63ac
Add a test for entry signals

These tests check that text and selection boundaries are in a
consistent state when we emit notifications, that ::insert-text
and ::delete-text are emitted before any changes, and that
::changed is emitted after property notifications when inserting
or deleting text.
gtk/tests/Makefile.am
gtk/tests/entry.c [new file with mode: 0644]