Package wx :: Class FontDialog
[frames | no frames]

Type FontDialog

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
        TopLevelWindow --+    
                         |    
                    Dialog --+
                             |
                            FontDialog


wx.FontDialog allows the user to select a system font and its attributes.

See Also: wx.FontData

Method Summary
FontDialog __init__(self, parent, data)
Constructor.
  __repr__(self)
FontData GetFontData(self)
Returns a reference to the internal wx.FontData used by the wx.FontDialog.

Instance Method Details

__init__(self, parent, data)
(Constructor)

Constructor. Pass a parent window and the wx.FontData object to be used to initialize the dialog controls. Call ShowModal to display the dialog. If ShowModal returns wx.ID_OK then you can fetch the results with via the wx.FontData returned by GetFontData.
Parameters:
parent
           (type=Window)
data
           (type=FontData)
Returns:
FontDialog
Overrides:
wx.Dialog.__init__

GetFontData(self)

Returns a reference to the internal wx.FontData used by the wx.FontDialog.
Returns:
FontData

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:24 2005 http://epydoc.sf.net