package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Scrollbar

type t = [ `scrollbar | `widget | `initially_unowned | `object_ ] Gobject.obj
val new_ : Gtk_enums.orientation -> [ `adjustment | `initially_unowned | `object_ ] Gobject.obj option -> t

Create a new Scrollbar

val set_adjustment : t -> [ `adjustment | `initially_unowned | `object_ ] Gobject.obj option -> unit

Makes the scrollbar use the given adjustment.

val get_adjustment : t -> [ `adjustment | `initially_unowned | `object_ ] Gobject.obj

Returns the scrollbar's adjustment.