[Gtk-sharp-list] Entry EditingDone Event

Mike Kestner mkestner@speakeasy.net
Fri, 24 Oct 2003 10:36:36 -0500


On Wed, 2003-10-22 at 10:04, Luciano Callero wrote:

> The finally Question: Do i have to commit suicide? :) Do i need to start 
> reading again?
> Is there an event that is fire when end editing, but before that focus is 
> lost. Like a Validate (in m$) event?

FocusOutEvent?  If you don't want to write to the database on every
keystroke, you could probably use the Changed signal to set a dirty flag
and the FocusOutEvent to write to the database if dirty.
-- 
Mike Kestner <mkestner@speakeasy.net>