Method
GdkX11X11Windowset_frame_extents
deprecated: 3.12 since: 3.10
Declaration [src]
void
gdk_x11_window_set_frame_extents (
GdkWindow* window,
int left,
int right,
int top,
int bottom
)
Description [src]
This is the same as gdk_window_set_shadow_width()
but it only works
on GdkX11Window.
Available since: 3.10
Deprecated since: 3.12
Use gdk_window_set_shadow_width()
instead.