gui: experimental Z order for root widgets
[enigma2.git] / lib / gui / ewindow.h
index 33ad7a7262a1316a1b1fc86dc7f0fcb11651a77d..d36d912401a5e85e739426c3c2d227a2f0e29fb0 100644 (file)
@@ -10,9 +10,10 @@ class eWindow: public eWidget
 {
        friend class eWindowStyle;
 public:
-       eWindow(eWidgetDesktop *desktop);
+       eWindow(eWidgetDesktop *desktop, int z = 0);
        ~eWindow();
        void setTitle(const std::string &string);
+       std::string getTitle() const;
        eWidget *child() { return m_child; }
        
        enum {