Gtk.Entry.prototype.get_cursor_hadjustment
function get_cursor_hadjustment():Gtk.Adjustment {
// Gjs wrapper for gtk_entry_get_cursor_hadjustment()
}Retrieves the horizontal cursor adjustment for the entry. See Gtk.set_cursor_hadjustment.
Since 2.12
- Returns
the horizontal cursor adjustment, or null if none has been set.