构造函数
GtkCellViewnew_with_context
已弃用:4.10
声明 [源代码]
GtkWidget*
gtk_cell_view_new_with_context (
GtkCellArea* area,
GtkCellAreaContext* context
)
描述 [源代码]
创建一个新的 GtkCellView
控件,具有特定的 GtkCellArea
用于排列单元格,以及特定的 GtkCellAreaContext
。
为少量单元格指定相同的上下文,允许底层区域同步这些单元格的几何形状,这样就可以与其他行的单元格视图对齐。
自 4.10 版本起弃用
请勿在新编写的代码中使用它。
参数
area
-
类型:
GtkCellArea
用于排列单元格的
GtkCellArea
。数据由函数的调用者所有。 context
-
在其中计算单元格几何形状的
GtkCellAreaContext
。数据由函数的调用者所有。
返回值
类型: GtkWidget
一个新创建的 GtkCellView
控件。
数据由调用函数所有。 |