ToplevelSize
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
public struct ToplevelSize
The `GdkToplevelSize` struct contains information that is useful to compute the size of a toplevel.
Content:
Static methods:
Methods:
- public void get_bounds (out int bounds_width, out int bounds_height)
Retrieves the bounds the toplevel is placed within.
- public void set_min_size (int min_width, int min_height)
Sets the minimum size of the toplevel.
- public void set_shadow_width (int left, int right, int top, int bottom)
Sets the shadows size of the toplevel.
- public void set_size (int width, int height)
Sets the size the toplevel prefers to be resized to.