Example #1
0
func (self Layout) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #2
0
func (self FontMap) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #3
0
func (self Screen) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #4
0
func (self Window) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}
Example #5
0
func (self Device) Set(properties map[string]interface{}) {
	gobject.Set(self, properties)
}