Style.paintHandle

Warning gtk_paint_handle has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_handle() instead Draws a handle as used in GtkHandleBox and GtkPaned.

class Style
deprecated
void
paintHandle

Parameters

cr Context

a cairo_t

stateType GtkStateType

a state

shadowType GtkShadowType

type of shadow to draw

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

x int

x origin of the handle

y int

y origin of the handle

width int

with of the handle

height int

height of the handle

orientation GtkOrientation

the orientation of the handle

Meta