Function

Gtk-3.0Gtkpaint_checkDeprecated 3.0

  • Draws a check button indicator in the given rectangle on cr with the given parameters.

    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

    • Deprecatedx: number

      x origin of the rectangle to draw the check in

    • Deprecatedy: number

      y origin of the rectangle to draw the check in

    • Deprecatedwidth: number

      the width of the rectangle to draw the check in

    • Deprecatedheight: number

      the height of the rectangle to draw the check in

    Returns void

    since 3.0: Use gtk_render_check() instead