FireBirdLib - Topfield TMS PVR TAP Programming Library
OSDMenuMessageBoxInitialize.c
Go to the documentation of this file.
1#include <string.h>
2#include "FBLib_TMSOSDMenu.h"
3
4void OSDMenuMessageBoxInitialize(const char *Title, const char *Text)
5{
7
9
11
13
18
20 MessageBox.Title[STDSTRINGSIZE - 1] = '\0';
21
23 MessageBox.Text[STDSTRINGSIZE - 1] = '\0';
24
25 TRACEEXIT();
26}
tMessageBox MessageBox
Definition: OSDMenuInit.c:19
word MessageBoxOSDRgn
Definition: OSDMenuInit.c:18
bool MessageBoxAllowScrollOver
Definition: OSDMenuInit.c:21
word InfoBoxOSDRgn
Definition: OSDMenuInit.c:12
#define STDSTRINGSIZE
void OSDMenuLoadStdFonts(void)
bool MessageBoxNoNormalMode
Definition: OSDMenuInit.c:20
void OSDMenuMessageBoxInitialize(const char *Title, const char *Text)
#define TRACEEXIT()
Definition: libFireBird.h:1244
void OSDMenuMessageBoxDestroy(void)
#define TRACEENTER()
Definition: libFireBird.h:1243
void OSDMenuInfoBoxDestroy(void)
byte * strncpyUC(byte *dest, const byte *src, size_t n)
Definition: strncpyUC.c:4
char Title[STDSTRINGSIZE]
char Text[STDSTRINGSIZE]