函数

Gtkrender_background

已过时:4.10 

声明 [src]

void
gtk_render_background (
  GtkStyleContext* context,
  cairo_t* cr,
  double x,
  double y,
  double width,
  double height
)

描述 [src]

渲染元素的背景。

典型的背景渲染,显示了 background-imageborder-widthborder-radius 的效果

.

自版本 4.10 起弃用

请不要在新建代码中使用它。

参数

context

类型: GtkStyleContext

GtkStyleContext

数据归函数调用者所有。
cr

类型: cairo_t

cairo_t

数据归函数调用者所有。
x

类型: double

矩形的 X 原点。

y

类型: double

矩形的 Y 原点。

width

类型: double

矩形宽度。

height

类型: double

矩形高度。