| gtkDrawBox {RGtk2} | R Documentation |
Draws a box on window with the given parameters.
WARNING: gtk_draw_box has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintBox instead.
gtkDrawBox(object, window, state.type, shadow.type, x, y, width,
height)
|
a |
|
|
|
a state |
|
the type of shadow to draw |
|
x origin of the box |
|
y origin of the box |
|
the width of the box |
|
the height of the box |
Derived by RGtkGen from GTK+ documentation