FireBirdLib - Topfield TMS PVR TAP Programming Library
OSDMenuMessageBoxButtonAdd.c
Go to the documentation of this file.
1#include <string.h>
2#include "FBLib_TMSOSDMenu.h"
3
4void OSDMenuMessageBoxButtonAdd(const char *Text)
5{
7
8 if (Text && (MessageBox.NrButtons < MAXMBBUTTONS))
9 {
13 }
14
15 TRACEEXIT();
16}
#define MAXMBBUTTONS
tMessageBox MessageBox
Definition: OSDMenuInit.c:19
#define STDSTRINGSIZE
void OSDMenuMessageBoxButtonAdd(const char *Text)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243
char Button[MAXMBBUTTONS][STDSTRINGSIZE]