Contents
|
PyCWnd
.GetScrollInfo
SCROLLINFO tuple
=
GetScrollInfo(
nBar
, mask
)
Returns information about a scroll bar
Parameters
nBar
: int
The scroll bar to examine. Can be one of win32con.SB_BOTH, win32con.SB_VERT or win32con.SB_HORZ
mask=SIF_ALL
: int
The mask for attributes to retrieve.