]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_windows.py
use consistent names (Graphic vs. Graphics)
[wxWidgets.git] / wxPython / src / mac / _windows.py
index 3735287566cf669803c7d448c83d190287e9791a..7e3edded6f7bf75131236c969e19005e3c57872b 100644 (file)
@@ -2773,7 +2773,6 @@ class FontData(_core.Object):
     AllowSymbols = property(GetAllowSymbols,SetAllowSymbols,doc="See `GetAllowSymbols` and `SetAllowSymbols`") 
     ChosenFont = property(GetChosenFont,SetChosenFont,doc="See `GetChosenFont` and `SetChosenFont`") 
     Colour = property(GetColour,SetColour,doc="See `GetColour` and `SetColour`") 
-    EnableEffects = property(GetEnableEffects,doc="See `GetEnableEffects`") 
     InitialFont = property(GetInitialFont,SetInitialFont,doc="See `GetInitialFont` and `SetInitialFont`") 
     ShowHelp = property(GetShowHelp,SetShowHelp,doc="See `GetShowHelp` and `SetShowHelp`") 
 _windows_.FontData_swigregister(FontData)