paint_flat_box


Description:


public void paint_flat_box (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle? area, Widget? widget, string? detail, int x, int y, int width, int height)

Draws a flat box on cr with the given parameters.

Note:

Use gtk_render_frame and gtk_render_background instead

Parameters:

style

a Style

state_type

a state

shadow_type

the type of shadow to draw

widget

the widget

detail

a style detail

x

x origin of the box

y

y origin of the box

width

the width of the box

height

the height of the box

cr

a Context


Namespace: Gtk
Package: gtk+-2.0