Esempio n. 1
0
func (self *Surface) Paint() {
	C.gcfill(self._Pointer)
}
Esempio n. 2
0
func (self *Surface) Fill() {
	C.gcfill(self._Pointer)
}