paint_hline


Description:


public void paint_hline (Style style, Window window, StateType state_type, Rectangle? area, Widget? widget, string? detail, int x1, int x2, int y)

Draws a horizontal line from (x1, y) to (x2, y) 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

x1

the starting x coordinate

x2

the ending x coordinate

y

the y coordinate

cr

a caio_t


Namespace: Gtk
Package: gtk+-2.0