This is the mail archive of the
guile-gtk@sources.redhat.com
mailing list for the Guile project.
how to avoid gtk-standalone-main in guile, when developping
- To: "guile-user at gnu dot org" <guile-user at gnu dot org>, guile-gtk <guile-gtk at sourceware dot cygnus dot com>
- Subject: how to avoid gtk-standalone-main in guile, when developping
- From: David Pirotte <david at altosw dot be>
- Date: Thu, 30 Aug 2001 11:38:59 +0200
- Organization: Alto Sotware (http://www.altosw.be)
Hi,
Can someone tell me how another way then gtk-standalone-main
to launch a gui in guile? this kills the development environment
when quitting the app ... (a terrible thing, when you have 15 modules
including postres connection ... and just the latest that you work on
...)
Attached is a very simple example that uses gtk-standalone-main: what
should I do to avoid it (but be abble to 'launch' the gui of course),
getting error display messages in the guile listener and above all,
not loosing the environment, whether the gui is bugged, or whether
I use the quit menu ...
thanks,
david
test-debug.scm