mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	added listbox selection modes
This commit is contained in:
		
							parent
							
								
									a61bdeb8a9
								
							
						
					
					
						commit
						b61b28b07d
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		|  | @ -68,3 +68,9 @@ | |||
| COMMAND='command' | ||||
| RADIOBUTTON='radiobutton' | ||||
| SEPARATOR='separator' | ||||
| 
 | ||||
| # Selection modes for list boxes | ||||
| SINGLE='single' | ||||
| BROWSE='browse' | ||||
| MULTIPLE='multiple' | ||||
| EXTENDED='extended' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum