/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/view.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/view.py

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

revision 610 by jonathan, Fri Apr 4 13:56:59 2003 UTC revision 789 by bh, Wed Apr 30 11:06:00 2003 UTC
# Line 259  class MapCanvas(wxWindow, Publisher): Line 259  class MapCanvas(wxWindow, Publisher):
259      """A widget that displays a map and offers some interaction"""      """A widget that displays a map and offers some interaction"""
260    
261      # Some messages that can be subscribed/unsubscribed directly through      # Some messages that can be subscribed/unsubscribed directly through
262      # the MapCanvas come in fact from other objects. This is a map to      # the MapCanvas come in fact from other objects. This is a dict
263      # map those messages to the names of the instance variables they      # mapping those messages to the names of the instance variables they
264      # actually come from. This delegation is implemented in the      # actually come from. The delegation is implemented in the Subscribe
265      # Subscribe and unsubscribed methods      # and Unsubscribe methods
266      delegated_messages = {LAYER_SELECTED: "selection",      delegated_messages = {LAYER_SELECTED: "selection",
267                            SHAPES_SELECTED: "selection"}                            SHAPES_SELECTED: "selection"}
268    

Legend:
Removed from v.610  
changed lines
  Added in v.789

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26