gtkPaintBoxGap {RGtk2} | R Documentation |
Draws a box in window
using the given style and state and shadow type,
leaving a gap in one side.
gtkPaintBoxGap(object, window, state.type, shadow.type, area = NULL, widget = NULL, detail = NULL, 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 |
|
[GdkRectangle ] clip rectangle, or NULL if the
output should not be clipped |
|
[GtkWidget ] the widget (may be NULL ) |
|
[character] a style detail (may be NULL ) |
|
[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