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

gtkEntrySetCursorHadjustment

gtkEntrySetCursorHadjustment


Description

Hooks up an adjustment to the cursor position in an entry, so that when the cursor is moved, the adjustment is scrolled to show that position. See gtkScrolledWindowGetHadjustment for a typical way of obtaining the adjustment.

Usage

gtkEntrySetCursorHadjustment(object, adjustment)

Arguments

object

a GtkEntry

adjustment

an adjustment which should be adjusted when the cursor is moved, or NULL

Details

The adjustment has to be in pixel units and in the same coordinate system as the entry. Since 2.12

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.