Clist.clistSourceinherit Stk.Widget.widgetval mutable columns : 'a column arrayval mutable selection : Stk.Misc.ISet.tmethod add_column : ?pos:int -> 'a column -> intmethod private column_index : 'a column -> int optionmethod column_by_index : int -> 'a column optionmethod connect_data_set : ('a list -> unit) -> Stk.Events.callback_idmethod connect_row_inserted : (int -> 'a -> unit) -> Stk.Events.callback_idmethod connect_row_removed : (int -> 'a -> unit) -> Stk.Events.callback_idmethod connect_row_selected : (int -> 'a -> unit) -> Stk.Events.callback_idmethod connect_row_unselected : (int -> 'a -> unit) -> Stk.Events.callback_idmethod connect_row_updated : (int -> prev:'a -> now:'a -> unit) ->
Stk.Events.callback_idmethod focused_cell : (int * 'a column) optionReturn the row and column having the focus, if any.
method remove_column : 'a column -> unitmethod render_separators : Tsdl.Sdl.renderer ->
offset:(int * int) ->
Stk.G.t ->
unitmethod selection_mode : Stk.Props.selection_modemethod set_selection_mode : Stk.Props.selection_mode -> unitmethod set_sorted : sorted -> unitmethod sort_by_column : ?order:sort_order -> 'a column -> unitmethod sorted : sorted option