mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont()
This commit is contained in:
		
							
								
								
									
										12
									
								
								skins.c
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								skins.c
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
			
		||||
 * See the main source file 'vdr.c' for copyright information and
 | 
			
		||||
 * how to reach the author.
 | 
			
		||||
 *
 | 
			
		||||
 * $Id: skins.c 1.7 2006/01/08 11:40:18 kls Exp $
 | 
			
		||||
 * $Id: skins.c 1.8 2006/02/05 14:53:04 kls Exp $
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "skins.h"
 | 
			
		||||
@@ -108,6 +108,16 @@ const char *cSkinDisplayMenu::GetTabbedText(const char *s, int Tab)
 | 
			
		||||
  return buffer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int cSkinDisplayMenu::GetTextAreaWidth(void) const
 | 
			
		||||
{
 | 
			
		||||
  return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const cFont *cSkinDisplayMenu::GetTextAreaFont(bool) const
 | 
			
		||||
{
 | 
			
		||||
  return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// --- cSkinDisplayReplay::cProgressBar --------------------------------------
 | 
			
		||||
 | 
			
		||||
cSkinDisplayReplay::cProgressBar::cProgressBar(int Width, int Height, int Current, int Total, const cMarks *Marks, tColor ColorSeen, tColor ColorRest, tColor ColorSelected, tColor ColorMark, tColor ColorCurrent)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user