Virtual Method

GtkStyledraw_vline

Declaration [src]

void
draw_vline (
  GtkStyle* style,
  cairo_t* cr,
  GtkStateType state_type,
  GtkWidget* widget,
  const gchar* detail,
  gint y1_,
  gint y2_,
  gint x
)

Description

No description available.

Parameters

cr

Type: cairo_t

No description available.

The data is owned by the caller of the method.
state_type

Type: GtkStateType

No description available.

widget

Type: GtkWidget

No description available.

The data is owned by the caller of the method.
detail

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
y1_

Type: gint

No description available.

y2_

Type: gint

No description available.

x

Type: gint

No description available.