get_visible_range


Description:

[ Version ( since = "2.8" ) ]
public bool get_visible_range (out TreePath start_path, out TreePath end_path)

Sets start_path and end_path to be the first and last visible path.

Note that there may be invisible paths in between.

Both paths should be freed with free after use.

Parameters:

this

A IconView

start_path

Return location for start of region, or null

end_path

Return location for end of region, or null

Returns:

true, if valid paths were placed in start_path and end_path