summaryrefslogtreecommitdiff
path: root/cad/src/PM/__init__.py
blob: fac77ba424451e687a35352fd4c85ce7f62a0ac2 (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>}
"""