mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								import W
							 | 
						||
| 
								 | 
							
								from Controls import *
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								w = W.Window((200,200), "Test")
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								w.c = W.Button((5,5,100,50), "Test")
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								w.open()
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								print repr(w.c._control.GetControlData(0, 'dflt'))
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								str = '\001'
							 | 
						||
| 
								 | 
							
								w.c._control.SetControlData(0, 'dflt', str)
							 |