Skip to main content

events_pending

Function events_pending 

Source
pub fn events_pending() -> bool
Expand description

// computation going on…

while (gtk_events_pending ()) gtk_main_iteration ();

// …computation continued ]|

§Returns

true if any events are pending, false otherwise