Changes between Version 10 and Version 11 of FRAME_MARGINS_R0
- Timestamp:
- 12/14/08 23:58:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_MARGINS_R0
v10 v11 11 11 == Task requirements == 12 12 * The frame should have properties defining its margins width. 13 * [wiki:FRAME_INSETS_R0] 13 14 14 15 == Task result == … … 17 18 == Implementation idea == 18 19 * Add Insets marginsInsets property to the Frame. 20 * There should be HUD menu for margins (could be communal with margins`s HUD) 21 * Other frames content(for example text) should adjust its position to the margins width. 19 22 20 23 == Related == 21 24 * [source:trunk/sophie2-platform/doc/spec-diagrams/FrameBounds.png] 25 * [wiki:FRAME_INSETS_R0] 26 * [wiki:FRAME_BORDERS_R0] 22 27 * [wiki:FRAME_PADDING_R0] 23 28 * [wiki:FRAME_BOUNDS_R0] 24 * [wiki:FRAME_SIZE_R0]25 * [wiki:FRAME_INSETS_R0]26 29 27 30 == How to demo == 28 * Create frame with concrete margins and check if other components are put correspondingly.29 * Check if other frames under the margin are displayed correctly.31 * Create frame with concrete margins over other frame with text content and check if the text adjusts to its width. 32 * Use the HUD to change the margins and show how the text is adjusting to the new margin. 30 33 31 34 = Design =