Win32 Class Reference

Class Description

Win32 related general purpose functions
+ Inheritance diagram for Win32:

Public Member Functions

def GetCheckBox (args)
 
def GetMAXHWnd ()
 
def GetStatusPanelHWnd ()
 
def GetViewPortHWnd ()
 
def IsHovering (args)
 
def IsVistaAeroEnabled ()
 
def MakeButton2State (args)
 
def MakeButton3State (args)
 
def RegisterDialogWindow (args)
 
def RevealInExplorer (args)
 
def SetCheckBox (args)
 
def UnRegisterDialogWindow (args)
 

Static Public Attributes

tuple GetCheckBox = staticmethod(GetCheckBox)
 
tuple GetMAXHWnd = staticmethod(GetMAXHWnd)
 
tuple GetStatusPanelHWnd = staticmethod(GetStatusPanelHWnd)
 
tuple GetViewPortHWnd = staticmethod(GetViewPortHWnd)
 
tuple IsHovering = staticmethod(IsHovering)
 
tuple IsVistaAeroEnabled = staticmethod(IsVistaAeroEnabled)
 
tuple MakeButton2State = staticmethod(MakeButton2State)
 
tuple MakeButton3State = staticmethod(MakeButton3State)
 
tuple RegisterDialogWindow = staticmethod(RegisterDialogWindow)
 
tuple RevealInExplorer = staticmethod(RevealInExplorer)
 
tuple SetCheckBox = staticmethod(SetCheckBox)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple UnRegisterDialogWindow = staticmethod(UnRegisterDialogWindow)
 

Member Function Documentation

def GetCheckBox (   args)
GetCheckBox(HWND hw, int id) -> bool
def GetMAXHWnd ( )
GetMAXHWnd() -> HWND
def GetStatusPanelHWnd ( )
GetStatusPanelHWnd() -> HWND
def GetViewPortHWnd ( )
GetViewPortHWnd() -> HWND
def IsHovering (   args)
IsHovering(HWND hWnd) -> bool
IsHovering(HWND hWnd, int x, int y) -> bool
def IsVistaAeroEnabled ( )
IsVistaAeroEnabled() -> bool
def MakeButton2State (   args)
MakeButton2State(HWND hCtrl)
def MakeButton3State (   args)
MakeButton3State(HWND hCtrl)
def RegisterDialogWindow (   args)
RegisterDialogWindow(HWND hDlg)
def RevealInExplorer (   args)
RevealInExplorer(WStr path) -> bool
def SetCheckBox (   args)
SetCheckBox(HWND hw, int id, bool b)
def UnRegisterDialogWindow (   args)
UnRegisterDialogWindow(HWND hDlg) -> bool