[][src]Function gtk_sys::gtk_paint_resize_grip

pub unsafe extern "C" fn gtk_paint_resize_grip(
    style: *mut GtkStyle,
    cr: *mut cairo_t,
    state_type: GtkStateType,
    widget: *mut GtkWidget,
    detail: *const c_char,
    edge: GdkWindowEdge,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int
)