home *** CD-ROM | disk | FTP | other *** search
- # Beginnings of a dynamic menu generator. Not in use yet
-
- class xuiMenu {
- inherit xuiStructure
- method addElement { xuiData {caller {}}}
- }
-
- body xuiMenu::clone {} {
- set clone [xuiMenu ::#auto]
- copyClone $clone
- return $clone
- }
-
-
-
- body xuiMenu::addElement { xuiData {caller {}}} {
-
-
- }
-
-
-
-
-