all repos — fluxbox @ 49623390b623bcf4851e5cdd972e4c37d5103ecf

custom fork of the fluxbox windowmanager

little helper function 'isTitleVisible()' for FbTk::Menu
Mathias Gumz akira at fluxbox dot org
commit

49623390b623bcf4851e5cdd972e4c37d5103ecf

parent

1bb30855bb5fc81fcd631a92c245af3cef8f8811

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Menu.hhsrc/FbTk/Menu.hh

@@ -89,6 +89,7 @@ void enterSubmenu();

void disableTitle(); void enableTitle(); + bool isTitleVisible() const { return m_title_vis; } void setScreen(int x, int y, int w, int h);