uitk.menus (version 0.1, 18 April 2003)
index
e:\bothans\uitk\menus.py

Menus interfaces

 
Modules
            
Tkinter
uitk.connectui
sys
tkMessageBox
 
Classes
            
MenuFramework
MenuAdmin
MenuFile
MenuHelp
 
class MenuAdmin(MenuFramework)
       
   Methods defined here:
__init__(self, peers, master)
create(self)
do_Connect(self)
do_Disconnect(self)

Data and non-method functions defined here:
MENUNAME = 'Admin'
__doc__ = None
__module__ = 'uitk.menus'

Methods inherited from MenuFramework:
addCommand(self, name, func)

Data and non-method functions inherited from MenuFramework:
FUNC_PREFIX = 'do_'
 
class MenuFile(MenuFramework)
       
   Methods defined here:
__init__(self, master, app=None)
create(self)
do_Quit(self)

Data and non-method functions defined here:
MENUNAME = 'FIle'
__doc__ = None
__module__ = 'uitk.menus'

Methods inherited from MenuFramework:
addCommand(self, name, func)

Data and non-method functions inherited from MenuFramework:
FUNC_PREFIX = 'do_'
 
class MenuFramework
       
   Methods defined here:
__init__(self, parent, name)
addCommand(self, name, func)

Data and non-method functions defined here:
FUNC_PREFIX = 'do_'
__doc__ = None
__module__ = 'uitk.menus'
 
class MenuHelp(MenuFramework)
       
   Methods defined here:
__init__(self, master)
create(self)
do_About(self)

Data and non-method functions defined here:
MENUNAME = 'Help'
__doc__ = None
__module__ = 'uitk.menus'

Methods inherited from MenuFramework:
addCommand(self, name, func)

Data and non-method functions inherited from MenuFramework:
FUNC_PREFIX = 'do_'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '18 April 2003'
__file__ = r'e:\bothans\uitk\menus.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'uitk.menus'
__status__ = 'beta'
__version__ = '0.1'
 
Author
             David Ferlier <david@netbsd-fr.org>