Damon Chaplin wrote:

> T5   Check widget names for duplicates
>         check when saving project?
>         also check that widget names don't conflict with handler functions.

Presumably, the duplicate widget name check will only be done on a per-window
basis. It is *very* useful to call the ok button something like "okBtn" on every
window.

As long as you are given the option to say, "Yes, I'm absolutely sure that's what
I want", when warned then I would be happy.

> T15  Property editor
>         improve the "Signals" page. Adding signal handlers can be confusing.
>         It is probably better to have an "Add" button opening a dialog box.

Also, it would be nice to add a few more handlers to the list. I posted a message
(with a patch I think) about this ages ago.

IIRC the handlers I suggested adding were gtk_window_activate_default() and
gtk_widget_grab_focus(). Those two alone let you remove a lot of the mundane
navigation coding.

I'm sure there are others that would be useful.

> T21  Default property values
>         e.g. Glade assumes border_width default is always 0, but it isn't in
>         the GtkDialog action_area, so we could generate incorrect source.

This stuff should surely be in a data file in which case it would be nice to be
able to override the settings in a user's config file.

Whenever I add a label to a table I *always* end up changing the fill and align
stuff which is pretty tedious.

Just some thoughts.

/Matt

--
Matt Goodall, Software Engineer  |  Isotek Electronics Ltd
mailto:[EMAIL PROTECTED]          |  Claro House, Servia Road
http://www.isotek.co.uk          |  Leeds, LS7 1NL
Tel: +44 113 234320              |  England




_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel

Reply via email to