Changes between Version 7 and Version 8 of APP_WINDOW_MENU_R0
- Timestamp:
- 01/09/09 11:28:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_WINDOW_MENU_R0
v7 v8 16 16 * Minimize/Restore All - When not all of the book windows are minimized, the minimize menu item appears. When all book windows are minimized, the restore all options appears. Minimize all acts just like the minimize but for all opened books. 17 17 * Restore (Maximize when restored) - Restore Reduces the book window to the size of the book. If both width and height are bigger than the work area, the book window reduces to the work area including the book title bar. If the book window was previously restored and it's window was resized, it's restored to this position and size. Maximize maximizes the book window - the book title bar is not shown and takes the whole work area. 18 * Menu divisor18 * Menu separator 19 19 * List of opened books ordered by time of opening/creating. 20 20 * The active book window should be marked. Probably the best way to do this is to use a thick before the book window name. A good idea is the menu items to be with left displacement of one character so the list is arranged well. 21 * Clicking on a menu item of this list should focus the window 21 22 == Task requirements == 22 23 * Review existing code, make sure proper extension points and extensions are used. … … 31 32 == Related == 32 33 [wiki:OPEN_BOOKS_TABBAR_R0] 34 [wiki:OPENED_BOOKS_PALETTE_R0] 33 35 == How to demo == 34 36 Demonstrate book switching using the window menu. 35 36 37 = Design = 37 38