Function

Gtk-3.0Gtkpaint_arrowDeprecated 3.0

  • Draws an arrow in the given rectangle on cr using the given parameters. arrow_type determines the direction of the arrow.

    Parameters

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

      a state

    • Deprecatedshadow_type: Gtk.ShadowType

      the type of shadow to draw

    • Deprecatedwidget: Gtk.Widget

      the widget

    • Deprecateddetail: string

      a style detail

    • Deprecatedarrow_type: Gtk.ArrowType

      the type of arrow to draw

    • Deprecatedfill: boolean

      true if the arrow tip should be filled

    • Deprecatedx: number

      x origin of the rectangle to draw the arrow in

    • Deprecatedy: number

      y origin of the rectangle to draw the arrow in

    • Deprecatedwidth: number

      width of the rectangle to draw the arrow in

    • Deprecatedheight: number

      height of the rectangle to draw the arrow in

    Returns void

    since 3.0: Use gtk_render_arrow() instead