GtkTree.TreeViewSourceinclude module type of struct include GtkTreeProps.TreeView endval make_params :
cont:(([> `treeview ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?enable_search:bool ->
?fixed_height_mode:bool ->
?hadjustment:Gtk.adjustment Gtk.obj ->
?headers_clickable:bool ->
?headers_visible:bool ->
?model:Gtk.tree_model ->
?reorderable:bool ->
?rules_hint:bool ->
?search_column:int ->
?vadjustment:Gtk.adjustment Gtk.obj ->
?tooltip_column:int ->
'bval scroll_to_cell :
[> `treeview ] Gtk.obj ->
?align:(float * float) ->
Gtk.tree_path ->
[> `treeviewcolumn ] Gtk.obj ->
unitval row_activated :
[> `treeview ] Gtk.obj ->
Gtk.tree_path ->
[> `treeviewcolumn ] Gtk.obj ->
unitval set_cursor :
[> `treeview ] Gtk.obj ->
Gtk.tree_path ->
[> `treeviewcolumn ] Gtk.obj ->
edit:bool ->
unitval set_cursor_on_cell :
[> `treeview ] Gtk.obj ->
Gtk.tree_path ->
[> `treeviewcolumn ] Gtk.obj ->
[> `cellrenderer ] Gtk.obj ->
edit:bool ->
unitval get_cursor :
[> `treeview ] Gtk.obj ->
Gtk.tree_path option * Gtk.tree_view_column Gtk.obj optionval get_path_at_pos :
[> `treeview ] Gtk.obj ->
x:int ->
y:int ->
(Gtk.tree_path * Gtk.tree_view_column Gtk.obj * int * int) optionval get_cell_area :
[> `treeview ] Gtk.obj ->
?path:Gtk.tree_path ->
?col:Gtk.tree_view_column Gtk.obj ->
unit ->
Gdk.Rectangle.tval set_row_separator_func :
[> `treeview ] Gtk.obj ->
(Gtk.tree_model -> Gtk.tree_iter -> bool) option ->
unit