Gdk.DragSurfaceSize¶ record (struct) Contains information that is useful to compute the size of a drag surface. Methods¶ set_size¶ def set_size(self, width: int, height: int) -> None Sets the size the drag surface prefers to be resized to. Parameters: width — the width height — the height