Description Usage Arguments Author(s)
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.
1 2 | gtkDrawBox(object, window, state.type, shadow.type, x, y, width,
height)
|
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.