Package winappdbg :: Module system :: Class Window
[hide private]
[frames] | no frames]

Class Window

source code


Instance Methods [hide private]
 
__init__(self, hWnd=None, process=None, thread=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_handle(self) source code
 
get_pid(self) source code
 
get_tid(self) source code
 
__get_pid_and_tid(self) source code
 
get_process(self) source code
 
get_thread(self) source code
 
get_classname(self) source code
 
get_text(self) source code
 
set_text(self, text) source code
 
get_parent(self) source code
 
get_children(self) source code
 
get_tree(self) source code
 
get_root(self) source code
 
enable(self) source code
 
disable(self) source code
 
show(self, bAsync=True) source code
 
hide(self, bAsync=True) source code
 
maximize(self, bAsync=True) source code
 
minimize(self, bAsync=True) source code
 
restore(self, bAsync=True) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, hWnd=None, process=None, thread=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)