mirror of
				https://github.com/python/cpython.git
				synced 2025-10-27 19:54:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | # Test Win module | ||
|  | 
 | ||
|  | from Win import * | ||
|  | 
 | ||
|  | r = (40, 40, 400, 300) | ||
|  | w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555) | ||
|  | w.DrawGrowIcon() | ||
|  | import time | ||
|  | time.sleep(10) |