mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 05:21:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			167 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			167 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| // Registers LCL drawers in the IDE
 | |
| unit customdrawnlcldrawers;
 | |
| 
 | |
| {$mode objfpc}{$H+}
 | |
| 
 | |
| interface
 | |
| 
 | |
| uses
 | |
|   customdrawn_winxp, customdrawn_android;
 | |
| 
 | |
| implementation
 | |
| 
 | |
| end.
 | |
| 
 | 
