Description Usage Arguments Author(s)
Draws an arrow in the given rectangle on window
using the given
parameters. arrow.type
determines the direction of the arrow.
WARNING: gtk_draw_arrow
has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintArrow
instead.
1 2 | gtkDrawArrow(object, window, state.type, shadow.type, arrow.type,
fill, x, y, width, height)
|
|
a |
|
a |
|
a state |
|
the type of shadow to draw |
|
the type of arrow to draw |
|
|
|
x origin of the rectangle to draw the arrow in |
|
y origin of the rectangle to draw the arrow in |
|
width of the rectangle to draw the arrow in |
|
height of the rectangle to draw the arrow in |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.