mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Moved toolbox to lib-toolbox, Sjoerd-style.
This commit is contained in:
		
							parent
							
								
									3802039cff
								
							
						
					
					
						commit
						0e680b7608
					
				
					 21 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										56
									
								
								Mac/Lib/lib-toolbox/TextEdit.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								Mac/Lib/lib-toolbox/TextEdit.py
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,56 @@ | |||
| # Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:TextEdit.h' | ||||
| 
 | ||||
| teJustLeft = 0 | ||||
| teJustCenter = 1 | ||||
| teJustRight = -1 | ||||
| teForceLeft = -2 | ||||
| teFlushDefault = 0 | ||||
| teCenter = 1 | ||||
| teFlushRight = -1 | ||||
| teFlushLeft = -2 | ||||
| fontBit = 0 | ||||
| faceBit = 1 | ||||
| sizeBit = 2 | ||||
| clrBit = 3 | ||||
| addSizeBit = 4 | ||||
| toggleBit = 5 | ||||
| toglBit = 5 | ||||
| doFont = 1 | ||||
| doFace = 2 | ||||
| doSize = 4 | ||||
| doColor = 8 | ||||
| doAll = 15 | ||||
| addSize = 16 | ||||
| doToggle = 32 | ||||
| EOLHook = 0 | ||||
| DRAWHook = 4 | ||||
| WIDTHHook = 8 | ||||
| HITTESTHook = 12 | ||||
| nWIDTHHook = 24 | ||||
| TextWidthHook = 28 | ||||
| intEOLHook = 0 | ||||
| intDrawHook = 1 | ||||
| intWidthHook = 2 | ||||
| intHitTestHook = 3 | ||||
| intNWidthHook = 6 | ||||
| intTextWidthHook = 7 | ||||
| teFAutoScroll = 0 | ||||
| teFAutoScr = 0 | ||||
| teFTextBuffering = 1 | ||||
| teFOutlineHilite = 2 | ||||
| teFInlineInput = 3 | ||||
| teFUseTextServices = 4 | ||||
| teBitClear = 0 | ||||
| teBitSet = 1 | ||||
| teBitTest = -1 | ||||
| teWordSelect = 4 | ||||
| teWordDrag = 8 | ||||
| teFromFind = 12 | ||||
| teFromRecal = 16 | ||||
| teFind = 0 | ||||
| teHighlight = 1 | ||||
| teDraw = -1 | ||||
| teCaret = -2 | ||||
| TEBitClear = 0 | ||||
| TEBitSet = 1 | ||||
| TEBitTest = -1 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen