ToplevelSize
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gdk_toplevel_size_get_type ()" ) ]
[ Compact ( opaque = true ) ]
public class ToplevelSize
The `GdkToplevelSize` struct contains information that is useful to compute the size of a toplevel.
Content:
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.