Method

GtkTextViewget_vadjustment

deprecated: 3.0 since: 2.22

Declaration [src]

GtkAdjustment*
gtk_text_view_get_vadjustment (
  GtkTextView* text_view
)

Description [src]

Gets the vertical-scrolling GtkAdjustment.

Available since: 2.22

Deprecated since: 3.0

Use gtk_scrollable_get_vadjustment()

Return value

Type: GtkAdjustment

Pointer to the vertical GtkAdjustment.

The returned data is owned by the instance.