MCPcopy Create free account
hub / github.com/PyQt5/PyQt / SetDragFullwindows

Function SetDragFullwindows

Demo/ShowFrameWhenDrag.py:49–50  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

47
48
49def SetDragFullwindows(value):
50 SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, value, 0, 0)
51
52
53class Window(QWidget):

Callers 1

_wndprocMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected