pspp-dev
[Top][All Lists]
Advanced

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

[patch #6227] Add validity predicate to dialog boxes


From: John Darrington
Subject: [patch #6227] Add validity predicate to dialog boxes
Date: Sun, 07 Oct 2007 00:15:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)

Follow-up Comment #2, patch #6227 (project pspp):

Thanks Ben.

The GtkSpinButton case is covered, because it's a special case of GtkEntry so
the GTK_IS_EDITABLE (w) predicate will evaluate to TRUE.

The problem with adding a warning is that there are numerous widgets which
have no user interaction and therefore would need a null handler (eg
GtkLabel).

I can think of a couple of different ways to work around this general
problem, but I'm not entirely happy with either of them.

One widget that isn't covered is GtkComboBox, so I'll add code to catch this
case, and check this in.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6227>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]