Next / Previous / Contents / TCC Help System / NM Tech homepage

5.7. FontSelect.getName(): Return the current font name

Calls the method of the same name in the Controls widget.

fontselect.py
    def getName ( self ):
        """Return the current font name.
        """
        return self.controls.getName()