gtk+ r17660 - in trunk: . gtk



Author: xan
Date: 2007-04-27 17:50:04 +0100 (Fri, 27 Apr 2007)
New Revision: 17660
ViewCVS link: http://svn.gnome.org/viewcvs/gtk+?rev=17660&view=rev

Modified:
   trunk/ChangeLog
   trunk/gtk/gtkentry.c
   trunk/gtk/gtkentrycompletion.c
   trunk/gtk/gtkentrycompletion.h
   trunk/gtk/gtkentryprivate.h
Log:

	Support inline-selection in entries (#318459)
	
	* gtk/gtkentry.c:
	* gtk/gtkentrycompletion.c:
	* gtk/gtkentrycompletion.h:
	* gtk/gtkentryprivate.h:

	When enabled cursor-match is emited when the cursor is on
	a possible completion on the list. The default implementation
	will replace the contents on the entry with the contents of
	the text column in the completion model.

	Review and improvements by Matthias Clasen.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]