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 is deprecated and should not be used in newly-written code. Use gtkPaintVline instead.

Usage

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

Arguments

object [GtkStyle] a GtkStyle
window [GdkWindow] a GdkWindow
state.type [GtkStateType] a state
y1 [integer] the starting y coordinate
y2 [integer] the ending y coordinate
x [integer] the x coordinate

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]