gtkPaintExtension {RGtk2} | R Documentation |
Draws an extension, i.e. a notebook tab.
gtkPaintExtension(object, window, state.type, shadow.type, area = NULL, widget = NULL, detail = NULL, x, y, width, height, gap.side)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[GtkShadowType ] type of shadow to draw |
|
[GdkRectangle ] clip rectangle, or NULL if the
output should not be clipped |
|
[GtkWidget ] the widget (may be NULL ) |
|
[character] a style detail (may be NULL ) |
|
[integer] x origin of the extension |
|
[integer] y origin of the extension |
|
[integer] width of the extension |
|
[integer] width of the extension |
|
[GtkPositionType ] the side on to which the extension is attached |
Derived by RGtkGen from GTK+ documentation