Win32 Class Reference

Class Description

Win32 related general purpose functions
+ Inheritance diagram for Win32:

Public Member Functions

def GetCheckBox
 
def GetMAXHWnd
 
def GetStatusPanelHWnd
 
def GetViewPortHWnd
 
def IsHovering
 
def IsThemeSupported
 
def IsVistaAeroEnabled
 
def MakeButton2State
 
def MakeButton3State
 
def RegisterDialogWindow
 
def RevealInExplorer
 
def Set3dsMaxAsParentWindow
 
def SetCheckBox
 
def UnRegisterDialogWindow
 

Static Public Attributes

tuple GetCheckBox = staticmethod(GetCheckBox)
 
tuple GetMAXHWnd = staticmethod(GetMAXHWnd)
 
tuple GetStatusPanelHWnd = staticmethod(GetStatusPanelHWnd)
 
tuple GetViewPortHWnd = staticmethod(GetViewPortHWnd)
 
tuple IsHovering = staticmethod(IsHovering)
 
tuple IsThemeSupported = staticmethod(IsThemeSupported)
 
tuple IsVistaAeroEnabled = staticmethod(IsVistaAeroEnabled)
 
tuple MakeButton2State = staticmethod(MakeButton2State)
 
tuple MakeButton3State = staticmethod(MakeButton3State)
 
tuple RegisterDialogWindow = staticmethod(RegisterDialogWindow)
 
tuple RevealInExplorer = staticmethod(RevealInExplorer)
 
tuple Set3dsMaxAsParentWindow = staticmethod(Set3dsMaxAsParentWindow)
 
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 IsThemeSupported ( )
IsThemeSupported() -> 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 Set3dsMaxAsParentWindow (   args)
Set3dsMaxAsParentWindow(HWND h) -> bool
def SetCheckBox (   args)
SetCheckBox(HWND hw, int id, bool b)
def UnRegisterDialogWindow (   args)
UnRegisterDialogWindow(HWND hDlg) -> bool