octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #7990] Add builtin Qt equivalents of UI di


From: John W. Eaton
Subject: [Octave-patch-tracker] [patch #7990] Add builtin Qt equivalents of UI dialogs, i.e., , qterrordlg, qtinputdlg, etc.
Date: Wed, 03 Apr 2013 15:40:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20100101 Firefox/10.0.11 Iceweasel/10.0.11

Follow-up Comment #14, patch #7990 (project octave):

Yes, there is a potential problem for the add/remove hook functions.  Maybe
they should be named __X__ instead, to indicate that they are functions for
"internal" use.

In any case, I don't think we want to invent some new complicated way of
dealing with these functions.  The GUI should install them when it starts, and
the hook function idea works.  For a related set of functions like the Xdlg
functions, we can use a struct to set all of the hooks with one function
call.

Since these functions are supposed to provide the same interface regardless of
whether the GUI is qt/gtk/whatever, they should not be providing the help
text.  That should be done in one place so that the help text is consistent
for all possibile implementations.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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