~barry/ubuntu/natty/mgltools-viewerframework/bug-685476

« back to all changes in this revision

Viewing changes to ViewerFramework/customizeVFGUICommands.py

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2009-05-16 00:51:33 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090516005133-fh1r2uu2fpcb7y2d
Tags: 1.5.4.cvs.20090528-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#############################################################################
8
8
 
9
9
#
10
 
# $Header: /opt/cvs/python/packages/share1.5/ViewerFramework/customizeVFGUICommands.py,v 1.28 2009/04/21 16:33:02 sargis Exp $
 
10
# $Header: /opt/cvs/python/packages/share1.5/ViewerFramework/customizeVFGUICommands.py,v 1.26.2.1 2009/02/26 18:10:57 sargis Exp $
11
11
#
12
 
# $Id: customizeVFGUICommands.py,v 1.28 2009/04/21 16:33:02 sargis Exp $
 
12
# $Id: customizeVFGUICommands.py,v 1.26.2.1 2009/02/26 18:10:57 sargis Exp $
13
13
#
14
14
 
15
15
 
296
296
                           callbackFunc = [self.callbackFunc],
297
297
                           validateFunc = self.validateFunc,
298
298
                           category="Viewer",
299
 
                           doc="""Fonts used for Graphical User Interface. Use File -> Preferences -> "Change Font" to select a new font.""")
 
299
                           doc="""Use File -> Preferences -> "Change Font" for the Graphical User Interface""")
300
300
            
301
301
    def validateFunc(self, font):
302
302
        root=self.vf.GUI.ROOT.tk