gtkDrawVline {RGtk2}R Documentation

gtkDrawVline

Description

Draws a vertical line from (x, y1.) to (x, y2.) in window using the given style and state. WARNING: gtk_draw_vline has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintVline instead.

Usage

gtkDrawVline(object, window, state.type, y1, y2, x)

Arguments

object

a GtkStyle

window

a GdkWindow

state.type

a state

y1

the starting y coordinate

y2

the ending y coordinate

x

the x coordinate

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]