Inheritance Graph
graph BT
	Window
	Window --> Object
	click Window "escript_type_Util_UI_Window"
	click Object "escript_type_Object"
Functions
  
    
      |  |  | 
  
  
    
      | _constructor(p0) | [ESMF] Window new Window(Properties) | 
    
      | createPropertyObject() | (static) [ESM] ExtObject Window.createPropertyObject() | 
    
      | destroy() | [ESMF] Void Window.destroy() | 
    
      | getSwapInterval() | [ESMF] Number Window.getSwapInterval() | 
    
      | grabInput() | [ESMF] self Window.grabInput() | 
    
      | hideCursor() | [ESMF] thisObj Window.hideCursor() | 
    
      | makeCurrent() | [ESMF] thisObj Window.makeCurrent() | 
    
      | setIcon(p0) | [ESMF] thisObj Window.setIcon(String imagePath) | 
    
      | showCursor() | [ESMF] thisObj Window.showCursor() | 
    
      | swapBuffers() | [ESMF] thisObj Window.swapBuffers() | 
    
      | ungrabInput() | [ESMF] self Window.ungrabInput() | 
    
      | warpCursor(p0, p1) | [ESMF] thisObj Window.warpCursor(Number x, Number y) |