Пример #1
0
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)
}