gtkMainDoEvent
. Depending on the type of
event, existence of modal dialogs, grabs, etc., the event may be
propagated; if so, this function is used. gtkPropagateEvent
calls gtkWidgetEvent
on each widget it decides to send the
event to. So gtkWidgetEvent
is the lowest-level function; it
simply emits the "event" and possibly an event-specific signal on a
widget. gtkPropagateEvent
is a bit higher-level, and
gtkMainDoEvent
is the highest level.gtkPropagateEvent(object, event)
object
event
gdkWindowInvalidateRect
or
gtkWidgetQueueDraw
instead of making up expose events.