diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-08 17:09:51 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-08 17:09:51 +0000 |
| commit | b840d14b4c2c12e76af87fa3af784034e80bd0b4 (patch) | |
| tree | d28aa2b5555ce81be7435862fb6a8113efd3d2b9 /lib/gui/ewindow.h | |
| parent | 065d3ac0f19a6f2c61c3f8aa80a6cd8784ff7a7f (diff) | |
| download | enigma2-b840d14b4c2c12e76af87fa3af784034e80bd0b4.tar.gz enigma2-b840d14b4c2c12e76af87fa3af784034e80bd0b4.zip | |
small fixes
Diffstat (limited to 'lib/gui/ewindow.h')
| -rw-r--r-- | lib/gui/ewindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/ewindow.h b/lib/gui/ewindow.h index 33ad7a72..a5b92eda 100644 --- a/lib/gui/ewindow.h +++ b/lib/gui/ewindow.h @@ -13,6 +13,7 @@ public: eWindow(eWidgetDesktop *desktop); ~eWindow(); void setTitle(const std::string &string); + std::string getTitle() const; eWidget *child() { return m_child; } enum { |
