little helper function 'isTitleVisible()' for FbTk::Menu

This commit is contained in:
Mathias Gumz 2011-02-24 11:17:48 +01:00
parent 1bb30855bb
commit 49623390b6

View file

@ -89,6 +89,7 @@ public:
void disableTitle();
void enableTitle();
bool isTitleVisible() const { return m_title_vis; }
void setScreen(int x, int y, int w, int h);