[Top]
GTK2
GTK2.TreeView
|
Method GTK2.TreeView()->get_visible_rect()
- Method
get_visible_rect
GTK2.GdkRectangle get_visible_rect()
- Description
Returns a GDK2.Rectangle with the currently-visible region of the buffer,
in tree coordinates. Conver to widget coordinates with
tree_to_widget_coords(). Tree coordinates start at 0,0 for row 0 of the
tree, and cover the entire scrollable area of the tree.
|