Example #1
0
File: box.go Project: napsy/go-gtk3
func (self Box) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #2
0
func (self Application) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #3
0
func (self Container) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #4
0
func (self FontFamily) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}