gdkPixbufGetRowstride {RGtk2}R Documentation

gdkPixbufGetRowstride

Description

Queries the rowstride of a pixbuf, which is the number of bytes between the start of a row and the start of the next row.

Usage

gdkPixbufGetRowstride(object)

Arguments

object [GdkPixbuf] A pixbuf.

Value

[integer] Distance between row starts.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]