gtkDrawHandle: gtkDrawHandle

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Draws a handle as used in GtkHandleBox and GtkPaned. WARNING: gtk_draw_handle has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintHandle instead.

Usage

1
2
gtkDrawHandle(object, window, state.type, shadow.type, x, y, 
    width, height, orientation)

Arguments

object

a GtkStyle

window

a GdkWindow

state.type

a state

shadow.type

type of shadow to draw

x

x origin of the handle

y

y origin of the handle

width

with of the handle

height

height of the handle

orientation

the orientation of the handle

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkDrawHandle in RGtk2...