Changeset 720

Show
Ignore:
Timestamp:
10/13/03 16:27:45 (5 years ago)
Author:
gwm
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBSkinning/demo/wxPythonSkin/ctypes/alphashapedframe.py

    r583 r720  
    3838        <frame_mover /> 
    3939        <py:inline> 
    40             from RBSkinning.wxTools.AlphaBlend import wxAlphaBlend 
    41             self.object = wxAlphaBlend(parentObj) 
    42             self.object.Blend(alpha=0.7) 
     40from RBSkinning.wxTools.AlphaBlend import wxAlphaBlend 
     41self.object = wxAlphaBlend(parentObj) 
     42self.object.Blend(alpha=0.7) 
    4343        </py:inline> 
    4444    </frame>