add option cursorHome to eListbox::entryReset
[vuplus_dvbapp] / lib / gui / ewindow.cpp
index 622e8b0..54a3595 100644 (file)
@@ -43,6 +43,11 @@ void eWindow::setTitle(const std::string &string)
        event(evtTitleChanged);
 }
 
+std::string eWindow::getTitle() const
+{
+       return m_title;
+}
+
 void eWindow::setFlag(int flags)
 {
        m_flags |= flags;