gtkDrawVline: gtkDrawVline

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkDrawVline in RGtk2...