paint_vline
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void paint_vline (Style style, Context cr, StateType state_type, Widget? widget, string? detail, int y1_, int y2_, int x)
Warning: paint_vline is deprecated since 3.0.
Draws a vertical line from (x
, y1_
) to (x
, y2_
) in cr
using the given style
and state.
Note:
Use render_line instead
Parameters:
style |
a Style |
cr |
a Context |
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 |
Namespace: Gtk
Package: gtk+-3.0