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