:right-sidebar: True DragSurfaceSize =================================================================== .. currentmodule:: gi.repository.Gdk .. versionadded:: 4.12 .. class:: DragSurfaceSize(*args, **kwargs) :no-contents-entry: The ``GdkDragSurfaceSize`` struct contains information that is useful to compute the size of a drag surface. Methods ------- .. rst-class:: interim-class .. class:: DragSurfaceSize :no-index: .. method:: set_size(width: int, height: int) -> None Sets the size the drag surface prefers to be resized to. .. versionadded:: 4.12 :param width: the width :param height: the height