Method

GtkEntryget_cursor_hadjustment

since: 2.12

Declaration [src]

GtkAdjustment*
gtk_entry_get_cursor_hadjustment (
  GtkEntry* entry
)

Description [src]

Retrieves the horizontal cursor adjustment for the entry. See gtk_entry_set_cursor_hadjustment().

Available since: 2.12

Return value

Type: GtkAdjustment

The horizontal cursor adjustment, or NULL if none has been set.

The returned data is owned by the instance.
The return value can be NULL.