Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ GetDragFullwindows
Function
GetDragFullwindows
Demo/ShowFrameWhenDrag.py:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
43
def
GetDragFullwindows():
44
rv = c_int()
45
SystemParametersInfo(SPI_GETDRAGFULLWINDOWS, 0, byref(rv), 0)
46
return
rv.value
47
48
49
def
SetDragFullwindows(value):
Callers
1
_wndproc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected