虚拟方法
GtkBuildableadd_child
声明 [src]
void
add_child (
GtkBuildable* buildable,
GtkBuilder* builder,
GObject* child,
const char* type
)
参数
builder
-
类型:
GtkBuilder
一个
GtkBuilder
。数据由该方法调用方拥有。 child
-
类型:
GObject
要添加的子项。
数据由该方法调用方拥有。 type
-
类型:
const char*
子项类型或
NULL
。参数可以是 NULL
。数据由该方法调用方拥有。 该值是一个以空字符终止的 UTF-8 字符串。