Esempio n. 1
0
func (v *Format) IsScalable() bool {
	return gobool(C.gdk_pixbuf_format_is_scalable(v.GPixbufFormat))
}
Esempio n. 2
0
func (_self_ *PixbufFormat) IsScalable() (_go__return__ bool) {
	var _return_ C.gboolean
	_return_ = C.gdk_pixbuf_format_is_scalable((*C.GdkPixbufFormat)(_self_))
	_go__return__ = _return_ == (C.gboolean)(C.TRUE)
	return
}