RGtk2 (version 2.20.31)

gtkDrawBox: gtkDrawBox

Description

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.

Usage

gtkDrawBox(object, window, state.type, shadow.type, x, y, width, height)

Arguments

object
window
state.type
a state
shadow.type
the type of shadow to draw
x
x origin of the box
y
y origin of the box
width
the width of the box
height
the height of the box