| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | # Symbolic constants for Tk | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Booleans | 
					
						
							|  |  |  | NO=FALSE=OFF=0 | 
					
						
							|  |  |  | YES=TRUE=ON=1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-10-01 13:49:37 +00:00
										 |  |  | # -anchor and -sticky | 
					
						
							| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | N='n' | 
					
						
							|  |  |  | S='s' | 
					
						
							|  |  |  | W='w' | 
					
						
							|  |  |  | E='e' | 
					
						
							|  |  |  | NW='nw' | 
					
						
							|  |  |  | SW='sw' | 
					
						
							|  |  |  | NE='ne' | 
					
						
							|  |  |  | SE='se' | 
					
						
							| 
									
										
										
										
											1998-10-01 13:49:37 +00:00
										 |  |  | NS='ns' | 
					
						
							|  |  |  | EW='ew' | 
					
						
							| 
									
										
										
										
											1998-10-01 15:54:48 +00:00
										 |  |  | NSEW='nsew' | 
					
						
							| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | CENTER='center' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -fill | 
					
						
							|  |  |  | NONE='none' | 
					
						
							|  |  |  | X='x' | 
					
						
							|  |  |  | Y='y' | 
					
						
							|  |  |  | BOTH='both' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -side | 
					
						
							|  |  |  | LEFT='left' | 
					
						
							|  |  |  | TOP='top' | 
					
						
							|  |  |  | RIGHT='right' | 
					
						
							|  |  |  | BOTTOM='bottom' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -relief | 
					
						
							|  |  |  | RAISED='raised' | 
					
						
							|  |  |  | SUNKEN='sunken' | 
					
						
							|  |  |  | FLAT='flat' | 
					
						
							|  |  |  | RIDGE='ridge' | 
					
						
							|  |  |  | GROOVE='groove' | 
					
						
							| 
									
										
										
										
											1997-12-16 17:54:18 +00:00
										 |  |  | SOLID = 'solid' | 
					
						
							| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # -orient | 
					
						
							|  |  |  | HORIZONTAL='horizontal' | 
					
						
							|  |  |  | VERTICAL='vertical' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -tabs | 
					
						
							|  |  |  | NUMERIC='numeric' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -wrap | 
					
						
							|  |  |  | CHAR='char' | 
					
						
							|  |  |  | WORD='word' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -align | 
					
						
							|  |  |  | BASELINE='baseline' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-09 19:37:16 +00:00
										 |  |  | # -bordermode | 
					
						
							|  |  |  | INSIDE='inside' | 
					
						
							|  |  |  | OUTSIDE='outside' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | # Special tags, marks and insert positions | 
					
						
							|  |  |  | SEL='sel' | 
					
						
							|  |  |  | SEL_FIRST='sel.first' | 
					
						
							|  |  |  | SEL_LAST='sel.last' | 
					
						
							|  |  |  | END='end' | 
					
						
							|  |  |  | INSERT='insert' | 
					
						
							|  |  |  | CURRENT='current' | 
					
						
							|  |  |  | ANCHOR='anchor' | 
					
						
							| 
									
										
										
										
											1996-11-20 22:20:21 +00:00
										 |  |  | ALL='all' # e.g. Canvas.delete(ALL) | 
					
						
							| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Text widget and button states | 
					
						
							|  |  |  | NORMAL='normal' | 
					
						
							|  |  |  | DISABLED='disabled' | 
					
						
							|  |  |  | ACTIVE='active' | 
					
						
							| 
									
										
										
										
											2003-08-09 09:53:51 +00:00
										 |  |  | # Canvas state | 
					
						
							|  |  |  | HIDDEN='hidden' | 
					
						
							| 
									
										
										
										
											1995-09-07 19:22:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Menu item types | 
					
						
							|  |  |  | CASCADE='cascade' | 
					
						
							|  |  |  | CHECKBUTTON='checkbutton' | 
					
						
							|  |  |  | COMMAND='command' | 
					
						
							|  |  |  | RADIOBUTTON='radiobutton' | 
					
						
							|  |  |  | SEPARATOR='separator' | 
					
						
							| 
									
										
										
										
											1995-10-11 17:40:37 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Selection modes for list boxes | 
					
						
							|  |  |  | SINGLE='single' | 
					
						
							|  |  |  | BROWSE='browse' | 
					
						
							|  |  |  | MULTIPLE='multiple' | 
					
						
							|  |  |  | EXTENDED='extended' | 
					
						
							| 
									
										
										
										
											2000-08-09 19:37:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-09-20 10:52:56 +00:00
										 |  |  | # Activestyle for list boxes | 
					
						
							|  |  |  | # NONE='none' is also valid | 
					
						
							|  |  |  | DOTBOX='dotbox' | 
					
						
							|  |  |  | UNDERLINE='underline' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-09 19:37:16 +00:00
										 |  |  | # Various canvas styles | 
					
						
							|  |  |  | PIESLICE='pieslice' | 
					
						
							|  |  |  | CHORD='chord' | 
					
						
							|  |  |  | ARC='arc' | 
					
						
							|  |  |  | FIRST='first' | 
					
						
							|  |  |  | LAST='last' | 
					
						
							|  |  |  | BUTT='butt' | 
					
						
							|  |  |  | PROJECTING='projecting' | 
					
						
							|  |  |  | ROUND='round' | 
					
						
							|  |  |  | BEVEL='bevel' | 
					
						
							|  |  |  | MITER='miter' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Arguments to xview/yview | 
					
						
							|  |  |  | MOVETO='moveto' | 
					
						
							|  |  |  | SCROLL='scroll' | 
					
						
							|  |  |  | UNITS='units' | 
					
						
							|  |  |  | PAGES='pages' |