Window.setFrameDimensions

Warning gtk_window_set_frame_dimensions has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3 (Note: this is a special-purpose function intended for the framebuffer port; see gtk_window_set_has_frame(). It will have no effect on the window border drawn by the window manager, which is the normal case when using the X Window system.) For windows with frames (see gtk_window_set_has_frame()) this function can be used to change the size of the frame border.

class Window
void
setFrameDimensions
(
int left
,
int top
,
int right
,
int bottom
)

Parameters

left int

The width of the left border

top int

The height of the top border

right int

The width of the right border

bottom int

The height of the bottom border

Meta