Exemplo n.º 1
0
func (_self_ *PixbufAnimation) GetWidth() (_return_ C.int) {
	_return_ = C.gdk_pixbuf_animation_get_width((*C.GdkPixbufAnimation)(_self_._value_))
	return
}
Exemplo n.º 2
0
/*
Queries the width of the bounding box of a pixbuf animation.
*/
func (self *TraitPixbufAnimation) GetWidth() (return__ int) {
	var __cgo__return__ C.int
	__cgo__return__ = C.gdk_pixbuf_animation_get_width(self.CPointer)
	return__ = int(__cgo__return__)
	return
}