Ejemplo n.º 1
0
Archivo: box.go Proyecto: napsy/go-gtk3
func (self Box) Get(properties []string) map[string]interface{} {
	return gobject.Get(self, properties)
}
Ejemplo n.º 2
0
func (self Application) Get(properties []string) map[string]interface{} {
	return gobject.Get(self, properties)
}