set_frame_extents
Description:
[ Version ( deprecated = true , deprecated_since = "3.12" , since = "3.10" ) ]
public void set_frame_extents (int left, int right, int top, int bottom)
public void set_frame_extents (int left, int right, int top, int bottom)
Warning: set_frame_extents is deprecated since 3.12.
This is the same as set_shadow_width but it only works on GdkX11Window.
Note:
Use set_shadow_width instead.
Parameters:
this |
a Window |
left |
The left extent |
right |
The right extent |
top |
The top extent |
bottom |
The bottom extent |