FireBirdLib - Topfield TMS PVR TAP Programming Library
OSDMenuInitialize.c
Go to the documentation of this file.
1#include "FBLib_TMSOSDMenu.h"
2
3void OSDMenuInitialize(bool AllowScrollingOfLongText, bool HasValueColumn, bool NumberedItems, bool ScrollLoop, const char *TitleLeft, const char *TitleRight)
4{
6
7 if(OSDRgn) TAP_Osd_Delete(OSDRgn);
8 OSDRgn = 0;
9 MyOSDRgn = 0;
10
11 OSDMenuInit(AllowScrollingOfLongText, HasValueColumn, NumberedItems, ScrollLoop, TitleLeft, TitleRight);
12
14
15 TRACEEXIT();
16}
void OSDMenuInit(bool AllowScrollingOfLongText, bool HasValueColumn, bool NumberedItems, bool ScrollLoop, const char *TitleLeft, const char *TitleRight)
Definition: OSDMenuInit.c:47
word OSDRgn
Definition: OSDMenuInit.c:4
word MyOSDRgn
Definition: OSDMenuInit.c:4
void OSDMenuInitialize(bool AllowScrollingOfLongText, bool HasValueColumn, bool NumberedItems, bool ScrollLoop, const char *TitleLeft, const char *TitleRight)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243
void OSDMenuButtonsClear(void)