Package org.gnome.gdk
Class DragSurfaceSize
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gdk.DragSurfaceSize
- All Implemented Interfaces:
Proxy
The
GdkDragSurfaceSize
struct contains information that is useful
to compute the size of a drag surface.-
Constructor Summary
ConstructorDescriptionDragSurfaceSize
(MemorySegment address) Create a DragSurfaceSize proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
DragSurfaceSize
Create a DragSurfaceSize proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-
setSize
public void setSize(int width, int height) Sets the size the drag surface prefers to be resized to.- Parameters:
width
- the widthheight
- the height
-