diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-09 16:29:34 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-09 16:29:34 +0000 |
| commit | ba02fb4aced5868d047a5bffbd2ed87583daee4d (patch) | |
| tree | bcfea66b1f7fd2212539a99abc074de1424ac9a0 /lib/gui/ewindow.h | |
| parent | 2494509cd031727d92c6556089c99711d16d8af9 (diff) | |
| download | enigma2-ba02fb4aced5868d047a5bffbd2ed87583daee4d.tar.gz enigma2-ba02fb4aced5868d047a5bffbd2ed87583daee4d.zip | |
- add more python stuff
- fix some gui/gdi
- add eslider
- improve windowstyle
Diffstat (limited to 'lib/gui/ewindow.h')
| -rw-r--r-- | lib/gui/ewindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/ewindow.h b/lib/gui/ewindow.h index 671a0079..f5bcd51a 100644 --- a/lib/gui/ewindow.h +++ b/lib/gui/ewindow.h @@ -11,6 +11,7 @@ class eWindow: public eWidget friend class eWindowStyle; public: eWindow(eWidgetDesktop *desktop); + ~eWindow(); void setTitle(const std::string &string); eWidget *child() { return m_child; } protected: @@ -22,7 +23,6 @@ protected: private: std::string m_title; eWidget *m_child; - ePtr<eWindowStyle> m_style; }; #endif |
