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