webengine/wmlengine/src/MVC/include/MVCScroll.h
branchCompilerCompatibility
changeset 49 4c02a47fcdfc
parent 0 dd21522fd290
equal deleted inserted replaced
48:282be2d13458 49:4c02a47fcdfc
   133     TBool ScrollPage(NW_Evt_ControlKeyType_t key);
   133     TBool ScrollPage(NW_Evt_ControlKeyType_t key);
   134 
   134 
   135     /**
   135     /**
   136     * Method returns the first sibling box whose width and height are not zero
   136     * Method returns the first sibling box whose width and height are not zero
   137     */
   137     */
   138     NW_LMgr_Box_t* CMVCScroll::GetFirstSiblingBox (NW_LMgr_Box_t* box);  
   138     NW_LMgr_Box_t* GetFirstSiblingBox (NW_LMgr_Box_t* box);  
   139 
   139 
   140 private: // Private methods and member variables
   140 private: // Private methods and member variables
   141     /**
   141     /**
   142     * C++ default constructor.
   142     * C++ default constructor.
   143     */
   143     */