方法
GtkCellRendererget_preferred_height_for_width
已弃用:4.10
声明 [src]
void
gtk_cell_renderer_get_preferred_height_for_width (
GtkCellRenderer* cell,
GtkWidget* widget,
int width,
int* minimum_height,
int* natural_height
)
参数
widget
-
类型:
GtkWidget
该单元格将要渲染到的
GtkWidget
。数据由方法调用者所有。 width
-
类型:
int
可用于分配的大小。
minimum_height
-
类型:
int*
存储最小尺寸的位置。
该参数将由函数设置。 该参数可以是 NULL
。 natural_height
-
类型:
int*
存储首选尺寸的位置。
该参数将由函数设置。 该参数可以是 NULL
。