diff options
Diffstat (limited to 'coreengine/viewlist.h')
-rw-r--r-- | coreengine/viewlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreengine/viewlist.h b/coreengine/viewlist.h index a979723..6c14d03 100644 --- a/coreengine/viewlist.h +++ b/coreengine/viewlist.h @@ -13,6 +13,7 @@ protected: cViewListAttribs *attribs; cRect container; cGlobals *globals; + skindesignerapi::cTokenContainer *tokenContainer; int numElements; eOrientation orientation; cViewElement *listElement; @@ -34,6 +35,7 @@ public: void AddCurrentElement(cViewElement *currentElement); virtual void PreCache(void); int NumItems(void); + bool Execute(void); eOrientation Orientation(void); void Draw(eMenuCategory menuCat); void Clear(void); |