构造函数

GtkCellViewnew_with_texture

已弃用: 4.10 

声明 [src]

GtkWidget*
gtk_cell_view_new_with_texture (
  GdkTexture* texture
)

描述 [src]

创建一个新的 GtkCellView 小部件,向其中添加一个 GtkCellRendererPixbuf,并使其显示 texture

自 4.10 版本以来已弃用

请勿在新编写代码中使用它。

参数

texture

类型: GdkTexture

要在单元格视图中显示的图像。

数据由函数的调用者拥有。

返回值

类型: GtkWidget

一个新创建的 GtkCellView 小部件。

数据由被调用函数拥有。