| 
									
										
										
										
											1997-12-16 17:54:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # 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' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # 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' |