Package: gtk
Function gtk:icon-view-set-cursor
Lambda Listgtk:icon-view-set-cursor (view path cell start) ArgumentsDetails Sets the current keyboard focus to be at path, and selects it.
This is useful when you want to focus the attention of the user on a particular item. If the cell argument is not nil, then focus is given to the cell specified by it. Additionally, if the start argument is true, then editing should be started in the specified cell. This function is often followed by a call of the gtk:widget-grab-focus function in order to give keyboard focus to the widget. Please note that editing can only happen when the widget is realized. | See also |
#2024-3-24