gtkDrawBoxGap {RGtk2} | R Documentation |
Draws a box in window
using the given style and state and shadow type,
leaving a gap in one side.
WARNING: gtk_draw_box_gap
is deprecated and should not be used in newly-written code. Use gtkPaintBoxGap
instead.
gtkDrawBoxGap(object, window, state.type, shadow.type, x, y, width, height, gap.side, gap.x, gap.width)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[GtkShadowType ] type of shadow to draw |
|
[integer] x origin of the rectangle |
|
[integer] y origin of the rectangle |
|
[integer] width of the rectangle |
|
[integer] width of the rectangle |
|
[GtkPositionType ] side in which to leave the gap |
|
[integer] starting position of the gap |
|
[integer] width of the gap |
Derived by RGtkGen from GTK+ documentation