]> Pileus Git - ~andy/gtk/commit
widget: Add draw signal
authorBenjamin Otte <otte@redhat.com>
Wed, 1 Sep 2010 18:13:44 +0000 (20:13 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:11:34 +0000 (15:11 +0200)
commit7108586b16e683910e38bd0eda378df19b1ddbae
tree6c41e41db5f81b608850aa51c3dc637f6cf1f05e
parent9507670db45558ad6443b0dec08ae62aa38b26fa
widget: Add draw signal

For now, the draw signal is emitted by default from the expose event, so
widgets can chose to either implement the expose event or the draw
function.
This is for the transitional period from expose event to draw signal.

Note that for now subclasses can only implement the draw function when
none of their parents implemented the expose event.
gtk/gtkwidget.c
gtk/gtkwidget.h