gtkEntryGetCursorHadjustment {RGtk2}R Documentation

gtkEntryGetCursorHadjustment

Description

Retrieves the horizontal cursor adjustment for the entry. See gtkEntrySetCursorHadjustment.

Usage

gtkEntryGetCursorHadjustment(object)

Arguments

object [GtkEntry] a GtkEntry

Details

Since 2.12

Value

[GtkAdjustment] the horizontal cursor adjustment, or NULL if none has been set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]