|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.gtk.Gtk
This class is a catch-all for methods in GTK that are not associated with a GTK object.
Method Summary | |
static boolean |
eventsPending()
Checks if any events are pending. |
static void |
init(java.lang.String[] args)
This method should be called before using any java-gnome objects. |
static void |
main()
Runs the main event loop. |
static boolean |
mainIteration()
Runs a single iteration of the main loop. |
static void |
mainQuit()
Quit the main event loop. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void init(java.lang.String[] args)
args
- The command line arguments passed to the applicaion.public static void main()
public static boolean mainIteration()
public static void mainQuit()
public static boolean eventsPending()
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |