方法

声明 [源]

void
gtk_entry_set_icon_from_paintable (
  GtkEntry* entry,
  GtkEntryIconPosition icon_pos,
  GdkPaintable* paintable
)

描述 [源]

使用 GdkPaintable 设置指定位置的图标。

如果 paintableNULL,则在指定位置将不显示任何图标。

参数

icon_pos

类型: GtkEntryIconPosition

图标位置。

paintable

类型: GdkPaintable

一个 GdkPaintable

该参数可以是 NULL
数据由方法的调用者拥有。