summaryrefslogtreecommitdiff
path: root/cad/src/PM/__init__.py
blob: 7a52b4ca8664cb907b770da9a3b69897a210a638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
The Property Manager (PM) module provides classes for creating NE1 property 
manager dialogs.

The main class in the PM module is L{PM_Dialog}, which is a base class. It can 
contain one or more group boxes (L{PM_GroupBox}) that can contain one or more
PM widgets.

IMAGE(http://www.nanoengineer-1.net/mediawiki/images/1/1d/PM-UML.png)

@see: U{B{Property Manager dialog}<http://www.nanoengineer-1.net/mediawiki/
    index.php?title=Property_Manager>}
"""