diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-04-08 00:56:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-04-08 00:56:43 +0000 |
| commit | 6ce3896800e92c0c51ebb72d86191f526af66971 (patch) | |
| tree | 7adfdc1b5cede66aee0165a3190fc0c3821e23b2 /lib/gui/ewidget.h | |
| parent | 2fc25f8451dc0cb09e7e4011eab01d8d311fbaf8 (diff) | |
| download | enigma2-6ce3896800e92c0c51ebb72d86191f526af66971.tar.gz enigma2-6ce3896800e92c0c51ebb72d86191f526af66971.zip | |
add getAbsolutePosition
Diffstat (limited to 'lib/gui/ewidget.h')
| -rw-r--r-- | lib/gui/ewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gui/ewidget.h b/lib/gui/ewidget.h index 3ddfdc26..4175eae7 100644 --- a/lib/gui/ewidget.h +++ b/lib/gui/ewidget.h @@ -48,6 +48,8 @@ public: int isTransparent() { return m_vis & wVisTransparent; } + ePoint getAbsolutePosition(); + eWidgetAnimation m_animation; private: eWidgetDesktop *m_desktop; |
