equal
deleted
inserted
replaced
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 */ |