函数
Gtk可编辑delegate_set_property
声明 [src]
gboolean
gtk_editable_delegate_set_property (
GObject* object,
guint prop_id,
const GValue* value,
GParamSpec* pspec
)
参数
object-
类型:
GObject一个
GObject。数据是由函数的调用者拥有的。 prop_id-
类型:
guint一个属性标识符。
value-
类型:
GValue待设置的值。
数据是由函数的调用者拥有的。 pspec-
类型:
GParamSpec属性的
GParamSpec。数据是由函数的调用者拥有的。