Function

Gtk-3.0Gtkpaint_sliderDeprecated 3.0

  • Draws a slider in the given rectangle on cr using the given style and orientation.

    Parameters

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

      a state

    • Deprecatedshadow_type: Gtk.ShadowType

      a shadow

    • Deprecatedwidget: Gtk.Widget

      the widget

    • Deprecateddetail: string

      a style detail

    • Deprecatedx: number

      the x origin of the rectangle in which to draw a slider

    • Deprecatedy: number

      the y origin of the rectangle in which to draw a slider

    • Deprecatedwidth: number

      the width of the rectangle in which to draw a slider

    • Deprecatedheight: number

      the height of the rectangle in which to draw a slider

    • Deprecatedorientation: Gtk.Orientation

      the orientation to be used

    Returns void

    since 3.0: Use gtk_render_slider() instead