TkApplication
The object in which the TK commands will be executed.
Methods
- void tkInit(
Interp interp, String name, String classname) - Create a main window, and do the setup for Tk.
- interp - The interpreter that will run the Tk commands.
- name - The name of this interpreter.
- classname - The classname of this interpreter.
- void tkInit(
Interp interp) - Create a main window, and do the setup for Tk.
- interp - The interpreter that will run the Tk commands.
- int getNumMainWindows() - Returns the number of main windows in this process.
- void mainLoop() - Sets up the main event loop.