gtkEditableGetSelectionBounds {RGtk2} | R Documentation |
Gets the current selection bounds, if there is a selection.
gtkEditableGetSelectionBounds(object)
|
[GtkEditable ] a GtkEditable widget. |
A list containing the following elements:
retval |
[logical] TRUE if there is a selection. |
|
[integer] location to store the starting position, or NULL . |
|
[integer] location to store the end position, or NULL . |
Derived by RGtkGen from GTK+ documentation