函数
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
。数据是由函数的调用者拥有的。