gdk.toplevel_size
Module for [ToplevelSize] class
class ToplevelSize
Types 1
classToplevelSize
The [gdk.toplevel_size.ToplevelSize] struct contains information that is useful to compute the size of a toplevel.
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.