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

Contents of /branches/WIP-pyshapelib-bramz/Thuban/UI/messages.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 503 - (show annotations)
Mon Mar 10 15:12:09 2003 UTC (22 years ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/messages.py
File MIME type: text/x-python
File size: 671 byte(s)
Changed SESSION_CHANGED to SESSION_REPLACED.

1 # Copyright (c) 2001, 2002 by Intevation GmbH
2 # Authors:
3 # Bernhard Herzog <[email protected]>
4 #
5 # This program is free software under the GPL (>=v2)
6 # Read the file COPYING coming with Thuban for details.
7
8
9 """
10 Define the message types used in Thuban's GUI. The messages types are
11 simply strings. The message system itself is implemented in
12 Thuban.Lib.connector.
13 """
14
15 __version__ = "$Revision$"
16
17 # Application object
18 SESSION_REPLACED = "SESSION_REPLACED"
19
20 # events for the interactor
21 SELECTED_MAP = "SELECTED_MAP"
22 SELECTED_LAYER = "SELECTED_LAYER"
23 SELECTED_TABLE = "SELECTED_TABLE"
24 SELECTED_SHAPE = "SELECTED_SHAPE"
25
26 # events for the view
27 VIEW_POSITION = "VIEW_POSITION"

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26