IconView.getVisibleRange

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 TreePath.free after use.

class IconView
bool
getVisibleRange

Parameters

startPath TreePath

Return location for start of region, or NULL

endPath TreePath

Return location for end of region, or NULL

Return Value

Type: bool

TRUE, if valid paths were placed in start_path and end_path

Meta