Skip to content

Commit

Permalink
Fixed description of set_cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Oct 17, 2012
1 parent 99e4e97 commit 7115b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iconview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ________________

.. method:: set_cursor(path, cell, start_editing)

Sets the current keyboard focus to be at *path*, and selects it. This is useful when you want to focus the user's attention on a particular item. If *cell* is ``None``, then focus is given to the cel specified by it. Additionally, if *start_editing* is True, then editing should be started in the specified cell.
Sets the current keyboard focus to be at *path*, and selects it. This is useful when you want to focus the user's attention on a particular item. If *cell* is not ``None``, then focus is given to the cell specified by it. Additionally, if *start_editing* is True, then editing should be started in the specified cell.

This function is often followed by :meth:`grab_focus` in order to give keyboard focus to the widget. Please note that editing can only happen when the widget is realized.

Expand Down

0 comments on commit 7115b64

Please sign in to comment.