mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:02:46 +00:00 
			
		
		
		
	 4533539e8a
			
		
	
	
		4533539e8a
		
	
	
	
	
		
			
			Some window titles didn't fit on the taskbar buttons, so I needed a way to collapse the remaining part of the text into "..."
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			64 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			64 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| enum class TextElision {
 | |
|     None,
 | |
|     Right,
 | |
| };
 | |
| 
 |