fxruby 1.6.13-mswin32 → 1.6.14-mswin32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,8 +14,8 @@ RESTART_FREQUENCY = 20
14
14
  # Tree
15
15
  # =======================================================================
16
16
  class DirTree < FXTreeList
17
- def initialize(parent, nvis, tgt = nil, sel = 0, opts = 0, x = 0, y = 0, w = 0, h = 0)
18
- super
17
+ def initialize(p)
18
+ super(p, :opts => TREELIST_SHOWS_LINES|TREELIST_SHOWS_BOXES|TREELIST_ROOT_BOXES|LAYOUT_FILL_X|LAYOUT_FILL_Y)
19
19
  end
20
20
 
21
21
  def create
@@ -57,9 +57,7 @@ class Application < FXApp
57
57
  init(ARGV)
58
58
 
59
59
  @mainWindow = FXMainWindow.new(self, appName, nil, nil, DECOR_ALL, 0, 0, 400, 600)
60
- @dirTree = DirTree.new(@mainWindow, 0, nil, 0,
61
- (TREELIST_SHOWS_LINES|TREELIST_SHOWS_BOXES|TREELIST_ROOT_BOXES|
62
- LAYOUT_FILL_X|LAYOUT_FILL_Y))
60
+ @dirTree = DirTree.new(@mainWindow)
63
61
 
64
62
  @count = 0
65
63
  end
