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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Tue Aug 28 15:41:52 2001 UTC (23 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/messages.py
File MIME type: text/x-python
File size: 612 byte(s)
import all the source files

1 bh 6 # Copyright (c) 2001 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_CHANGED = "SESSION_CHANGED"
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    
27    
28    

Properties

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26