You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							package TQt::enumerations;
 | 
						
						
						
						
							 | 
							
							#
 | 
						
						
						
						
							 | 
							
							# Proposed usage:
 | 
						
						
						
						
							 | 
							
							#
 | 
						
						
						
						
							 | 
							
							# package MyWidget;
 | 
						
						
						
						
							 | 
							
							#
 | 
						
						
						
						
							 | 
							
							# use TQt::enumerations MyInfo => {
 | 
						
						
						
						
							 | 
							
							#     Foo => 1,
 | 
						
						
						
						
							 | 
							
							#     Bar => 10,
 | 
						
						
						
						
							 | 
							
							#     Baz => 64
 | 
						
						
						
						
							 | 
							
							# };
 | 
						
						
						
						
							 | 
							
							#
 | 
						
						
						
						
							 | 
							
							# use TQt::enumerations MyInfo => [qw(Foo Bar Baz)];
 | 
						
						
						
						
							 | 
							
							#
 | 
						
						
						
						
							 | 
							
							1;
 |