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