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