Function

Gtkpaint_handle

deprecated: 3.0

Declaration [src]

void
gtk_paint_handle(
GtkStyle*style,
cairo_t*cr,
GtkStateTypestate_type,
GtkShadowTypeshadow_type,
GtkWidget*widget,
constgchar*detail,
gintx,
ginty,
gintwidth,
gintheight,
GtkOrientationorientation
)

Description [src]

Draws a handle as used in GtkHandleBox and GtkPaned.

Deprecated since: 3.0

Use gtk_render_handle() instead.

Parameters

style

Type: GtkStyle

A GtkStyle.

The data is owned by the caller of the function.
cr

Type:

A #cairo_t.

The data is owned by the caller of the function.
state_type

Type: GtkStateType

A state.

shadow_type

Type: GtkShadowType

Type of shadow to draw.

widget

Type: GtkWidget

The widget.

The argument can be NULL.
The data is owned by the caller of the function.
detail

Type: const gchar*

A style detail.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
x

Type: gint

X origin of the handle.

y

Type: gint

Y origin of the handle.

width

Type: gint

With of the handle.

height

Type: gint

Height of the handle.

orientation

Type: GtkOrientation

The orientation of the handle.

AltStyle によって変換されたページ (->オリジナル) /