MaxPlus Python API Reference
Win32 Class Reference
+ 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

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

Detailed Description

Win32 related general purpose functions

Member Function Documentation

◆ GetCheckBox()

def GetCheckBox ( args)
GetCheckBox(HWND hw, int id) -> bool

◆ GetMAXHWnd()

def GetMAXHWnd ( )
GetMAXHWnd() -> HWND

◆ GetStatusPanelHWnd()

def GetStatusPanelHWnd ( )
GetStatusPanelHWnd() -> HWND

◆ GetViewPortHWnd()

def GetViewPortHWnd ( )
GetViewPortHWnd() -> HWND

◆ IsHovering()

def IsHovering ( args)
IsHovering(HWND hWnd) -> bool
IsHovering(HWND hWnd, int x, int y) -> bool

◆ IsVistaAeroEnabled()

def IsVistaAeroEnabled ( )
IsVistaAeroEnabled() -> bool

◆ MakeButton2State()

def MakeButton2State ( args)
MakeButton2State(HWND hCtrl)

◆ MakeButton3State()

def MakeButton3State ( args)
MakeButton3State(HWND hCtrl)

◆ RegisterDialogWindow()

def RegisterDialogWindow ( args)
RegisterDialogWindow(HWND hDlg)

◆ RevealInExplorer()

def RevealInExplorer ( args)
RevealInExplorer(WStr path) -> bool

◆ SetCheckBox()

def SetCheckBox ( args)
SetCheckBox(HWND hw, int id, bool b)

◆ UnRegisterDialogWindow()

def UnRegisterDialogWindow ( args)
UnRegisterDialogWindow(HWND hDlg) -> bool