__init__(self,
items=[],
sort_methods=[],
row_normal_height=None,
row_select_height=None,
drag_data=None,
enable_multiple_select=True,
enable_drag_drop=True,
drag_icon_pixbuf=None,
start_drag_offset=50,
right_space=2,
top_bottom_space=3)
(Constructor)
| source code
|
Initialize TreeView class.
- Parameters:
right_space - the space between right border and the vertical scroolbar.
top_bottom_space - the space between top border and the vertical scroolbar.
- Overrides:
scrolled_window.ScrolledWindow.__init__
|