]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/Misc.py
   1 """Decorator classes for documentation and shell scripting. 
   4 __author__ 
= "Patrick K. O'Brien <pobrien@orbtech.com>" 
   6 __revision__ 
= "$Revision$"[11:-2] 
   9 # These are not the real wxPython classes. These are Python versions 
  10 # for documentation purposes. They are also used to apply docstrings 
  11 # to the real wxPython classes, which are SWIG-generated wrappers for 
  15 from Base 
import Object
 
  16 import Parameters 
as wx
 
  19 class ArtProvider(Object
): 
  26     def _setCallbackInfo(self
): 
  43 class BusyInfo(Object
): 
  58     def GetPosition(self
): 
  62     def GetPositionTuple(self
): 
  70     def GetSizeTuple(self
): 
 119 class EncodingConverter(Object
): 
 139 class DirItemData(Object
): 
 142     def SetNewDirName(self
): 
 146     def __getattr__(self
): 
 154     def __setattr__(self
): 
 159 class Effects(Object
): 
 162     def DrawSunkenEdge(self
): 
 166     def GetDarkShadow(self
): 
 170     def GetFaceColour(self
): 
 174     def GetHighlightColour(self
): 
 178     def GetLightShadow(self
): 
 182     def GetMediumShadow(self
): 
 190     def SetDarkShadow(self
): 
 194     def SetFaceColour(self
): 
 198     def SetHighlightColour(self
): 
 202     def SetLightShadow(self
): 
 206     def SetMediumShadow(self
): 
 210     def TileBitmap(self
): 
 219 class FontEnumerator
: 
 222     def EnumerateEncodings(self
): 
 226     def EnumerateFacenames(self
): 
 230     def GetEncodings(self
): 
 234     def GetFacenames(self
): 
 246     def _setCallbackInfo(self
): 
 254     def CharsetToEncoding(self
): 
 258     def GetAltForEncoding(self
): 
 262     def IsEncodingAvailable(self
): 
 270     def SetConfigPath(self
): 
 274     def SetDialogParent(self
): 
 278     def SetDialogTitle(self
): 
 294     def __getattr__(self
): 
 302     def __setattr__(self
): 
 310     def AddCatalog(self
): 
 314     def GetCanonicalName(self
): 
 318     def GetLanguage(self
): 
 334     def GetSysName(self
): 
 359 class NativeFontInfo
: 
 362     def FromString(self
): 
 366     def FromUserString(self
): 
 370     def GetEncoding(self
): 
 374     def GetFaceName(self
): 
 382     def GetPointSize(self
): 
 390     def GetUnderlined(self
): 
 402     def SetEncoding(self
): 
 406     def SetFaceName(self
): 
 414     def SetPointSize(self
): 
 422     def SetUnderlined(self
): 
 434     def ToUserString(self
): 
 447 class PyTimer(Object
): 
 450     def GetInterval(self
): 
 511 class SystemSettings
: 
 519 class Timer(PyTimer
): 
 522     def __init__(self
, evtHandler
=None, id=-1): 
 523         """Create a Timer instance.""" 
 547 class WindowDisabler
: