Class Toolbox.warray

class ['a] warray : ?dir:Gtk.Tags.orientation -> unit -> object .. end
Inherits
method create : ('a -> entry) -> unit
method set : 'a list -> unit
method get : 'a list
method mem : 'a -> bool
method append : 'a -> unit
method insert : ?after:'a -> 'a -> unit
method remove : 'a -> unit
method update : unit -> unit