Parent Directory
|
Revision Log
|
Patch
revision 882 by frank, Wed May 7 18:24:27 2003 UTC | revision 883 by jonathan, Fri May 9 16:34:39 2003 UTC | |
---|---|---|
# | Line 279 class MapCanvas(wxWindow, Publisher): | Line 279 class MapCanvas(wxWindow, Publisher): |
279 | "SelectShapes": "selection", | "SelectShapes": "selection", |
280 | "SelectedLayer": "selection", | "SelectedLayer": "selection", |
281 | "HasSelectedLayer": "selection", | "HasSelectedLayer": "selection", |
282 | "HasSelectedShapes": "selection"} | "HasSelectedShapes": "selection", |
283 | "SelectedShapes": "selection"} | |
284 | ||
285 | def __init__(self, parent, winid): | def __init__(self, parent, winid): |
286 | wxWindow.__init__(self, parent, winid) | wxWindow.__init__(self, parent, winid) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |