gdk.toplevel_size

Module for [ToplevelSize] class

Types 1

The [gdk.toplevel_size.ToplevelSize] struct contains information that is useful to compute the size of a toplevel.

Fields
GdkToplevelSize * _cInstancePtr
bool owned
Methods
void * _cPtr()
void getBounds(out int boundsWidth, out int boundsHeight)Retrieves the bounds the toplevel is placed within.
void setMinSize(int minWidth, int minHeight)Sets the minimum size of the toplevel.
void setShadowWidth(int left, int right, int top, int bottom)Sets the shadows size of the toplevel.
void setSize(int width, int height)Sets the size the toplevel prefers to be resized to.
Constructors
this(void * ptr, Flag!"Take" take)