Gtk.Application: Method Members

The methods of Gtk.Application are listed below. For a list of all members, see the Application Members list.

See Also: Inherited members from System.Object

Public Methods

static
EventsPending() : bool
Whether there are events on the queue
static
Init()
Initializes GTK+ for operation.
static
Init(string, ref string[])
Call this method before using any other GTK# method in your GUI applications.
static
InitCheck(string, ref string[]) : bool
This method does the same work as Application.Init with only a single change, it does not terminate the program if the GUI can't be initialized. Instead it returns false on failure.
static
Invoke(EventHandler)
Invoke the given EventHandler in the GUI thread.
static
Invoke(object, EventArgs, EventHandler)
Invoke the given EventHandler in the GUI thread.
static
Quit()
Quits the current main loop
static
Run()
Runs the main loop
static
RunIteration()
Runs a single iteration of the main loop.
static
RunIteration(bool) : bool
Runs a single iteration of the main loop.