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