Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoScriptIterGetRange

pangoScriptIterGetRange


Description

Gets information about the range to which iter currently points. The range is the set of locations p where *start <= p < *end. (That is, it doesn't include the character stored at *end)

Usage

pangoScriptIterGetRange(object)

Arguments

Details

Since 1.4

Value

A list containing the following elements:

start

[char] location to store start position of the range, or NULL

end

[char] location to store end position of the range, or NULL

script

[PangoScript] location to store script for range, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.