虚函数
GtkCellAreasnapshot
已废弃:4.10
声明 [src]
void
snapshot (
GtkCellArea* area,
GtkCellAreaContext* context,
GtkWidget* widget,
GtkSnapshot* snapshot,
const GdkRectangle* background_area,
const GdkRectangle* cell_area,
GtkCellRendererState flags,
gboolean paint_focus
)
参数
context
-
该行的
GtkCellArea
Context。数据由方法调用者拥有。 widget
-
类型:
GtkWidget
area
正在渲染到的GtkWidget
。数据由方法调用者拥有。 snapshot
-
类型:
GtkSnapshot
要绘制的
GtkSnapshot
。数据由方法调用者拥有。 background_area
-
类型:
GdkRectangle
widget
相对坐标用于area
的背景。数据由方法调用者拥有。 cell_area
-
类型:
GdkRectangle
widget
相对坐标用于area
。数据由方法调用者拥有。 flags
-
在此行中
area
的GtkCellRenderer
State。 paint_focus
-
类型:
gboolean
是否
area
应该在焦点行上的焦点单元格上绘制焦点。