mirror of
				https://gitlab.gnome.org/GNOME/glade.git
				synced 2025-11-03 00:12:45 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#ifndef CONFIG_H__
 | 
						|
#define CONFIG_H__
 | 
						|
 | 
						|
#define PIXMAPS_DIR		"./pixmaps"
 | 
						|
#define CATALOGS_DIR	"./catalog"
 | 
						|
#define WIDGETS_DIR		"./widgets"
 | 
						|
 | 
						|
#endif
 |