! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Add hover-autoselect for ExoIconView/ExoTreeView in single-click mode
Status:
CLOSED: FIXED
Severity:
enhancement

Comments

Description Benedikt Meurer editbugs 2006-02-26 20:18:41 CET
This is a feature of Window Explorer in single-click mode, which allows to
change the selection while pointing to item using the mouse cursor.

The implementation is somewhat tricky for atleast the ExoTreeView. In
ExoIconView this can be done using the prelit_item.
Comment 1 Benedikt Meurer editbugs 2006-04-03 13:16:59 CEST
Created attachment 493 
Patch for ExoIconView and ExoTreeView

First attempt to implement this behavior for ExoIconView and ExoTreeView, using another property "single-click-timeout", which is the delay after which the prelited item will be selected automatically, or 0 to disable.
Comment 2 Benedikt Meurer editbugs 2006-04-09 17:17:07 CEST
Committed with revision 20828.

2006-04-09	Benedikt Meurer <benny@xfce.org>

	* exo/exo-icon-view.{c,h}, exo/exo-tree-view.{c,h}, exo/exo.symbols:
	  Add "single-click-timeout" properties to ExoIconView and ExoTreeView,
	  which control the delay after which the item under the mouse pointer
	  is automatically selected. Bug #1509.
	* docs/reference/: Update API documentation.

Bug #1509

Reported by:
Benedikt Meurer
Reported on: 2006-02-26
Last modified on: 2009-10-09

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
0.3.1.3svn

Attachments

Patch for ExoIconView and ExoTreeView (40.64 KB, patch)
2006-04-03 13:16 CEST , Benedikt Meurer
no flags

Additional information