Support focus animation for listbox
[vuplus_dvbapp] / lib / gui / elistbox.h
index 0073653..17fce5c 100644 (file)
@@ -71,6 +71,7 @@ struct eListboxStyle
                        {1 x 0} use transparent background
                        {1 x p} use transparent background picture
                */
+       ePtr<gFont> m_font;
 };
 #endif
 
@@ -127,6 +128,7 @@ public:
        void setForegroundColorSelected(gRGB &col);
        void setBackgroundPicture(ePtr<gPixmap> &pixmap);
        void setSelectionPicture(ePtr<gPixmap> &pixmap);
+       void setFont(gFont *font);
 
 #ifndef SWIG
        struct eListboxStyle *getLocalStyle(void);
@@ -158,6 +160,9 @@ private:
        ePtr<iListboxContent> m_content;
        eSlider *m_scrollbar;
        eListboxStyle m_style;
+#ifdef USE_LIBVUGLES2
+       long m_dir;
+#endif
 #endif
 };