Gdk.ToplevelSize¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Gdk.ToplevelSize¶
The
GdkToplevelSize
struct contains information that is useful to compute the size of a toplevel.- get_bounds()[source]¶
- Returns:
- bounds_width:
return location for width
- bounds_height:
return location for height
- Return type:
Retrieves the bounds the toplevel is placed within.
The bounds represent the largest size a toplevel may have while still being able to fit within some type of boundary. Depending on the backend, this may be equivalent to the dimensions of the work area or the monitor on which the window is being presented on, or something else that limits the way a toplevel can be presented.
- set_min_size(min_width, min_height)[source]¶
-
Sets the minimum size of the toplevel.
The minimum size corresponds to the limitations the toplevel can be shrunk to, without resulting in incorrect painting. A user of a
GdkToplevel
should calculate these given both the existing size, and the bounds retrieved from theGdkToplevelSize
object.The minimum size should be within the bounds (see [method`Gdk`.ToplevelSize.get_bounds]).
- set_shadow_width(left, right, top, bottom)[source]¶
- Parameters:
Sets the shadows size of the toplevel.
The shadow width corresponds to the part of the computed surface size that would consist of the shadow margin surrounding the window, would there be any.