One quick follow up.&nbsp; to see what i&#39;m talking about, you can see a mrdead screenshot at:<br><br><a href="http://students.depaul.edu/~csweeney/mrdead-screenshot.png">http://students.depaul.edu/~csweeney/mrdead-screenshot.png
</a><br><br>Corey<br><br><div><span class="gmail_quote">On 1/6/07, <b class="gmail_sendername">Corey Sweeney</b> &lt;<a href="mailto:corey.sweeney@gmail.com">corey.sweeney@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Since hans seems busy, I&#39;ll write up a answer for this.&nbsp; Everyone feel free to throw in corrections wherever I make a mistake.<br><br><br>mzgtk2 is based on gtk (obviously).&nbsp; It is basically just access to the gtk2 procedures.&nbsp; (plus you can use hans&#39;s objects which wrap the procedures).&nbsp; GTK2 is very pretty, is themable, and has all the widgets you will probalby ever want.&nbsp; GTK is the closest thing to a standard GUI for scheme, as many other schemes implement GTK... however each implementation probably uses a differnt syntax.&nbsp; not sure.&nbsp; gtk is available on linux/unix/windows &amp; mac (not sure how the mac version works, but I know that mac has X11 support so has to be able to run it)
<br><br>Mred is based on wx-windows.&nbsp; Actually, it&#39;s based on a old version of wx-windows.&nbsp; It&#39;s slower then GTK2, and for todays standards, it&#39;s ugly.&nbsp; It&#39;s not themeable, and it lacks, many, many, widgets.&nbsp; *however* there is a reason to use it.&nbsp; From what I&#39;ve read, Mred is continuation safe.&nbsp; mzgtk2 is not continuation safe.&nbsp; This means that trying to use continuations that interact with the gtk2 calls, can result in badness.&nbsp; I&#39;m not certain to the nature of the badness, as I havn&#39;t tried it, but i can imagine it being bad, as mzgtk2 is not in scheme during the gtk2 calls.&nbsp; I&#39;m not certain on this, but I&#39;ve speculated that making Mred continuation safe might be part of why it&#39;s slower then gtk2.
<br><br>There is another differnce.&nbsp; mzgtk2 uses hans own OO system.&nbsp; Mred uses the&nbsp; plt-standard object system.&nbsp; (it&#39;s standard to plt, there is not scheme standard for a object system).&nbsp; All the tools, including drscheme use the Mred interface.&nbsp; This also includes GUIbuilder&nbsp; (and the other builder project (mred-designer?))
<br><br>There was also project called &quot;mzgnome&quot;, which was similar in nature to mzgtk2, except it was just the raw gtk2 calls.&nbsp; It is no longer supported, and gave way to mzgtk2.<br><br>However on top of the gtk2 calls in mzgnome, we wrote &quot;Mrdead&quot;.&nbsp; Mrdead is a bunch of plt-standard objects that wrap the mzgnome gtk commands to exactly match the Mred interface.&nbsp; 
I.E.&nbsp; It was possible to write a program that workd with Mred, or gtk, depending on which module you &quot;(require &quot; &#39;d.&nbsp;&nbsp; This was ideal cause it allowed use of the current tools, and at the developers option, you could use either the continuation safe version (if you wanted to use continuations), or the pretty version (if you wanted to use themes or whatever).&nbsp; Also this make gtk work with GUIbuilder, which as pretty cool.
<br><br>MrDead is just a bunch of
classes that act as a wrapper using mzgnome commands.&nbsp; It should
be fairly easy to replace the mzgnome parts with whatever gtk syntax
you want, and get it working with mzgtk2, but to the best of my knowledge, this was never done.<br><br><br>Corey<br><br><div><div><span class="e" id="q_10ff8d8ad8fe812d_1"><span class="gmail_quote">On 1/6/07, <b class="gmail_sendername">
Hans Oesterholt-Dijkema</b> &lt;
<a href="mailto:hdnews@gawab.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">hdnews@gawab.com</a>&gt; wrote:</span></span></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_10ff8d8ad8fe812d_3">


  

<div bgcolor="#ffffff" text="#000000">
Dear Chongkai,<br>
<br>
I&#39;ll do that some time in the future, but it has no priority at the
moment<br>
I&#39;m too busy working on a homeopathy program, using mzgtk2.<br>
<br>
The main reason I started the project some years ago, was because<br>
I wanted a solid portable widget for a GUI for bigloo. In the<br>
process I switched to PLT Scheme, mainly because it implements<br>
the R5RS standard much better and macro support is fabulous.<br>
<br>
I did look a littlebit to MrEd. Not in depth however. I still wanted<br>
a solid widget base that is constantly under development and that<br>
is portable enough for Windows/Linux/UNIX/Mac OS. Gtk <br>
provided me with what I wanted, so I went with that. <br>
<br>
The binding code for MzGtk2 is also based on ROOS, an OO <br>
system that is very similar to perl&#39;s OO system. I always liked<br>
perl&#39;s OO system for its simplicity.<br>
<br>
--Hans<br>
<br>
Chongkai Zhu schreef:
<blockquote cite="http://mid000c01c731b2$d6f88760$25e8619b@DrMathematica" type="cite">
  <pre>Hi Hans,<br><br>Would you please discuss the difference between MzGtk2 and MrEd <br>(and any other GUI toolkits for MzScheme)?<br>Thanks.<br><br>Chongkai<br><br>----- Original Message ----- <br>From: &quot;Hans Oesterholt-Dijkema&quot; 
<a href="mailto:hdnews@gawab.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">&lt;hdnews@gawab.com&gt;</a><span><br>To: &quot;mzscheme Mailing List&quot; <a href="mailto:plt-scheme@list.cs.brown.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
&lt;plt-scheme@list.cs.brown.edu&gt;</a><br>Sent: Saturday, January 06, 2007 7:24 AM<br>Subject: [plt-scheme] Announce: mzgtk2 release 2 version <a href="http://2.6.10.002" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
2.6.10.002</a><br><br><br>  </span></pre><span>
  <blockquote type="cite">
    <pre>Dear All,<br><br>I&#39;ve released mzgtk2, subversion 002, based on the header files of<br>Gtk+ 2.10.6. You should be able to compile mzgtk2 for Gtk+ 2.4.x<br>and up.<br><br>Changes:<br><br>Added support for PLT Scheme threads in the MzGtk2 distribution.
<br>What MzGtk2 does is install a timer function in the event loop of<br>Gtk+-2.x which runs about every millisecond. This function calls<br>scheme_use_fuel() to give PLT Scheme the oppertunity to run threads.<br><br>More information on:
<br><br><a href="http://www.elemental-programming.org/wiki/mzgtk2-mzgtk2-making.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.elemental-programming.org/wiki/mzgtk2-mzgtk2-making.html
</a><br><br><br>Screenshots:<br><br><a href="http://www.elemental-programming.org/wiki/mzgtk2-screenshots.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.elemental-programming.org/wiki/mzgtk2-screenshots.html
</a><br><br>Changelog:<br><br><a href="http://www.elemental-programming.org/wiki/mzgtk2-ChangeLog.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.elemental-programming.org/wiki/mzgtk2-ChangeLog.html
</a><br><br>Best wishes,<br><br>Hans Oesterholt-Dijkema<br><br>    </pre>
  </blockquote>
  <pre>  </pre>
</span></blockquote>
<br>
</div></span></div><span class="q">


<br>_________________________________________________<br> &nbsp;For list-related administrative tasks:<br> &nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br><br><br></span></blockquote></div><span class="sg"><br><br clear="all"><br>-- <br>((lambda (y) (y y)) (lambda (y) (y y)))

</span></blockquote></div><br><br clear="all"><br>-- <br>((lambda (y) (y y)) (lambda (y) (y y)))