help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Blox - Gtk


From: Daniel A. Koepke
Subject: Re: [Help-smalltalk] Blox - Gtk
Date: Wed, 8 Jan 2003 15:41:44 -0800 (PST)

On Wed, 8 Jan 2003, Paolo Bonzini wrote:

> Check if you can handle Gtk events manually, before trying all this.

>From the GTK+ 2.0 documentation:

    gboolean    gtk_main_iteration_do           (gboolean blocking);

    Runs a single iteration of the mainloop. If no events are available
    either return or block dependent on the value of _blocking_.

    blocking : TRUE if you want GTK+ to block if no events are pending.
    Returns : TRUE if gtk_main_quit() has been called for the innermost
    mainloop.

-dak





reply via email to

[Prev in Thread] Current Thread [Next in Thread]