gtkTextIterGetPixbuf {RGtk2}R Documentation

gtkTextIterGetPixbuf

Description

If the element at iter is a pixbuf, the pixbuf is returned (with no new reference count added). Otherwise, NULL is returned.

Usage

gtkTextIterGetPixbuf(object)

Arguments

object [GtkTextIter] an iterator

Value

[GdkPixbuf] the pixbuf at iter

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]