Hey all,

Lately I've been thinking about the layout of the GNOME dialogs.  My
goal is to stick as closely as possible to the Gnome-2 Human interface
Guidelines (http://developer.gnome.org/projects/gup/hig/).

One of the requirements for this is that properties dialogs should
automatically apply, and have only a close button.

http://developer.gnome.org/projects/gup/hig/draft_hig/utility-windows.html#property-windows

I have the apply code working, but I am confused about what to do with
the close button.  What are the implications of *not* setting the
buttons with bc().setCancel() etc?

Stuff like this is appearing in standard error:

NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 3 from state 0
NoRepeatedApplyReadOnlyPolicy: No transition for input 2 from state 0

What is the /right/ way of dealing with this?  Leave the buttons
unset?  or Create a GnomePropertyPolicy?  Something else?

-- 
========================================================================
| Michael Koziarski                   |"Conventional wisdom is often   |
| Data Engineer, Linux user           | long on convention and short   |
| & Objectivist.                      | on wisdom" --                  |
| http://www.koziarski.com            | Warren E. Buffett, BRK.A       |
========================================================================

Reply via email to