示例#1
0
文件: box.go 项目: napsy/go-gtk3
func (self Box) Get(properties []string) map[string]interface{} {
	return gobject.Get(self, properties)
}
示例#2
0
func (self Application) Get(properties []string) map[string]interface{} {
	return gobject.Get(self, properties)
}