diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-21 15:48:17 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-21 15:48:17 +0000 |
| commit | 4404768ce6bb07bf2784da7806444acd462c3a33 (patch) | |
| tree | 6dc2a0319bbb0b10f755a0460093f082d6bcdec6 /lib/gui/epixmap.h | |
| parent | 8bca0499b5a1d4366af1a5bb66593fe9ffd4b754 (diff) | |
| download | enigma2-4404768ce6bb07bf2784da7806444acd462c3a33.tar.gz enigma2-4404768ce6bb07bf2784da7806444acd462c3a33.zip | |
now its possible to call ePixmap.setPixmap from python without use of
__deref__
Diffstat (limited to 'lib/gui/epixmap.h')
| -rw-r--r-- | lib/gui/epixmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/epixmap.h b/lib/gui/epixmap.h index ce1e7a56..04196bef 100644 --- a/lib/gui/epixmap.h +++ b/lib/gui/epixmap.h @@ -10,6 +10,7 @@ public: ePixmap(eWidget *parent); void setPixmap(gPixmap *pixmap); + void setPixmap(ePtr<gPixmap> &pixmap); void setPixmapFromFile(const char *filename); void setAlphatest(bool alphatest); protected: |
