func (_self_ *PixbufAnimation) GetWidth() (_return_ C.int) { _return_ = C.gdk_pixbuf_animation_get_width((*C.GdkPixbufAnimation)(_self_._value_)) return }
/* 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 }