gtkmm 4.16.0
|
Information for computing drag surface size. More...
#include <gdkmm/dragsurfacesize.h>
Public Member Functions | |
DragSurfaceSize (GdkDragSurfaceSize *gobject) | |
DragSurfaceSize (const DragSurfaceSize &other)=delete | |
DragSurfaceSize & | operator= (const DragSurfaceSize &other)=delete |
DragSurfaceSize (DragSurfaceSize &&other) noexcept | |
DragSurfaceSize & | operator= (DragSurfaceSize &&other) noexcept |
~DragSurfaceSize () noexcept | |
operator bool () const | |
Checks if this instance is valid. | |
GdkDragSurfaceSize * | gobj () |
Provides access to the underlying C object. | |
const GdkDragSurfaceSize * | gobj () const |
Provides access to the underlying C object. | |
void | set_size (int width, int height) |
Sets the size the drag surface prefers to be resized to. | |
Protected Attributes | |
GdkDragSurfaceSize * | gobject_ |
Information for computing drag surface size.
Gdk::DragSurfaceSize contains information that is useful to compute the size of a drag surface.
|
explicit |
|
delete |
|
noexcept |
|
noexcept |
|
inline |
Provides access to the underlying C object.
|
inline |
Provides access to the underlying C object.
|
explicit |
|
delete |
|
noexcept |
void Gdk::DragSurfaceSize::set_size | ( | int | width, |
int | height | ||
) |
Sets the size the drag surface prefers to be resized to.
width | The width. |
height | The height. |
|
protected |