boot loader: Menu: Add SetTitle()
This commit is contained in:
@@ -130,6 +130,8 @@ public:
|
|||||||
? fSuperItem->fMenu : NULL; }
|
? fSuperItem->fMenu : NULL; }
|
||||||
|
|
||||||
const char* Title() const { return fTitle; }
|
const char* Title() const { return fTitle; }
|
||||||
|
void SetTitle(const char* title)
|
||||||
|
{ fTitle = title; }
|
||||||
|
|
||||||
void SetChoiceText(const char* text)
|
void SetChoiceText(const char* text)
|
||||||
{ fChoiceText = text; }
|
{ fChoiceText = text; }
|
||||||
|
|||||||
Reference in New Issue
Block a user