mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
	
		
			769 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
	
		
			769 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Controls.h'
 | |
| pushButProc = 0
 | |
| checkBoxProc = 1
 | |
| radioButProc = 2
 | |
| useWFont = 8
 | |
| scrollBarProc = 16
 | |
| inButton = 10
 | |
| inCheckBox = 11
 | |
| inUpButton = 20
 | |
| inDownButton = 21
 | |
| inPageUp = 22
 | |
| inPageDown = 23
 | |
| inThumb = 129
 | |
| popupMenuProc = 1008
 | |
| inLabel = 1
 | |
| inMenu = 2
 | |
| inTriangle = 4
 | |
| popupUseWFont = 1 << 3
 | |
| popupTitleOutline = 1 << 11
 | |
| popupTitleExtend = 1 << 14
 | |
| popupTitleLeftJust = 0x00000000
 | |
| popupTitleCenterJust = 0x00000001
 | |
| popupTitleRightJust = 0x000000FF
 | |
| noConstraint = 0
 | |
| hAxisOnly = 1
 | |
| vAxisOnly = 2
 | |
| drawCntl = 0
 | |
| testCntl = 1
 | |
| calcCRgns = 2
 | |
| initCntl = 3
 | |
| dispCntl = 4
 | |
| posCntl = 5
 | |
| thumbCntl = 6
 | |
| dragCntl = 7
 | |
| autoTrack = 8
 | |
| calcCntlRgn = 10
 | |
| calcThumbRgn = 11
 | |
| cFrameColor = 0
 | |
| cBodyColor = 1
 | |
| cTextColor = 2
 | |
| cThumbColor = 3
 | 
