|
__init__(self,
width=20,
height=30,
font_size=10,
font_x_padding=5,
font_width=120,
font_height=0,
font_align=pango.ALIGN_LEFT,
arrow_x_padding=10,
normal_pixbuf=ui_theme.get_pixbuf("treeview/arrow_right.png"),
press_pixbuf=ui_theme.get_pixbuf("treeview/arrow_down.png"),
normal_hover_pixbuf=ui_theme.get_pixbuf("treeview/arrow_right_hover.png"),
press_hover_pixbuf=ui_theme.get_pixbuf("treeview/arrow_down_hover.png")) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
tree_view_motion_event(self,
widget,
event) |
source code
|
|
|
get_offset_coordinate(self,
widget)
Get offset coordinate. |
source code
|
|
|
|
|
tree_view_expose_event(self,
widget,
event) |
source code
|
|
|
tree_view_key_press_event(self,
widget,
event) |
source code
|
|
|
tree_view_leave_notify_event(self,
widget,
event) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|