Function

Gtk-3.0Gtkpaint_resize_gripDeprecated 3.0

  • Draws a resize grip in the given rectangle on cr using the given parameters.

    Parameters

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

      a state

    • Deprecatedwidget: Gtk.Widget

      the widget

    • Deprecateddetail: string

      a style detail

    • Deprecatededge: Gdk.WindowEdge

      the edge in which to draw the resize grip

    • Deprecatedx: number

      the x origin of the rectangle in which to draw the resize grip

    • Deprecatedy: number

      the y origin of the rectangle in which to draw the resize grip

    • Deprecatedwidth: number

      the width of the rectangle in which to draw the resize grip

    • Deprecatedheight: number

      the height of the rectangle in which to draw the resize grip

    Returns void

    since 3.0: Use gtk_render_handle() instead