([> Gtk.clist ] as 'a) Gtk.obj ->
object ('b)
val obj : 'a Gtk.obj
method add : callback:(GObj.widget -> unit) -> GtkSignal.id
method after : 'b
method click_column : callback:(int -> unit) -> GtkSignal.id
method destroy : callback:(unit -> unit) -> GtkSignal.id
method notify_border_width : callback:(int -> unit) -> GtkSignal.id
method notify_n_columns : callback:(int -> unit) -> GtkSignal.id
method notify_reorderable : callback:(bool -> unit) -> GtkSignal.id
method notify_resize_mode :
callback:(GtkEnums.resize_mode -> unit) -> GtkSignal.id
method notify_row_height : callback:(int -> unit) -> GtkSignal.id
method notify_selection_mode :
callback:(GtkEnums.selection_mode -> unit) -> GtkSignal.id
method notify_shadow_type :
callback:(GtkEnums.shadow_type -> unit) -> GtkSignal.id
method notify_sort_type :
callback:(GtkEnums.sort_type -> unit) -> GtkSignal.id
method notify_titles_active : callback:(bool -> unit) -> GtkSignal.id
method notify_use_drag_icons : callback:(bool -> unit) -> GtkSignal.id
method remove : callback:(GObj.widget -> unit) -> GtkSignal.id
method resize_column : callback:(int -> int -> unit) -> GtkSignal.id
method scroll_horizontal :
callback:(Gtk.Tags.scroll_type -> pos:Gtk.clampf -> unit) -> GtkSignal.id
method scroll_vertical :
callback:(Gtk.Tags.scroll_type -> pos:Gtk.clampf -> unit) -> GtkSignal.id
method select_all : callback:(unit -> unit) -> GtkSignal.id
method select_row :
callback:(row:int -> column:int -> event:GdkEvent.Button.t option -> unit) ->
GtkSignal.id
method unselect_all : callback:(unit -> unit) -> GtkSignal.id
method unselect_row :
callback:(row:int -> column:int -> event:GdkEvent.Button.t option -> unit) ->
GtkSignal.id
end