虚拟方法
GtkBuildableget_internal_child
声明 [src]
GObject*
get_internal_child (
GtkBuildable* buildable,
GtkBuilder* builder,
const char* childname
)
参数
builder
-
类型:
GtkBuilder
一个
GtkBuilder
。数据由方法调用者所有。 childname
-
类型: const char*
子项的名称。
数据由方法调用者所有。 该值是一个以 NULL 结尾的 UTF-8 字符串。
返回值
类型: GObject
构建对象内部的子项。
返回的数据由实例所有。 |