/[thuban]/trunk/thuban/Thuban/Model/layer.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/Model/layer.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 770 by jonathan, Fri Apr 25 09:11:57 2003 UTC revision 771 by jonathan, Tue Apr 29 14:34:02 2003 UTC
# Line 66  class BaseLayer(TitledObject, Modifiable Line 66  class BaseLayer(TitledObject, Modifiable
66    
67      """Base class for the layers."""      """Base class for the layers."""
68    
69      def __init__(self, title, visible = 1):      def __init__(self, title, visible = True):
70          """Initialize the layer.          """Initialize the layer.
71    
72          title -- the title          title -- the title
# Line 106  class Layer(BaseLayer): Line 106  class Layer(BaseLayer):
106                   fill = Color.Transparent,                   fill = Color.Transparent,
107                   stroke = Color.Black,                   stroke = Color.Black,
108                   lineWidth = 1,                   lineWidth = 1,
109                   visible = 1):                   visible = True):
110          """Initialize the layer.          """Initialize the layer.
111    
112          title -- the title          title -- the title

Legend:
Removed from v.770  
changed lines
  Added in v.771

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26