方法
GtkCellAreasnapshot
已弃用:4.10
声明 [src]
void
gtk_cell_area_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
-
类型:
GtkRectangle
widget
的相对坐标,用于area
的背景。数据由方法调用者拥有。 cell_area
-
类型:
GtkRectangle
相对于
widget
的area
坐标。数据由方法调用者拥有。 标志
-
当前行中
area
的GtkCellRenderer
状态。 绘制焦点
-
类型:
gboolean
是否应在焦点行中绘制造热点。
area
是否应该为聚焦单元格绘制焦点。