| gtkDrawFlatBox {RGtk2} | R Documentation |
Draws a flat box on window with the given parameters.
WARNING: gtk_draw_flat_box has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintFlatBox instead.
gtkDrawFlatBox(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