Changes between Version 10 and Version 11 of FRAME_MARGINS_R0


Ignore:
Timestamp:
12/14/08 23:58:43 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_MARGINS_R0

    v10 v11  
    1111== Task requirements == 
    1212 * The frame should have properties defining its margins width. 
     13 * [wiki:FRAME_INSETS_R0] 
    1314 
    1415== Task result == 
     
    1718== Implementation idea == 
    1819 * 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.  
    1922 
    2023== Related == 
    2124 * [source:trunk/sophie2-platform/doc/spec-diagrams/FrameBounds.png] 
     25 * [wiki:FRAME_INSETS_R0] 
     26 * [wiki:FRAME_BORDERS_R0] 
    2227 * [wiki:FRAME_PADDING_R0] 
    2328 * [wiki:FRAME_BOUNDS_R0] 
    24  * [wiki:FRAME_SIZE_R0] 
    25  * [wiki:FRAME_INSETS_R0] 
    2629 
    2730== 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.  
    3033 
    3134= Design =