paint_vline


Description:


public void paint_vline (Style style, Window window, StateType state_type, Rectangle? area, Widget? widget, string? detail, int y1_, int y2_, int x)

Draws a vertical line from (x, y1_) to (x, y2_) in cr using the given style and state.

Note:

Use gtk_render_line instead

Parameters:

style

a Style

state_type

a state

widget

the widget

detail

a style detail

y1_

the starting y coordinate

y2_

the ending y coordinate

x

the x coordinate

cr

a Context


Namespace: Gtk
Package: gtk+-2.0