Sergio Brandano wrote:
> 
> Salve,
> 
> I premit I am not subscribed to this list.
> 
> This message is to notify you of the desire of the exmh mail-client
> project
> (at least some of them) to convert the actual user  interface from tk to
> gtk.
> This is an old problem, as there is no simple way to do it (eg. a tk2gtk
> 
> converter). I proposed the developers to use glade, but apparently there
> are
> features that do not seem to be implementable, and there is the
> underlying
> problem of the lenght of the code. It seems to me that glade is a good
> way to go,
> but it may need  improvements. You may want to read the discussion on
> [EMAIL PROTECTED] and in particular yesterday's message from me
> and the reply from B. Welch (the author of the program).
> 
> If you think you can be of any help, from suggestions to coding, please
> subscribe to the exmh mailing list (via [EMAIL PROTECTED])
> and share your thoughts with us.

You could use libglade to load dialogs. That cuts down quite a bit on
the amount of code needed.

Which features weren't implementable? If you can't do something in
Glade,
you can usually get a pointer to the widget with lookup_widget() and do
it manually.

Damon

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to