Module dui.DUI
| Constructor Summary | |
|---|---|
| protected |
(char args) Creates a new DUI object. |
| Methods Summary | |
|---|---|
| static String |
gtkCheckVersion() Check the require GTK version with the actual GTK library. |
| static String |
getGTKExpectedVersion() Gets the expected GTK version |
| public void |
autoShow(byte show) Set the auto show flag. |
| public byte |
autoShow() get the auto show state |
| public static DUI |
dui(char args) Get the current DUI or create a new one if it doesn't exist yet. |
| public static DUI |
dui() Get the current DUI. |
| public int |
go() Starts the main DUI cycle. |
| public static void |
threadsEnter() |
| public static void |
threadsLeave() |
| public static void |
flush() |
| public void |
stop() Stop the DUI main cycle. |
| public static void |
processPendingEvents() Allow DUI to process all pending events. |
| static int |
getCurrentEventTime() |