_gtkTextBufferImageGet

Retrieves the pixbuf from a textbuffer.

Récupère une ressource image contenue dans un textbuffer.

Type :

fun [ObjGtkTextBuffer I] ObjGtkPixbuf

_textbuffer_ : ObjGtkTextBuffer : any textbuffer already created.

_position_ : I : the position where the widget was included.

Return : ObjGtkPixbuf : the resource or nil if error.

Back