Function

Gtk-3.0Gtkpaint_vlineDeprecated 3.0

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

    Parameters

    • Deprecatedstyle: Gtk.Style
    • Deprecatedcr: default.Context
    • Deprecatedstate_type: Gtk.StateType

      a state

    • Deprecatedwidget: Gtk.Widget

      the widget

    • Deprecateddetail: string

      a style detail

    • Deprecatedy1_: number

      the starting y coordinate

    • Deprecatedy2_: number

      the ending y coordinate

    • Deprecatedx: number

      the x coordinate

    Returns void

    since 3.0: Use gtk_render_line() instead