| gtkDrawDiamond {RGtk2} | R Documentation |
Draws a diamond in the given rectangle on window using the given
parameters.
WARNING: gtk_draw_diamond is deprecated and should not be used in newly-written code. Use gtkPaintDiamond instead.
gtkDrawDiamond(object, window, state.type, shadow.type, x, y, width, height)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[GtkShadowType] the type of shadow to draw |
|
[integer] x origin of the rectangle to draw the diamond in |
|
[integer] y origin of the rectangle to draw the diamond in |
|
[integer] width of the rectangle to draw the diamond in |
|
[integer] height of the rectangle to draw the diamond in |
Derived by RGtkGen from GTK+ documentation