Changeset 437 for trunk/BAL/WKAL/Skeletons/Widgets/ScrollView.t
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
-
- trunk/BAL/WKAL/Skeletons/Widgets/ScrollView.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Skeletons/Widgets/ScrollView.t
r436 r437 360 360 361 361 /** 362 * shouldUpdateWhileHidden description 363 * @param[in] : description 364 * @param[out] : description 365 * @code 366 * @endcode 367 */ 368 virtual bool shouldUpdateWhileHidden() const = 0 369 362 * should update while hidden 363 */ 364 365 virtual bool shouldUpdateWhileHidden() const = 0; 366 370 367 /** 371 368 * For platforms that need to hit test scrollbars from within the engine's event handlers (like Win32). … … 376 373 * @endcode 377 374 */ 378 PlatformScrollbar* scrollbarUnderMouse(const PlatformMouseEvent& mouseEvent);375 PlatformScrollbar* scrollbarUnderMouse(const PlatformMouseEvent& mouseEvent); 379 376 380 377 /**
