예제 #1
0
파일: box.go 프로젝트: napsy/go-gtk3
func (self Box) Get(properties []string) map[string]interface{} {
	return gobject.Get(self, properties)
}
예제 #2
0
func (self Application) Get(properties []string) map[string]interface{} {
	return gobject.Get(self, properties)
}