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

gtkEditableGetSelectionBounds

gtkEditableGetSelectionBounds


Description

Retrieves the selection bound of the editable. start_pos will be filled with the start of the selection and end.pos with end. If no text was selected both will be identical and FALSE will be returned.

Usage

gtkEditableGetSelectionBounds(object)

Arguments

object

a GtkEditable

Details

Note that positions are specified in characters, not bytes.

Value

A list containing the following elements:

retval

[logical] TRUE if an area is selected, FALSE otherwise

start

location to store the starting position, or NULL. [ out ][ allow-none ]

end

location to store the end position, or NULL. [ out ][ allow-none ]

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.