Method
GtkTextViewget_hadjustment
deprecated: 3.0 since: 2.22
Declaration [src]
GtkAdjustment*
gtk_text_view_get_hadjustment (
GtkTextView* text_view
)
Description [src]
Gets the horizontal-scrolling GtkAdjustment
.
Available since: 2.22
Deprecated since: 3.0
Use gtk_scrollable_get_hadjustment().
Return value
Type: GtkAdjustment
Pointer to the horizontal GtkAdjustment
.
The returned data is owned by the instance. |