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