| gtkDrawExtension {RGtk2} | R Documentation |
Draws an extension, i.e. a notebook tab.
WARNING: gtk_draw_extension is deprecated and should not be used in newly-written code. Use gtkPaintExtension instead.
gtkDrawExtension(object, window, state.type, shadow.type, x, y, width, height, gap.side)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[GtkShadowType] type of shadow to draw |
|
[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