Class GList.clist_signals


class clist_signals : [> Gtk.clist ] Gtk.obj -> object .. end
GTK documentation: GtkCList
Inherits
val obj : ([> Gtk.clist ] as 'a) Gtk.obj
method click_column : callback:(int -> unit) -> GtkSignal.id
method resize_column : callback:(int -> int -> unit) -> GtkSignal.id
method select_all : callback:(unit -> unit) -> GtkSignal.id
method unselect_all : callback:(unit -> unit) -> GtkSignal.id
method select_row : callback:(row:int -> column:int -> event:GdkEvent.Button.t option -> unit) ->
GtkSignal.id
method unselect_row : callback:(row:int -> column:int -> event:GdkEvent.Button.t option -> 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