@@ -0,0 +1,94 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
7
+ <link rel="meta" title="DOAP" type="application/rdf+xml" href="http://www.fxruby.org/doap.rdf" />
8
+ <title>Community</title>
9
+ </head>
10
+
11
+ <body>
12
+ <!-- wrap starts here -->
13
+ <div id="wrap">
14
+
15
+ <!--header -->
16
+ <div id="header">
17
+
18
+ <h1 id="logo-text"><a href="index.html">FXRuby</a></h1>
19
+ <p id="slogan">Graphical User Interface Development for Ruby</p>
20
+
21
+ </div>
22
+
23
+ <!-- menu -->
24
+ <div id="menu">
25
+ <ul>
26
+ <li ><a href=/ >Home</a></li>
27
+ <li id='current'><a href=# >Community</a></li>
28
+ <li ><a href=/downloads.html >Downloads</a></li>
29
+ <li ><a href=/documentation.html >Documentation</a></li>
30
+ </ul>
31
+ </div>
32
+
33
+ <!-- content-wrap starts here -->
34
+ <div id="content-wrap">
35
+
36
+ <div id="sidebar">
37
+
38
+ <h3>Get the Book!</h3>
39
+ <a href="http://www.pragprog.com/titles/fxruby"><img src="images/fxruby-book.jpg" alt="FXRuby: Create Lean and Mean GUIs with Ruby" width="175" height="210" /></a>
40
+
41
+ <h3>Links</h3>
42
+ <ul class="sidemenu">
43
+ <li><a href="http://rubyforge.org/news/?group_id=300">News</a></li>
44
+ <li><a href="http://www.fxruby.org/doc/book.html">User's Guide</a></li>
45
+ <li><a href="http://www.fxruby.org/doc/api">API Docs</a></li>
46
+ <li><a href="http://www.fxruby.org/doc/examples.html">Screenshots</a></li>
47
+ <li><a href="http://rubyforge.org/tracker/?atid=1223&group_id=300&func=browse">Report Bugs</a></li>
48
+ <li><a href="http://www.gnu.org/copyleft/lesser.html">License</a></li>
49
+ </ul>
50
+
51
+ </div>
52
+
53
+ <div id="main">
54
+
55
+ <h1>Mailing Lists</h1>
56
+
57
+
58
+ <h2>Announcements</h2>
59
+
60
+
61
+ <p>The announcements list is a low-traffic list on which new releases of FXRuby, as well as software based on FXRuby, will be
62
+ announced. Discussions on various topics however should preferably take place in the users list, to prevent swamping people&#8217;s
63
+ mailboxes. To subscribe, fill out the <a href="http://rubyforge.org/mailman/listinfo/fxruby-announce" title="Announcements List Subscription
64
+ Form">web-based subscription form</a>.</p>
65
+
66
+
67
+ <h2>General Discussion</h2>
68
+
69
+
70
+ <p>The users list is intended for discussion on various FOX and FXRuby topics between developers and/or users of FXRuby and
71
+ applications based on it. If you have questions, feel free to post your questions here, as many people are only too happy to
72
+ answer them. To subscribe, fill out the <a href="http://rubyforge.org/mailman/listinfo/fxruby-users" title="General Discussion List Subscription
73
+ Form">web-based subscription form</a>.</p>
74
+
75
+ </div>
76
+
77
+ <!-- content-wrap ends here -->
78
+ </div>
79
+
80
+ <!--footer starts here-->
81
+ <div id="footer">
82
+
83
+ <p>
84
+ &copy; 2008 Lyle Johnson<br />
85
+ Web Site Generated Using <a href="http://webby.rubyforge.org/" title="Webby">Webby</a>
86
+ </p>
87
+
88
+ </div>
89
+
90
+ <!-- wrap ends here -->
91
+ </div>
92
+
93
+ </body>
94
+ </html>
@@ -0,0 +1,100 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
7
+ <link rel="meta" title="DOAP" type="application/rdf+xml" href="http://www.fxruby.org/doap.rdf" />
8
+ <title>Documentation</title>
9
+ </head>
10
+
11
+ <body>
12
+ <!-- wrap starts here -->
13
+ <div id="wrap">
14
+
15
+ <!--header -->
16
+ <div id="header">
17
+
18
+ <h1 id="logo-text"><a href="index.html">FXRuby</a></h1>
19
+ <p id="slogan">Graphical User Interface Development for Ruby</p>
20
+
21
+ </div>
22
+
23
+ <!-- menu -->
24
+ <div id="menu">
25
+ <ul>
26
+ <li ><a href=/ >Home</a></li>
27
+ <li ><a href=/community.html >Community</a></li>
28
+ <li ><a href=/downloads.html >Downloads</a></li>
29
+ <li id='current'><a href=# >Documentation</a></li>
30
+ </ul>
31
+ </div>
32
+
33
+ <!-- content-wrap starts here -->
34
+ <div id="content-wrap">
35
+
36
+ <div id="sidebar">
37
+
38
+ <h3>Get the Book!</h3>
39
+ <a href="http://www.pragprog.com/titles/fxruby"><img src="images/fxruby-book.jpg" alt="FXRuby: Create Lean and Mean GUIs with Ruby" width="175" height="210" /></a>
40
+
41
+ <h3>Links</h3>
42
+ <ul class="sidemenu">
43
+ <li><a href="http://rubyforge.org/news/?group_id=300">News</a></li>
44
+ <li><a href="http://www.fxruby.org/doc/book.html">User's Guide</a></li>
45
+ <li><a href="http://www.fxruby.org/doc/api">API Docs</a></li>
46
+ <li><a href="http://www.fxruby.org/doc/examples.html">Screenshots</a></li>
47
+ <li><a href="http://rubyforge.org/tracker/?atid=1223&group_id=300&func=browse">Report Bugs</a></li>
48
+ <li><a href="http://www.gnu.org/copyleft/lesser.html">License</a></li>
49
+ </ul>
50
+
51
+ </div>
52
+
53
+ <div id="main">
54
+
55
+ <h1>Books</h1>
56
+
57
+
58
+ <p>The book <cite>FXRuby: Create Lean and Mean GUIs with Ruby</cite> (available from the <a href="http://www.pragmaticprogrammer.com/titles/fxruby/">Pragmatic
59
+ Programmers</a> and other booksellers) is the best print source of documentation
60
+ for FXRuby. It&#8217;s also available as a PDF.</p>
61
+
62
+
63
+ <p>Several other books, including <cite>Ruby Developer&#8217;s Guide</cite> and <cite>The Ruby Way</cite>, include chapters or sections
64
+ on GUI development with FXRuby.</p>
65
+
66
+
67
+ <h1>Online</h1>
68
+
69
+
70
+ <p>The <a href="http://www.fxruby.org/doc/book.html">FXRuby User&#8217;s Guide</a> provides detailed installation instructions as well
71
+ as a handful of tutorial exercises to get you started with FXRuby development.</p>
72
+
73
+
74
+ <p>If you&#8217;re looking for API reference documentation, all of the classes and methods for FXRuby are documented
75
+ <a href="http://www.fxruby.org/doc/api/">here</a>.</p>
76
+
77
+
78
+ <p>Other good sources of documentation include the <a href="http://www.fox-toolkit.org/">FOX home page</a> and the <a href="http://www.fox-toolkit.net/">FOX Community
79
+ Wiki</a> site.</p>
80
+
81
+ </div>
82
+
83
+ <!-- content-wrap ends here -->
84
+ </div>
85
+
86
+ <!--footer starts here-->
87
+ <div id="footer">
88
+
89
+ <p>
90
+ &copy; 2008 Lyle Johnson<br />
91
+ Web Site Generated Using <a href="http://webby.rubyforge.org/" title="Webby">Webby</a>
92
+ </p>
93
+
94
+ </div>
95
+
96
+ <!-- wrap ends here -->
97
+ </div>
98
+
99
+ </body>
100
+ </html>
@@ -1,93 +1,114 @@
1
- <html>
2
- <head>
3
- <link rel="stylesheet" href="page.css" type="text/css">
4
- <title>Downloads</title>
5
- </head>
6
- <body bgcolor=#ffffff link=#990033 vlink=#990033 alink=#990033 text=#000000>
7
-
8
-
9
- <!--- TOPIC TITLE -->
10
- <p>
11
- <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
12
- Downloads
13
- <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
14
- </p>
15
- <!--- TOPIC TITLE -->
16
- <blockquote>
17
- The latest version of FXRuby is always available
18
- from the <a href="http://rubyforge.org/projects/fxruby" target=_top>RubyForge
19
- project page</a>. The RubyForge releases should always have accompanying
20
- release notes describing the changes for that release. A cumulative
21
- <tt>ChangeLog</tt> file is also included in the FXRuby source code distribution.
22
-
23
- As of the FOX 1.0 release, any FXRuby version 1.0.x release should be compatible with any FOX 1.0.x release.
24
- Similarly, any FXRuby 1.2.x release should be compatible with any FOX 1.2.x release, and
25
- any FXRuby 1.4.x release should be compatible with any FOX 1.4.x release.<p>
26
- </blockquote>
27
-
28
- <!--- TOPIC TITLE -->
29
- <p>
30
- <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
31
- Source Code
32
- <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
33
- </p>
34
- <!--- TOPIC TITLE -->
35
- <blockquote>
36
- The FXRuby source code is distributed as a gzipped tar archive, and is available for
37
- download from the <a href="http://rubyforge.org/projects/fxruby" target=_top>RubyForge
38
- project page</a>.
39
- </blockquote>
40
-
41
- <!--- TOPIC TITLE -->
42
- <p>
43
- <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
44
- Binaries for Unix/Linux
45
- <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
46
- </p>
47
- <!--- TOPIC TITLE -->
48
- <blockquote>
49
- Precompiled binaries for FOX, FXScintilla and FXRuby are available for various Unix/Linux platforms,
50
- but not in any centralized way.<p>
51
- Both the <a href="http://www.fox-toolkit.net">FOX
52
- Community Wiki site</a> and the <a href="http://www.fox-toolkit.com">main FOX web site</a>
53
- list a number of independent sources for package downloads for various Linux distributions, but
54
- many of these are for older FOX releases. You may have better luck using a RPM search engine like
55
- <a href="http://rpmfind.net">rpmfind.net</a> to find the most recent packages for your distribution.
56
- </blockquote>
57
-
58
- <!--- TOPIC TITLE -->
59
- <p>
60
- <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
61
- Binaries for Microsoft Windows
62
- <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
63
- </p>
64
- <!--- TOPIC TITLE -->
65
- <blockquote>
66
- Windows installers for FXRuby are available for download from
67
- the <a href="http://rubyforge.org/projects/fxruby" target=_top>RubyForge
68
- project page</a>.
69
- <b>The FOX and FXScintilla libraries are built into the Windows installers for FXRuby, and
70
- you should not need to download and install those packages separately.</b>
71
- These binaries are also compatible with the standard Ruby
72
- installers for Windows that are available for download from
73
- <a href="http://rubyforge.org/projects/rubyinstaller" target=_top>RubyForge</a>.<p>
74
- Note that the precompiled binaries for Windows are built with OpenGL support, and
75
- thus depend on the OpenGL runtime libraries (<tt>opengl32.dll</tt> and
76
- <tt>glu32.dll</tt>). These libraries were <i>not</i> included with Windows 95
77
- (earlier than OSR2), so if you're using Ruby and FXRuby on a Windows 95 machine,
78
- you may need to download the <a href="http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/Opengl95.exe">OpenGL runtime libraries</a>.
79
- You must have these libraries installed even if you don't plan to do anything
80
- OpenGL-related with FXRuby.
81
- </blockquote>
82
-
83
- <!--- COPYRIGHT -->
84
- <p>
85
- <table width=100% cellpadding=0 cellspacing=0><tr><td width=100% valign=top id=HEADLINE align=right>
86
- <img src='art/line.gif' width=100% height=1><font size=-1>
87
- Copyright &copy; 2001-2004 Lyle Johnson</font>
88
- </td></tr></table>
89
- </p>
90
- <!--- COPYRIGHT -->
91
-
92
- </body>
93
- </html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
7
+ <link rel="meta" title="DOAP" type="application/rdf+xml" href="http://www.fxruby.org/doap.rdf" />
8
+ <title>Downloads</title>
9
+ </head>
10
+
11
+ <body>
12
+ <!-- wrap starts here -->
13
+ <div id="wrap">
14
+
15
+ <!--header -->
16
+ <div id="header">
17
+
18
+ <h1 id="logo-text"><a href="index.html">FXRuby</a></h1>
19
+ <p id="slogan">Graphical User Interface Development for Ruby</p>
20
+
21
+ </div>
22
+
23
+ <!-- menu -->
24
+ <div id="menu">
25
+ <ul>
26
+ <li ><a href=/ >Home</a></li>
27
+ <li ><a href=/community.html >Community</a></li>
28
+ <li id='current'><a href=# >Downloads</a></li>
29
+ <li ><a href=/documentation.html >Documentation</a></li>
30
+ </ul>
31
+ </div>
32
+
33
+ <!-- content-wrap starts here -->
34
+ <div id="content-wrap">
35
+
36
+ <div id="sidebar">
37
+
38
+ <h3>Get the Book!</h3>
39
+ <a href="http://www.pragprog.com/titles/fxruby"><img src="images/fxruby-book.jpg" alt="FXRuby: Create Lean and Mean GUIs with Ruby" width="175" height="210" /></a>
40
+
41
+ <h3>Links</h3>
42
+ <ul class="sidemenu">
43
+ <li><a href="http://rubyforge.org/news/?group_id=300">News</a></li>
44
+ <li><a href="http://www.fxruby.org/doc/book.html">User's Guide</a></li>
45
+ <li><a href="http://www.fxruby.org/doc/api">API Docs</a></li>
46
+ <li><a href="http://www.fxruby.org/doc/examples.html">Screenshots</a></li>
47
+ <li><a href="http://rubyforge.org/tracker/?atid=1223&group_id=300&func=browse">Report Bugs</a></li>
48
+ <li><a href="http://www.gnu.org/copyleft/lesser.html">License</a></li>
49
+ </ul>
50
+
51
+ </div>
52
+
53
+ <div id="main">
54
+
55
+ <p>The latest version of FXRuby is always available from the <a href="http://rubyforge.org/projects/fxruby/">RubyForge project page</a>. The
56
+ RubyForge releases should always have accompanying release notes describing the changes for that release. A cumulative ChangeLog
57
+ file is also included in the FXRuby source code distribution. Note that any FXRuby 1.6.x release should be compatible with any
58
+ FOX 1.6.x release, but won&#8217;t be compatible with earlier (or later) versions of FOX.</p>
59
+
60
+
61
+ <h1>Source Code</h1>
62
+
63
+
64
+ <p>The FXRuby source code is distributed as a gzipped tar archive, and is available for download from the <a href="http://rubyforge.org/projects/fxruby/">RubyForge project
65
+ page</a>.</p>
66
+
67
+
68
+ <h1>Binaries for Unix/Linux</h1>
69
+
70
+
71
+ <p>Precompiled binaries for FOX, FXScintilla and FXRuby are available for various Unix/Linux platforms, but not in any
72
+ centralized way.</p>
73
+
74
+
75
+ <p>Both the <a href="http://www.fox-toolkit.net/">FOX Community Wiki</a> site and the main <a href="http://www.fox-toolkit.org/">FOX web site</a> list a
76
+ number of independent sources for package downloads for various Linux distributions, but many of these are for older FOX
77
+ releases. You may have better luck using a RPM search engine like <a href="http://rpmfind.net/">rpmfind.net</a> to find the most recent
78
+ packages for your distribution.</p>
79
+
80
+
81
+ <h1>Binaries for Microsoft Windows</h1>
82
+
83
+
84
+ <p>Windows installers for FXRuby are available for download from the <a href="http://rubyforge.org/projects/fxruby/">RubyForge project
85
+ page</a>. The FOX and FXScintilla libraries are built into the Windows installers for FXRuby,
86
+ and you should not need to download and install those packages separately. These binaries are also compatible with the standard
87
+ Ruby installer for Windows that are available for download from RubyForge.</p>
88
+
89
+
90
+ <p>Note that the precompiled binaries for Windows are built with OpenGL support, and thus depend on the OpenGL runtime libraries
91
+ (opengl32.dll and glu32.dll). These libraries were not included with Windows 95 (earlier than OSR2), so if you&#8217;re using Ruby and
92
+ FXRuby on a Windows 95 machine, you may need to download the OpenGL runtime libraries. You must have these libraries installed
93
+ even if you don&#8217;t plan to do anything OpenGL-related with FXRuby.</p>
94
+
95
+ </div>
96
+
97
+ <!-- content-wrap ends here -->
98
+ </div>
99
+
100
+ <!--footer starts here-->
101
+ <div id="footer">
102
+
103
+ <p>
104
+ &copy; 2008 Lyle Johnson<br />
105
+ Web Site Generated Using <a href="http://webby.rubyforge.org/" title="Webby">Webby</a>
106
+ </p>
107
+
108
+ </div>
109
+
110
+ <!-- wrap ends here -->
111
+ </div>
112
+
113
+ </body>
114
+ </html>
@@ -0,0 +1,96 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
7
+ <link rel="meta" title="DOAP" type="application/rdf+xml" href="http://www.fxruby.org/doap.rdf" />
8
+ <title>FXRuby</title>
9
+ </head>
10
+
11
+ <body>
12
+ <!-- wrap starts here -->
13
+ <div id="wrap">
14
+
15
+ <!--header -->
16
+ <div id="header">
17
+
18
+ <h1 id="logo-text"><a href="index.html">FXRuby</a></h1>
19
+ <p id="slogan">Graphical User Interface Development for Ruby</p>
20
+
21
+ </div>
22
+
23
+ <!-- menu -->
24
+ <div id="menu">
25
+ <ul>
26
+ <li id='current' ><a href=# >Home</a></li>
27
+ <li ><a href=/community.html >Community</a></li>
28
+ <li ><a href=/downloads.html >Downloads</a></li>
29
+ <li ><a href=/documentation.html >Documentation</a></li>
30
+ </ul>
31
+ </div>
32
+
33
+ <!-- content-wrap starts here -->
34
+ <div id="content-wrap">
35
+
36
+ <div id="sidebar">
37
+
38
+ <h3>Get the Book!</h3>
39
+ <a href="http://www.pragprog.com/titles/fxruby"><img src="images/fxruby-book.jpg" alt="FXRuby: Create Lean and Mean GUIs with Ruby" width="175" height="210" /></a>
40
+
41
+ <h3>Links</h3>
42
+ <ul class="sidemenu">
43
+ <li><a href="http://rubyforge.org/news/?group_id=300">News</a></li>
44
+ <li><a href="http://www.fxruby.org/doc/book.html">User's Guide</a></li>
45
+ <li><a href="http://www.fxruby.org/doc/api">API Docs</a></li>
46
+ <li><a href="http://www.fxruby.org/doc/examples.html">Screenshots</a></li>
47
+ <li><a href="http://rubyforge.org/tracker/?atid=1223&group_id=300&func=browse">Report Bugs</a></li>
48
+ <li><a href="http://www.gnu.org/copyleft/lesser.html">License</a></li>
49
+ </ul>
50
+
51
+ </div>
52
+
53
+ <div id="main">
54
+
55
+ <p>FXRuby is a library for developing powerful and sophisticated cross-platform graphical user interfaces (GUIs) for your Ruby
56
+ applications. It&#8217;s based on the <a href="http://www.fox-toolkit.org/" title="FOX Home Page">FOX Toolkit</a>, a popular open source
57
+ C++ library developed by Jeroen van der Zijp. What that means for you as an application developer is that you&#8217;re able to
58
+ write code in the <a href="http://www.ruby-lang.org/" title="Ruby Home Page">Ruby</a> programming language that you already know and love,
59
+ while at the same time taking advantage of the performance and functionality of a featureful, highly optimized C++ toolkit.</p>
60
+
61
+
62
+ <h1>Projects Using FXRuby</h1>
63
+
64
+
65
+ <p>Projects using FXRuby include:</p>
66
+
67
+
68
+ <ul>
69
+ <li><a href="http://www.insula.cz/dbtalk">DbTalk</a> is an interactive GUI-based tool for database querying, programming, administration, etc. It is developed by Dalibor Sramek.</li>
70
+ <li><a href="http://freeride.rubyforge.org/wiki/wiki.pl">FreeRIDE</a> is an IDE for the Ruby programming language.</li>
71
+ <li><a href="http://www.fisica.uniud.it/~glast/FRED">FRED</a> is a high energy physics event display built out of Ruby and FOX by Riccardo Giannitrapani and Marco Frailis.</li>
72
+ <li><a href="http://www.mondrian-ide.com/">Mondrian</a> is a cross-platform project-manager and editor for the Ruby language. Written in 100% native Ruby using the FOX GUI toolkit, Mondrian has the familiar look and feel of a modern IDE while remaining dedicated to the uniqueness of the Ruby language and its community.</li>
73
+ <li><a href="http://fox-tool.rubyforge.org/">foxGUIb</a> is an interactive gui builder and codegenerator for FXRuby. This tool makes it easy to quickly build complex and good looking graphical user interfaces for Ruby.
74
+ If your project uses FXRuby for its user interface, and you&#8217;d like to see it listed here, please send me an e-mail with the information.</li>
75
+ </ul>
76
+
77
+ </div>
78
+
79
+ <!-- content-wrap ends here -->
80
+ </div>
81
+
82
+ <!--footer starts here-->
83
+ <div id="footer">
84
+
85
+ <p>
86
+ &copy; 2008 Lyle Johnson<br />
87
+ Web Site Generated Using <a href="http://webby.rubyforge.org/" title="Webby">Webby</a>
88
+ </p>
89
+
90
+ </div>
91
+
92
+ <!-- wrap ends here -->
93
+ </div>
94
+
95
+ </body>
96
+ </html>