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() nothrow
void getBounds(out int boundsWidth, out int boundsHeight) nothrowRetrieves the bounds the toplevel is placed within.
void setMinSize(int minWidth, int minHeight) nothrowSets the minimum size of the toplevel.
void setShadowWidth(int left, int right, int top, int bottom) nothrowSets the shadows size of the toplevel.
void setSize(int width, int height) nothrowSets the size the toplevel prefers to be resized to.
Constructors
this(void * ptr, Flag!"Take" take)