Changes between Version 14 and Version 15 of FRAME_PADDING_R0


Ignore:
Timestamp:
01/11/09 15:36:12 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PADDING_R0

    v14 v15  
    3434= Design = 
    3535 
    36  * Add !Insets paddingInsets() property for representing padding insets into the Frame. They are used by the set/get Location and Size methods in the Frame. 
     36 * Add Insets paddingInsets() property for representing padding insets into the Frame. They are used by the set/get Location and Size methods in the Frame. 
    3737 
    3838 * For the scene element creation create !FramePaddingRectangle class extending the !DefaultSceneElement and implementing the !ShapeSceneElement. This class is going to be used for representation of the frame padding rectangle and computing the rectangle to vertices so that it could be added to the frameSceneElement and drawn. It should be drawn with a dashed black outline, non filling.