little helper function 'isTitleVisible()' for FbTk::Menu
This commit is contained in:
parent
1bb30855bb
commit
49623390b6
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public:
|
||||||
|
|
||||||
void disableTitle();
|
void disableTitle();
|
||||||
void enableTitle();
|
void enableTitle();
|
||||||
|
bool isTitleVisible() const { return m_title_vis; }
|
||||||
|
|
||||||
void setScreen(int x, int y, int w, int h);
|
void setScreen(int x, int y, int w, int h);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue