方法
GtkIconViewset_tooltip_cell
已废弃: 4.10
声明 [来源]
void
gtk_icon_view_set_tooltip_cell (
GtkIconView* icon_view,
GtkTooltip* tooltip,
GtkTreePath* path,
GtkCellRenderer* cell
)
描述 [来源]
将tooltip的提示区域设置为path指向的项中cell所占据的区域。请参阅gtk_tooltip_set_tip_area()。
有关更简单的替代方案,请参阅gtk_icon_view_set_tooltip_column()。
自4.10起已弃用
请使用GtkGridView代替。
参数
tooltip-
类型:
GtkTooltip一个
GtkTooltip。数据由方法的调用者拥有。 path-
类型:
GtkTreePath一个
GtkTreePath。数据由方法的调用者拥有。 cell-
类型:
GtkCellRenderer一个
GtkCellRenderer。该参数可以是 NULL。数据由方法的调用者拥有。