pharmanero.blogg.se

37 treeview
37 treeview













37 treeview

Several different coordinate systems are exposed in the Gtk.TreeView API. To the tree widget and how they work together. Widget that displays any object that implements the Gtk.TreeModel interface.įor an overview of all the objects and data types related The given row is about to be expanded (show its children nodes).Ĭlass Details ¶ class Gtk. The given row is about to be collapsed (hide its children nodes). The given row has been expanded (child nodes are shown). The given row has been collapsed (child nodes are hidden). The “row-activated” signal is emitted when the method _activated() is called, when the user double clicks a treeview row with the “activate-on-single-click” property set to False, or when the user single clicks a row when the “activate-on-single-click” property set to True. The Gtk.TreeView ::move-cursor signal is a keybinding signal which gets emitted when the user presses one of the cursor keys. The position of the cursor (focused cell) has changed. The number of columns of the treeview has changed. Gtk.Container (4), Gtk.Widget (69), GObject.Object (1) The column in the model containing the tooltip texts for the rows Model column to search through during interactive search Set a hint to the theme engine to draw rows in alternating colors deprecated Whether to enable selection of multiple items by dragging the mouse pointer Whether the selection should follow the pointer Whether rows should be expanded/collapsed when the pointer moves over them Speeds up Gtk.TreeView by assuming that all rows have the same height Whether tree lines should be drawn in the tree view View allows user to search through columns interactively Whether grid lines should be drawn in the tree view Gtk.Container (3), Gtk.Widget (39), Gtk.Scrollable (4) Set_tooltip_cell (tooltip, path, column, cell) Set_search_equal_func (search_equal_func, *search_user_data) Set_cursor_on_cell (path, focus_column, focus_cell, start_editing) Set_cursor (path, focus_column, start_editing) Set_column_drag_function (func, *user_data) Scroll_to_cell (path, column, use_align, row_align, col_align) Insert_column_with_data_func (position, title, cell, func, *data) Insert_column_with_attributes (position, title, cell, **kwargs) Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)Ĭonvert_bin_window_to_tree_coords (bx, by)Ĭonvert_bin_window_to_widget_coords (bx, by)Ĭonvert_tree_to_bin_window_coords (tx, ty)Ĭonvert_widget_to_bin_window_coords (wx, wy)Įnable_model_drag_dest (targets, actions)Įnable_model_drag_source (start_button_mask, targets, actions) Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Scrollable (9)















37 treeview