Show
Ignore:
Timestamp:
08/04/08 12:23:14 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Skeletons/Widgets/Cursor.t

    r339 r429  
    223223    const Cursor& rowResizeCursor(); 
    224224 
     225 
     226    /** 
     227     * middlePanningCursor 
     228     */ 
     229    const Cursor& middlePanningCursor(); 
     230 
     231 
     232    /** 
     233     * eastPanningCursor  
     234     */ 
     235    const Cursor& eastPanningCursor(); 
     236 
     237 
     238    /** 
     239     * northPanningCursor 
     240     */ 
     241    const Cursor& northPanningCursor(); 
     242 
     243 
     244    /** 
     245     * northEastPanningCursor  
     246     */ 
     247    const Cursor& northEastPanningCursor(); 
     248 
     249 
     250    /** 
     251     * northWestPanningCursor 
     252     */ 
     253    const Cursor& northWestPanningCursor(); 
     254 
     255 
     256    /** 
     257     * southPanningCursor 
     258     */ 
     259    const Cursor& southPanningCursor(); 
     260 
     261 
     262    /** 
     263     * southEastPanningCursor 
     264     */ 
     265    const Cursor& southEastPanningCursor(); 
     266 
     267 
     268    /** 
     269     * southWestPanningCursor 
     270     */ 
     271    const Cursor& southWestPanningCursor(); 
     272 
     273 
     274    /** 
     275     * westPanningCursor 
     276     */ 
     277    const Cursor& westPanningCursor(); 
     278 
    225279    /** 
    226280     * verticalTextCursor 
     
    280334} // namespace WKAL 
    281335 
    282 #endif // Cursor_h 
    283  
    284  
    285  
    286  
     336#endif // Curs