sig
type t
val create :
?name:string ->
w:int ->
h:int ->
length:int ->
?first:int ->
generate:(int -> Bogue.Layout.t) ->
?height_fn:(int -> int option) ->
?cleanup:(Bogue.Layout.t -> unit) ->
?max_memory:int ->
?linear:bool ->
?scrollbar_width:int -> ?scale_width:bool -> unit -> Bogue.Long_list.t
val create_layout :
?name:string ->
w:int ->
h:int ->
length:int ->
?first:int ->
generate:(int -> Bogue.Layout.t) ->
?height_fn:(int -> int option) ->
?cleanup:(Bogue.Layout.t -> unit) ->
?max_memory:int ->
?linear:bool ->
?scrollbar_width:int -> ?scale_width:bool -> unit -> Bogue.Layout.t
val get_layout : Bogue.Long_list.t -> Bogue.Layout.t
val get_scroll : Bogue.Long_list.t -> float
val set_scroll : Bogue.Long_list.t -> float -> unit
end