Gtk.Application.RunIteration Method
Runs a single iteration of the main loop.

Syntax

public static void RunIteration ()

Remarks

Runs a single iteration of the main loop. If no events are waiting to be processed Gtk# will block until the next event is noticed. If you do not want to block look at Application.RunIteration(bool) or check if any events are pending with Application.EventsPending() first.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)