fxruby 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Chapter&nbsp;2.&nbsp;Installing from Gems</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="build.html" title="Chapter&nbsp;1.&nbsp;Building from Source Code"><link rel="next" href="tutorial1.html" title="Chapter&nbsp;3.&nbsp;Hello, World!"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;2.&nbsp;Installing from Gems</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="build.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="tutorial1.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="gems"></a>Chapter&nbsp;2.&nbsp;Installing from Gems</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e435"></a>Introduction</h2></div></div><div></div></div><p>Starting with FXRuby version 1.2, FXRuby uses <a href="http://rubygems.rubyforge.org" target="_top">RubyGems</a> as its packaging and
3
+ <title>Chapter&nbsp;2.&nbsp;Installing from Gems</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="build.html" title="Chapter&nbsp;1.&nbsp;Building from Source Code"><link rel="next" href="tutorial1.html" title="Chapter&nbsp;3.&nbsp;Hello, World!"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;2.&nbsp;Installing from Gems</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="build.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="tutorial1.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="gems"></a>Chapter&nbsp;2.&nbsp;Installing from Gems</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e413"></a>Introduction</h2></div></div><div></div></div><p>Starting with FXRuby version 1.2, FXRuby uses <a href="http://rubygems.rubyforge.org" target="_top">RubyGems</a> as its packaging and
4
4
  distribution method. The code is available both as</p><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>a "source" gem, which contains source code that must be compiled
5
5
  on your computer before it's installed; and,</p></li><li style="list-style-type: disc"><p>a "binary" gem, which contains a precompiled version of the code
6
- for a specific operating system (such as Windows).</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e450"></a>Installing from a Source Gem</h2></div></div><div></div></div><p>If you've already downloaded the source gem, you can install it by
6
+ for a specific operating system (such as Windows).</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e428"></a>Installing from a Source Gem</h2></div></div><div></div></div><p>If you've already downloaded the source gem, you can install it by
7
7
  typing:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="screen">$ <b class="command">sudo gem install fxruby-1.4.0.gem</b></pre></td></tr></table><p>Note the use of the <b class="command">sudo</b> command to invoke
8
8
  superuser privileges, since you'll typically need superuser privileges to
9
9
  install the library files. By default, the source gem will look for your
@@ -27,7 +27,7 @@ true</pre></td></tr></table><p>If the import failed (usually with a message alon
27
27
  of this chapter. If that doesn't help, drop me an e-mail or ask around on
28
28
  the Ruby newsgroup or mailing list; it's quite likely that someone else
29
29
  has run into this problem too. Once you do have a working FXRuby
30
- installation, you're ready to check out the example programs.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e507"></a>Installing from a Binary Gem</h2></div></div><div></div></div><p>To install a binary gem for Windows, just type:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="screen">C:\&gt; <b class="command">gem install fxruby-1.4.0-mswin32.gem</b></pre></td></tr></table><p>As a quick sanity check, to make sure that all is well, you should
30
+ installation, you're ready to check out the example programs.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e485"></a>Installing from a Binary Gem</h2></div></div><div></div></div><p>To install a binary gem for Windows, just type:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="screen">C:\&gt; <b class="command">gem install fxruby-1.4.0-mswin32.gem</b></pre></td></tr></table><p>As a quick sanity check, to make sure that all is well, you should
31
31
  probably fire up <tt class="filename">irb</tt> and try to require the FXRuby
32
32
  gem once the installation is complete:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="screen">C:\&gt; <b class="command">irb</b>
33
33
  irb(main):001:0&gt; <b class="userinput"><tt><b class="command">require 'rubygems'</b></tt></b>
@@ -38,7 +38,7 @@ true</pre></td></tr></table><p>If the import failed (usually with a message alon
38
38
  of this chapter. If that doesn't help, drop me an e-mail or ask around on
39
39
  the Ruby newsgroup or mailing list; it's quite likely that someone else
40
40
  has run into this problem too. Once you do have a working FXRuby
41
- installation, you're ready to check out the example programs.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e535"></a>Things That Can Go Wrong</h2></div></div><div></div></div><p><span class="emphasis"><em>"Cannot load library"</em></span></p><p>On Linux and other Unix systems that support shared libraries, FOX
41
+ installation, you're ready to check out the example programs.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e513"></a>Things That Can Go Wrong</h2></div></div><div></div></div><p><span class="emphasis"><em>"Cannot load library"</em></span></p><p>On Linux and other Unix systems that support shared libraries, FOX
42
42
  is typically installed as a shared library named
43
43
  <tt class="filename">libFOX-1.4.so</tt>. After all of the source files for
44
44
  FXRuby are compiled, the last step is to link all of the FXRuby object
@@ -1,6 +1,6 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Appendix&nbsp;E.&nbsp;Implementation</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"><link rel="previous" href="library.html" title="Appendix&nbsp;D.&nbsp;The FXRuby Standard Library"><link rel="next" href="apes02.html" title="Object Life Cycles and Garbage Collection"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix&nbsp;E.&nbsp;Implementation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="library.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="apes02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="implementation"></a>Appendix&nbsp;E.&nbsp;Implementation</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="implementation.html#d0e4272">Code Generation</a></dt><dt><a href="apes02.html">Object Life Cycles and Garbage Collection</a></dt><dd><dl><dt><a href="apes02.html#d0e4310">GL Objects</a></dt></dl></dd><dt><a href="apes03.html">Virtual Functions</a></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4272"></a>Code Generation</h2></div></div><div></div></div><p>The development and maintenance of FXRuby would be almost impossible
3
+ <title>Appendix&nbsp;E.&nbsp;Implementation</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"><link rel="previous" href="library.html" title="Appendix&nbsp;D.&nbsp;The FXRuby Standard Library"><link rel="next" href="apes02.html" title="Object Life Cycles and Garbage Collection"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix&nbsp;E.&nbsp;Implementation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="library.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="apes02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="implementation"></a>Appendix&nbsp;E.&nbsp;Implementation</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="implementation.html#d0e4314">Code Generation</a></dt><dt><a href="apes02.html">Object Life Cycles and Garbage Collection</a></dt><dd><dl><dt><a href="apes02.html#d0e4352">GL Objects</a></dt></dl></dd><dt><a href="apes03.html">Virtual Functions</a></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4314"></a>Code Generation</h2></div></div><div></div></div><p>The development and maintenance of FXRuby would be almost impossible
4
4
  without the help of Dave Beazley's excellent
5
5
  <a href="http://www.swig.org" target="_top">SWIG</a>. The complete set of SWIG
6
6
  interface files used to generate FXRuby is included in the standard
@@ -1,14 +1,14 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Chapter&nbsp;9.&nbsp;Other Sources of Information</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="todo.html" title="Chapter&nbsp;8.&nbsp;To-do list"><link rel="next" href="changes.html" title="Chapter&nbsp;10.&nbsp;Change History"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;9.&nbsp;Other Sources of Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="todo.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="changes.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="infosources"></a>Chapter&nbsp;9.&nbsp;Other Sources of Information</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2331"></a>Books</h2></div></div><div></div></div><p>There are no books entirely dedicated to programming with FXRuby,
3
+ <title>Chapter&nbsp;9.&nbsp;Other Sources of Information</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="todo.html" title="Chapter&nbsp;8.&nbsp;To-do list"><link rel="next" href="changes.html" title="Chapter&nbsp;10.&nbsp;Change History"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;9.&nbsp;Other Sources of Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="todo.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="changes.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="infosources"></a>Chapter&nbsp;9.&nbsp;Other Sources of Information</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2309"></a>Books</h2></div></div><div></div></div><p>There are no books entirely dedicated to programming with FXRuby,
4
4
  but the following Ruby books contain sections on FXRuby:</p><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p><i class="citetitle">The Ruby Way</i>, by Hal
5
5
  Fulton.</p></li><li style="list-style-type: disc"><p><i class="citetitle">Ruby Developer's Guide</i>,
6
- by Michael Neumann, Robert Feldt and Lyle Johnson.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2347"></a>Reference Documentation</h2></div></div><div></div></div><p>The current <a href="http://www.fxruby.org/1.2/doc/api" target="_top">FXRuby API
6
+ by Michael Neumann, Robert Feldt and Lyle Johnson.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2325"></a>Reference Documentation</h2></div></div><div></div></div><p>The current <a href="http://www.fxruby.org/1.2/doc/api" target="_top">FXRuby API
7
7
  Reference Documentation</a> is a work in progress, but serves as a
8
8
  pretty good guide to the available methods and attributes for the
9
9
  different classes. The regular <a href="http://www.fox-toolkit.net/foxdoc-1.2" target="_top">FOX 1.2 API
10
10
  Reference Documentation</a> can be used as a fallback source of
11
- information, although it is intended for users of the C++ library.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2358"></a>Web Sites</h2></div></div><div></div></div><p>The <a href="http://www.fox-toolkit.com" target="_top">FOX toolkit home page</a>
11
+ information, although it is intended for users of the C++ library.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2336"></a>Web Sites</h2></div></div><div></div></div><p>The <a href="http://www.fox-toolkit.com" target="_top">FOX toolkit home page</a>
12
12
  is still one of the best places to find information about GUI programming
13
13
  with FOX. This is the site maintained by Jeroen van der Zijp, the creator
14
14
  and primary developer of FOX, and serves as the official download site for
@@ -19,7 +19,7 @@
19
19
  a little more scattered but tends to be more up-to-date than some
20
20
  information on the main FOX site. This site includes a number of tutorial
21
21
  articles, as well as "cookbook" and "how-to" pages on many
22
- topics.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2369"></a>Mailing Lists</h2></div></div><div></div></div><p>One or more of the following mailing lists may be of interest:</p><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The fxruby-announce@rubyforge.org mailing list is a very
22
+ topics.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2347"></a>Mailing Lists</h2></div></div><div></div></div><p>One or more of the following mailing lists may be of interest:</p><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The fxruby-announce@rubyforge.org mailing list is a very
23
23
  low-volume list for FXRuby-related announcements. To subscribe to this
24
24
  list, follow the instructions at <a href="http://rubyforge.org/mailman/listinfo/fxruby-announce" target="_top">http://rubyforge.org/mailman/listinfo/fxruby-announce</a></p></li><li style="list-style-type: disc"><p>The fxruby-users@rubyforge.org mailing list is a
25
25
  higher-volume list for FXRuby-related discussions. To subscribe to
@@ -1,18 +1,18 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Appendix&nbsp;D.&nbsp;The FXRuby Standard Library</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"><link rel="previous" href="differences.html" title="Appendix&nbsp;C.&nbsp;Differences between FOX and FXRuby"><link rel="next" href="implementation.html" title="Appendix&nbsp;E.&nbsp;Implementation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix&nbsp;D.&nbsp;The FXRuby Standard Library</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="differences.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="implementation.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="library"></a>Appendix&nbsp;D.&nbsp;The FXRuby Standard Library</h2></div></div><div></div></div><p>While the majority of FXRuby is in fact implemented by an extension module, some parts are provided instead by "pure Ruby" code. This section describes the classes and modules available in the FXRuby standard library.</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4134"></a>Undoable Commands</h2></div></div><div></div></div><p>The <tt class="filename">fox/undolist.rb</tt> file provides the <tt class="classname">FXCommand</tt> and <tt class="classname">FXUndoList</tt> classes. These serve the same purpose as the <tt class="classname">FXCommand</tt> and <tt class="classname">FXUndoList</tt> classes from the standard FOX distribution, but they're implemented entirely in Ruby.</p><p>For a complete description of these classes and how to use them, see the RD documentation in <tt class="filename">fox/undolist.rb</tt>.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4159"></a>Aliases</h2></div></div><div></div></div><p>The <tt class="filename">fox/aliases.rb</tt> implements most of the accessor-style aliases for methods. This file is loaded automatically when you </p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">require 'fox'</pre></td></tr></table><p> and so you should never need to load it directly.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4170"></a>Color Names</h2></div></div><div></div></div><p>The <tt class="filename">fox/colors.rb</tt> file, contributed by Jeff
3
+ <title>Appendix&nbsp;D.&nbsp;The FXRuby Standard Library</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"><link rel="previous" href="differences.html" title="Appendix&nbsp;C.&nbsp;Differences between FOX and FXRuby"><link rel="next" href="implementation.html" title="Appendix&nbsp;E.&nbsp;Implementation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix&nbsp;D.&nbsp;The FXRuby Standard Library</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="differences.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="implementation.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="library"></a>Appendix&nbsp;D.&nbsp;The FXRuby Standard Library</h2></div></div><div></div></div><p>While the majority of FXRuby is in fact implemented by an extension module, some parts are provided instead by "pure Ruby" code. This section describes the classes and modules available in the FXRuby standard library.</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4176"></a>Undoable Commands</h2></div></div><div></div></div><p>The <tt class="filename">fox/undolist.rb</tt> file provides the <tt class="classname">FXCommand</tt> and <tt class="classname">FXUndoList</tt> classes. These serve the same purpose as the <tt class="classname">FXCommand</tt> and <tt class="classname">FXUndoList</tt> classes from the standard FOX distribution, but they're implemented entirely in Ruby.</p><p>For a complete description of these classes and how to use them, see the RD documentation in <tt class="filename">fox/undolist.rb</tt>.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4201"></a>Aliases</h2></div></div><div></div></div><p>The <tt class="filename">fox/aliases.rb</tt> implements most of the accessor-style aliases for methods. This file is loaded automatically when you </p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">require 'fox'</pre></td></tr></table><p> and so you should never need to load it directly.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4212"></a>Color Names</h2></div></div><div></div></div><p>The <tt class="filename">fox/colors.rb</tt> file, contributed by Jeff
4
4
  Heard, provides a bunch of predefined color values (based on the standard
5
5
  X11 color names). You can use these color constants anywhere that FOX
6
6
  expects an RGB color value, e.g.</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">dc = FXDCWindow.new(drawable, ev)
7
7
  dc.foreground = FXColor::MistyRose # instead of FXRGB(255, 228, 225)
8
- dc.background = FXColor::MidnightBlue # instead of FXRGB( 25, 25, 112)</pre></td></tr></table></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4180"></a>OpenGL Shapes</h2></div></div><div></div></div><p>The <tt class="filename">fox/glshapes.rb</tt> library provides Ruby
8
+ dc.background = FXColor::MidnightBlue # instead of FXRGB( 25, 25, 112)</pre></td></tr></table></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4222"></a>OpenGL Shapes</h2></div></div><div></div></div><p>The <tt class="filename">fox/glshapes.rb</tt> library provides Ruby
9
9
  implementations of a number of basic 3-D shapes (all derived from the
10
10
  built-in <tt class="classname">FXGLShape</tt> class) that can be used with
11
11
  the <tt class="classname">FXGLViewer</tt>. Several of these shapes are used
12
12
  in the <tt class="filename">glviewer.rb</tt> example program. These shapes
13
13
  were originally implemented in C++ and wrapped using SWIG, but they are
14
14
  straightforward enough to implement in Ruby so they were moved out to
15
- this library instead.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4197"></a>Iterators</h2></div></div><div></div></div><p>The <tt class="filename">fox/iterators.rb</tt> library just adds an
15
+ this library instead.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4239"></a>Iterators</h2></div></div><div></div></div><p>The <tt class="filename">fox/iterators.rb</tt> library just adds an
16
16
  <tt class="methodname">each</tt> instance method for the <tt class="classname">
17
17
  FXComboBox</tt>, <tt class="classname">FXGLGroup</tt>, <tt class="classname">
18
18
  FXHeader</tt>, <tt class="classname">FXIconList</tt>, <tt class="classname">
@@ -21,10 +21,10 @@ dc.background = FXColor::MidnightBlue # instead of FXRGB( 25, 25, 112)</pre><
21
21
  FXTreeList</tt> and <tt class="classname">FXTreeListBox</tt> classes,
22
22
  so that you can iterate over their members in a Ruby-friendly way. It
23
23
  also mixes the <tt class="classname">Enumerable</tt> module into each of
24
- these classes.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4241"></a>Key Codes</h2></div></div><div></div></div><p>The <tt class="filename">fox/keys.rb</tt> library file defines all of the
24
+ these classes.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4283"></a>Key Codes</h2></div></div><div></div></div><p>The <tt class="filename">fox/keys.rb</tt> library file defines all of the
25
25
  key codes (e.g. <tt class="constant">KEY_space</tt>) that might show up in the
26
26
  code field of an <tt class="classname">FXEvent</tt> instance. This file is
27
27
  loaded automatically when you
28
28
  </p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">require 'fox'</pre></td></tr></table><p> and
29
29
  so you should never need to load it
30
- directly.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4258"></a>Calendar Widget</h2></div></div><div></div></div><p>The <tt class="filename">fox/calendar.rb</tt> library file provides the <tt class="classname">FXCalendar</tt> widget, contributed by David Naseby.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="differences.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="pt02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="implementation.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;C.&nbsp;Differences between FOX and FXRuby&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="book.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;E.&nbsp;Implementation</td></tr></table></div></body></html>
30
+ directly.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4300"></a>Calendar Widget</h2></div></div><div></div></div><p>The <tt class="filename">fox/calendar.rb</tt> library file provides the <tt class="classname">FXCalendar</tt> widget, contributed by David Naseby.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="differences.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="pt02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="implementation.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;C.&nbsp;Differences between FOX and FXRuby&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="book.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;E.&nbsp;Implementation</td></tr></table></div></body></html>
@@ -5,10 +5,10 @@
5
5
  widgets, and FXRuby in turn provides interfaces to those classes. By
6
6
  combining FXRuby with the OpenGL interface for Ruby (described below) you
7
7
  can develop very powerful 3-D graphics applications. This chapter gives
8
- you the information you'll need to get started.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3277"></a>What is OpenGL?</h2></div></div><div></div></div><p>OpenGL is a platform-independent API for 2D and 3D graphics. The
8
+ you the information you'll need to get started.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3319"></a>What is OpenGL?</h2></div></div><div></div></div><p>OpenGL is a platform-independent API for 2D and 3D graphics. The
9
9
  home page is <a href="http://www.opengl.org" target="_top">http://www.opengl.org</a>. Because it's a
10
10
  fairly open standard, highly optimized OpenGL drivers are available for
11
- most operating systems (including Windows and Linux).</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3285"></a>OpenGL Extensions for Ruby</h2></div></div><div></div></div><p>This extension module, developed by Yoshiyuki Kusano, provides
11
+ most operating systems (including Windows and Linux).</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3327"></a>OpenGL Extensions for Ruby</h2></div></div><div></div></div><p>This extension module, developed by Yoshiyuki Kusano, provides
12
12
  interfaces to not only the basic OpenGL API, but also the GLU and GLUT
13
13
  APIs. As of this writing, the currently released version is 0.32d and is
14
14
  available for download from <a href="http://www2.giganet.net/~yoshi/rbogl-0.32b.tgz" target="_top">http://www2.giganet.net/~yoshi/rbogl-0.32d.tgz</a>.
@@ -25,7 +25,7 @@
25
25
  extensions by typing:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="screen">$ <b class="command">make site-install</b></pre></td></tr></table><p>Please note that I'm not the maintainer of this particular Ruby
26
26
  extension, so I can't really accept bug fixes for it. But if you're having
27
27
  trouble integrating Ruby/OpenGL with FXRuby, let me know and we'll see
28
- what we can do.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3340"></a>The FXGLVisual Class</h2></div></div><div></div></div><p>An <tt class="classname">FXGLVisual</tt> object describes the
28
+ what we can do.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3382"></a>The FXGLVisual Class</h2></div></div><div></div></div><p>An <tt class="classname">FXGLVisual</tt> object describes the
29
29
  capabilities of an <tt class="classname">FXGLCanvas</tt> or
30
30
  <tt class="classname">FXGLViewer</tt> window. Typically, an X server supports
31
31
  many different visuals with varying capabilities, but the ones with
@@ -58,13 +58,13 @@ end</pre></td></tr></table><p>Some <tt class="classname">FXGLVisual</tt> object
58
58
  separate <tt class="classname">FXGLVisual</tt> object for each window. For
59
59
  most applications, you can just construct a single
60
60
  <tt class="classname">FXGLVisual</tt> object that's shared among all the
61
- OpenGL windows.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3399"></a>The FXGLCanvas Class</h2></div></div><div></div></div><p>The <tt class="classname">FXGLCanvas</tt> widget provides a very simple
61
+ OpenGL windows.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3441"></a>The FXGLCanvas Class</h2></div></div><div></div></div><p>The <tt class="classname">FXGLCanvas</tt> widget provides a very simple
62
62
  OpenGL-capable window with minimal functionality. To construct an
63
63
  <tt class="classname">FXGLCanvas</tt>, call
64
64
  <tt class="methodname">FXGLCanvas.new</tt>:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">glCanvas = FXGLCanvas.new(parent, vis)</pre></td></tr></table><p>The first argument to <tt class="methodname">FXGLCanvas.new</tt> is the
65
65
  parent (container) widget and the second argument is the
66
66
  <tt class="classname">FXGLVisual</tt> that should be used for this
67
- window.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3423"></a>OpenGL objects and the FXGLViewer</h2></div></div><div></div></div><p>The <tt class="classname">FXGLViewer</tt> widget provides a higher-level
67
+ window.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3465"></a>OpenGL objects and the FXGLViewer</h2></div></div><div></div></div><p>The <tt class="classname">FXGLViewer</tt> widget provides a higher-level
68
68
  OpenGL-capable window with a lot of built-in functionality. To construct
69
69
  an <tt class="classname">FXGLViewer</tt>, call
70
70
  <tt class="methodname">FXGLViewer.new</tt>:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">glViewer = FXGLViewer.new(parent, vis)</pre></td></tr></table><p>The first argument to <tt class="methodname">FXGLViewer.new</tt> is the
@@ -1,3 +1,3 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Part&nbsp;I.&nbsp;The Basics</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="previous" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="next" href="goals.html" title="History and Goals"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part&nbsp;I.&nbsp;The Basics</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="book.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="goals.html">Next</a></td></tr></table><hr></div><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e17"></a>The Basics</h1></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="goals.html">History and Goals</a></dt><dt>1. <a href="build.html">Building from Source Code</a></dt><dt>2. <a href="gems.html">Installing from Gems</a></dt><dt>3. <a href="tutorial1.html">Hello, World!</a></dt><dd><dl><dt><a href="tutorial1.html#d0e619">First Things First</a></dt><dt><a href="ch03s02.html">Better living through buttons</a></dt><dt><a href="ch03s03.html">Messages</a></dt><dt><a href="ch03s04.html">Adding a tool tip</a></dt><dt><a href="ch03s05.html">Adding an icon</a></dt></dl></dd><dt>4. <a href="clipboardtut.html">Working With the Clipboard</a></dt><dd><dl><dt><a href="clipboardtut.html#d0e1008">Basic Application</a></dt><dt><a href="ch04s02.html">Acquiring the Clipboard</a></dt><dt><a href="ch04s03.html">Sending Data to the Clipboard</a></dt><dt><a href="ch04s04.html">Pasting Data from the Clipboard</a></dt></dl></dd><dt>5. <a href="dragdroptut.html">Drag and Drop</a></dt><dd><dl><dt><a href="dragdroptut.html#d0e1223">Drop Sites</a></dt><dt><a href="ch05s02.html">Drag Sources</a></dt><dt><a href="ch05s03.html">Putting It All Together</a></dt></dl></dd><dt>6. <a href="examples.html">Examples</a></dt><dt>7. <a href="events.html">FXRuby's Message-Target System</a></dt><dt>8. <a href="todo.html">To-do list</a></dt><dt>9. <a href="infosources.html">Other Sources of Information</a></dt><dt>10. <a href="changes.html">Change History</a></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="book.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="book.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="goals.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Developing Graphical User Interfaces with FXRuby&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="book.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;History and Goals</td></tr></table></div></body></html>
3
+ <title>Part&nbsp;I.&nbsp;The Basics</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="previous" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="next" href="goals.html" title="History and Goals"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part&nbsp;I.&nbsp;The Basics</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="book.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="goals.html">Next</a></td></tr></table><hr></div><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e17"></a>The Basics</h1></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="goals.html">History and Goals</a></dt><dt>1. <a href="build.html">Building from Source Code</a></dt><dt>2. <a href="gems.html">Installing from Gems</a></dt><dt>3. <a href="tutorial1.html">Hello, World!</a></dt><dd><dl><dt><a href="tutorial1.html#d0e597">First Things First</a></dt><dt><a href="ch03s02.html">Better living through buttons</a></dt><dt><a href="ch03s03.html">Messages</a></dt><dt><a href="ch03s04.html">Adding a tool tip</a></dt><dt><a href="ch03s05.html">Adding an icon</a></dt></dl></dd><dt>4. <a href="clipboardtut.html">Working With the Clipboard</a></dt><dd><dl><dt><a href="clipboardtut.html#d0e986">Basic Application</a></dt><dt><a href="ch04s02.html">Acquiring the Clipboard</a></dt><dt><a href="ch04s03.html">Sending Data to the Clipboard</a></dt><dt><a href="ch04s04.html">Pasting Data from the Clipboard</a></dt></dl></dd><dt>5. <a href="dragdroptut.html">Drag and Drop</a></dt><dd><dl><dt><a href="dragdroptut.html#d0e1201">Drop Sites</a></dt><dt><a href="ch05s02.html">Drag Sources</a></dt><dt><a href="ch05s03.html">Putting It All Together</a></dt></dl></dd><dt>6. <a href="examples.html">Examples</a></dt><dt>7. <a href="events.html">FXRuby's Message-Target System</a></dt><dt>8. <a href="todo.html">To-do list</a></dt><dt>9. <a href="infosources.html">Other Sources of Information</a></dt><dt>10. <a href="changes.html">Change History</a></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="book.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="book.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="goals.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Developing Graphical User Interfaces with FXRuby&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="book.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;History and Goals</td></tr></table></div></body></html>
@@ -1,3 +1,3 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Part&nbsp;II.&nbsp;Appendices</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="previous" href="changes.html" title="Chapter&nbsp;10.&nbsp;Change History"><link rel="next" href="opengl.html" title="Appendix&nbsp;A.&nbsp;Using OpenGL with FXRuby"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part&nbsp;II.&nbsp;Appendices</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="changes.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="opengl.html">Next</a></td></tr></table><hr></div><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e3262"></a>Appendices</h1></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt>A. <a href="opengl.html">Using OpenGL with FXRuby</a></dt><dt>B. <a href="scintilla.html">Using Scintilla with FXRuby</a></dt><dt>C. <a href="differences.html">Differences between FOX and FXRuby</a></dt><dt>D. <a href="library.html">The FXRuby Standard Library</a></dt><dt>E. <a href="implementation.html">Implementation</a></dt><dd><dl><dt><a href="implementation.html#d0e4272">Code Generation</a></dt><dt><a href="apes02.html">Object Life Cycles and Garbage Collection</a></dt><dd><dl><dt><a href="apes02.html#d0e4310">GL Objects</a></dt></dl></dd><dt><a href="apes03.html">Virtual Functions</a></dt></dl></dd><dt>F. <a href="cvs.html">Getting the Sources from CVS</a></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="changes.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="book.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="opengl.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;10.&nbsp;Change History&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="book.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;A.&nbsp;Using OpenGL with FXRuby</td></tr></table></div></body></html>
3
+ <title>Part&nbsp;II.&nbsp;Appendices</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="previous" href="changes.html" title="Chapter&nbsp;10.&nbsp;Change History"><link rel="next" href="opengl.html" title="Appendix&nbsp;A.&nbsp;Using OpenGL with FXRuby"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part&nbsp;II.&nbsp;Appendices</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="changes.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="opengl.html">Next</a></td></tr></table><hr></div><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e3304"></a>Appendices</h1></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt>A. <a href="opengl.html">Using OpenGL with FXRuby</a></dt><dt>B. <a href="scintilla.html">Using Scintilla with FXRuby</a></dt><dt>C. <a href="differences.html">Differences between FOX and FXRuby</a></dt><dt>D. <a href="library.html">The FXRuby Standard Library</a></dt><dt>E. <a href="implementation.html">Implementation</a></dt><dd><dl><dt><a href="implementation.html#d0e4314">Code Generation</a></dt><dt><a href="apes02.html">Object Life Cycles and Garbage Collection</a></dt><dd><dl><dt><a href="apes02.html#d0e4352">GL Objects</a></dt></dl></dd><dt><a href="apes03.html">Virtual Functions</a></dt></dl></dd><dt>F. <a href="cvs.html">Getting the Sources from CVS</a></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="changes.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="book.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="opengl.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;10.&nbsp;Change History&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="book.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;A.&nbsp;Using OpenGL with FXRuby</td></tr></table></div></body></html>
@@ -1,12 +1,12 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Appendix&nbsp;B.&nbsp;Using Scintilla with FXRuby</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"><link rel="previous" href="opengl.html" title="Appendix&nbsp;A.&nbsp;Using OpenGL with FXRuby"><link rel="next" href="differences.html" title="Appendix&nbsp;C.&nbsp;Differences between FOX and FXRuby"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix&nbsp;B.&nbsp;Using Scintilla with FXRuby</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="opengl.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="differences.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="scintilla"></a>Appendix&nbsp;B.&nbsp;Using Scintilla with FXRuby</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3450"></a>What is Scintilla?</h2></div></div><div></div></div><p><a href="http://www.scintilla.org" target="_top">Scintilla</a> is a free
3
+ <title>Appendix&nbsp;B.&nbsp;Using Scintilla with FXRuby</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"><link rel="previous" href="opengl.html" title="Appendix&nbsp;A.&nbsp;Using OpenGL with FXRuby"><link rel="next" href="differences.html" title="Appendix&nbsp;C.&nbsp;Differences between FOX and FXRuby"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix&nbsp;B.&nbsp;Using Scintilla with FXRuby</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="opengl.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="differences.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="scintilla"></a>Appendix&nbsp;B.&nbsp;Using Scintilla with FXRuby</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3492"></a>What is Scintilla?</h2></div></div><div></div></div><p><a href="http://www.scintilla.org" target="_top">Scintilla</a> is a free
4
4
  source code editing component developed by Neil Hodgson for the Win32 and
5
- GTK+ platforms.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3457"></a>What is FXScintilla?</h2></div></div><div></div></div><p><a href="http://savannah.gnu.org/projects/fxscintilla" target="_top">FXScintilla </a> is
5
+ GTK+ platforms.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3499"></a>What is FXScintilla?</h2></div></div><div></div></div><p><a href="http://savannah.gnu.org/projects/fxscintilla" target="_top">FXScintilla </a> is
6
6
  a FOX widget that wraps around the Scintilla component, or, if you wish,
7
7
  the FOX "port" of Scintilla. It is being developed by Gilles Filippini,
8
8
  and as of this writing the latest release is available for download from
9
- <a href="http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz" target="_top">http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz</a>.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3467"></a>Compiling FXScintilla</h2></div></div><div></div></div><p>The FXScintilla distribution contains everything you need to build
9
+ <a href="http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz" target="_top">http://savannah.nongnu.org/download/fxscintilla/fxscintilla-1.63.tar.gz</a>.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3509"></a>Compiling FXScintilla</h2></div></div><div></div></div><p>The FXScintilla distribution contains everything you need to build
10
10
  the FXScintilla widget and begin using it in your C++-based FOX
11
11
  applications. That is to say, you do not have to separately download the
12
12
  Scintilla source code from the Scintilla home page. When you unpack the
@@ -17,7 +17,7 @@
17
17
  other open-source software (like FOX) from the source code. The
18
18
  <tt class="filename">INSTALL</tt> file in the top-level directory should
19
19
  provide enough instruction for you to build and install FXScintilla for
20
- either Unix or Microsoft Windows.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3480"></a>Enabling FXScintilla Support in FXRuby</h2></div></div><div></div></div><p>The next step is to build a version of FXRuby (from its source code)
20
+ either Unix or Microsoft Windows.</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3522"></a>Enabling FXScintilla Support in FXRuby</h2></div></div><div></div></div><p>The next step is to build a version of FXRuby (from its source code)
21
21
  with the optional FXScintilla support enabled. If you're working on a Unix
22
22
  or Linux system and have installed FXScintilla in one of the standard
23
23
  installation directories (e.g. under <tt class="filename">/usr/include</tt> or <tt class="filename">/usr/local/include</tt>), the regular FXRuby build
@@ -1,11 +1,11 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Chapter&nbsp;3.&nbsp;Hello, World!</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="gems.html" title="Chapter&nbsp;2.&nbsp;Installing from Gems"><link rel="next" href="ch03s02.html" title="Better living through buttons"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;Hello, World!</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gems.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="tutorial1"></a>Chapter&nbsp;3.&nbsp;Hello, World!</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="tutorial1.html#d0e619">First Things First</a></dt><dt><a href="ch03s02.html">Better living through buttons</a></dt><dt><a href="ch03s03.html">Messages</a></dt><dt><a href="ch03s04.html">Adding a tool tip</a></dt><dt><a href="ch03s05.html">Adding an icon</a></dt></dl></div><p>There are a few things common to all programs that use FXRuby, and the
3
+ <title>Chapter&nbsp;3.&nbsp;Hello, World!</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="gems.html" title="Chapter&nbsp;2.&nbsp;Installing from Gems"><link rel="next" href="ch03s02.html" title="Better living through buttons"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;Hello, World!</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gems.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="tutorial1"></a>Chapter&nbsp;3.&nbsp;Hello, World!</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="tutorial1.html#d0e597">First Things First</a></dt><dt><a href="ch03s02.html">Better living through buttons</a></dt><dt><a href="ch03s03.html">Messages</a></dt><dt><a href="ch03s04.html">Adding a tool tip</a></dt><dt><a href="ch03s05.html">Adding an icon</a></dt></dl></div><p>There are a few things common to all programs that use FXRuby, and the
4
4
  purpose of this chapter is to help you get familiar with those. We'll do
5
5
  this by developing a short program that simply displays a button containing
6
6
  the text, "Hello, World!". For reference, this program is included in the
7
7
  <tt class="filename">examples</tt> subdirectory of the standard FXRuby source
8
- code distribution.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e619"></a>First Things First</h2></div></div><div></div></div><p>All of the code associated with the FXRuby extension is provided by
8
+ code distribution.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e597"></a>First Things First</h2></div></div><div></div></div><p>All of the code associated with the FXRuby extension is provided by
9
9
  the <tt class="classname">fox14 </tt>gem, so we need to start by requiring
10
10
  this gem:</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">require 'fox14'</pre></td></tr></table><p>Since all of the FXRuby classes are defined under the
11
11
  <tt class="classname">Fox</tt> module, you'd normally need to refer to them
@@ -21,7 +21,7 @@
21
21
  ***********************************************************************/
22
22
 
23
23
  /***********************************************************************
24
- * $Id: FXRuby.cpp,v 1.5 2005/08/21 21:57:59 lyle Exp $
24
+ * $Id: FXRuby.cpp,v 1.5.4.1 2006/01/12 14:39:51 lyle Exp $
25
25
  ***********************************************************************/
26
26
 
27
27
  #ifdef _MSC_VER
@@ -699,11 +699,12 @@ static VALUE FXRbConvertMessageData(FXObject* sender,FXObject* recv,FXSelector s
699
699
  type==SEL_DOUBLECLICKED ||
700
700
  type==SEL_TRIPLECLICKED ||
701
701
  type==SEL_CHANGED ||
702
- type==SEL_COMMAND) return to_ruby(reinterpret_cast<FXTablePos*>(ptr));
703
- else if(type==SEL_SELECTED ||
704
- type == SEL_DESELECTED ||
705
- type == SEL_INSERTED ||
706
- type == SEL_DELETED){
702
+ type==SEL_COMMAND ||
703
+ type==SEL_SELECTED ||
704
+ type==SEL_DESELECTED) return to_ruby(reinterpret_cast<FXTablePos*>(ptr));
705
+ else if(type == SEL_INSERTED ||
706
+ type == SEL_DELETED ||
707
+ type == SEL_REPLACED){
707
708
  return to_ruby(reinterpret_cast<FXTableRange*>(ptr));
708
709
  }
709
710
  }
@@ -2289,10 +2289,8 @@ static VALUE _wrap_FXTable_extendSelection(int argc, VALUE *argv, VALUE self) {
2289
2289
  FXint arg3 ; FXbool arg4 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 2) || (argc > 3))
2290
2290
  rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
2291
2291
  SWIG_ConvertPtr(self, (void **) &arg1, SWIGTYPE_p_FXTable, 1); arg2 = NUM2INT(argv[0]); arg3 = NUM2INT(argv[1]);
2292
- if (argc > 2) { arg4 = to_FXbool(argv[2]); } { if (arg2 < 0 || arg2 >= arg1->getNumRows()) {
2293
- rb_raise(rb_eIndexError, "table row out of bounds"); } } { if (arg3 < 0 || arg3 >= arg1->getNumColumns()) {
2294
- rb_raise(rb_eIndexError, "table column out of bounds"); } }
2295
- result = (FXbool)FXTable_extendSelection(arg1,arg2,arg3,arg4); vresult = result ? Qtrue : Qfalse; return vresult; }
2292
+ if (argc > 2) { arg4 = to_FXbool(argv[2]); } result = (FXbool)FXTable_extendSelection(arg1,arg2,arg3,arg4);
2293
+ vresult = result ? Qtrue : Qfalse; return vresult; }
2296
2294
  static VALUE _wrap_FXTable_killSelection(int argc, VALUE *argv, VALUE self) { FXTable *arg1 = (FXTable *) 0 ;
2297
2295
  FXbool arg2 = (FXbool) 0 ; FXbool result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 1))
2298
2296
  rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
@@ -206,8 +206,9 @@ module Fox
206
206
  def each_child
207
207
  child = self.first
208
208
  while child
209
+ next_child = child.next
209
210
  yield child
210
- child = child.next
211
+ child = next_child
211
212
  end
212
213
  end
213
214
 
@@ -5,7 +5,7 @@ module Fox
5
5
  # Returns the FXRuby version number as a string, e.g. "1.0.19".
6
6
  #
7
7
  def Fox.fxrubyversion
8
- "1.4.3"
8
+ "1.4.4"
9
9
  end
10
10
  end
11
11
 
@@ -176,6 +176,7 @@ module Fox
176
176
  # +SEL_TRIPLECLICKED+:: sent when a cell is triple-clicked; the message data is an FXTablePos instance indicating the current cell.
177
177
  # +SEL_DELETED+:: sent when a range of cells is about to be removed; the message data is an FXTableRange instance indicating the cells to be removed.
178
178
  # +SEL_INSERTED+:: sent when a range of cells has been inserted; the message data is an FXTableRange instance indicating the cells inserted.
179
+ # +SEL_REPLACED+:: sent when a range of cells has been replaced; the message data is an FXTableRange instance indicating the cells replaced.
179
180
  #
180
181
  # === Table options
181
182
  #
@@ -14,13 +14,13 @@ 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)
17
+ def initialize(parent, tgt = nil, sel = 0, opts = 0, x = 0, y = 0, w = 0, h = 0)
18
18
  super
19
19
  end
20
20
 
21
21
  def create
22
22
  super
23
- item = addItemLast(nil, "root")
23
+ item = appendItem(nil, "root")
24
24
  @currentItem = item
25
25
  expand
26
26
  end
@@ -34,7 +34,7 @@ class DirTree < FXTreeList
34
34
  def listSubDir(parentItem)
35
35
  entries = (1..NUMBER_OF_ITEMS).collect { |i| i.to_s }
36
36
  entries.each do |entry|
37
- item = addItemLast(parentItem, entry)
37
+ item = appendItem(parentItem, entry)
38
38
  @currentItem = item if entry == "1"
39
39
  end
40
40
  end
@@ -57,7 +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,
60
+ @dirTree = DirTree.new(@mainWindow, nil, 0,
61
61
  (TREELIST_SHOWS_LINES|TREELIST_SHOWS_BOXES|TREELIST_ROOT_BOXES|
62
62
  LAYOUT_FILL_X|LAYOUT_FILL_Y))
63
63
 
metadata CHANGED
@@ -3,12 +3,12 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: fxruby
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.4.3
7
- date: 2005-11-06
6
+ version: 1.4.4
7
+ date: 2006-01-23
8
8
  summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
9
9
  require_paths:
10
- - ext/fox14
11
- - lib
10
+ - ext/fox14
11
+ - lib
12
12
  email: lyle@knology.net
13
13
  homepage: http://www.fxruby.org
14
14
  rubyforge_project:
@@ -19,752 +19,753 @@ bindir: bin
19
19
  has_rdoc: true
20
20
  required_ruby_version: !ruby/object:Gem::Version::Requirement
21
21
  requirements:
22
- -
23
- - ">"
24
- - !ruby/object:Gem::Version
25
- version: 0.0.0
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
26
25
  version:
27
26
  platform: ruby
28
27
  authors:
29
- - Lyle Johnson
28
+ - Lyle Johnson
30
29
  files:
31
- - ChangeLog
32
- - LICENSE
33
- - README
34
- - index.html
35
- - doc/apes02.html
36
- - doc/apes03.html
37
- - doc/book.html
38
- - doc/build.html
39
- - doc/ch03s02.html
40
- - doc/ch03s03.html
41
- - doc/ch03s04.html
42
- - doc/ch03s05.html
43
- - doc/ch04s02.html
44
- - doc/ch04s03.html
45
- - doc/ch04s04.html
46
- - doc/ch05s02.html
47
- - doc/ch05s03.html
48
- - doc/changes.html
49
- - doc/clipboardtut.html
50
- - doc/cvs.html
51
- - doc/differences.html
52
- - doc/dragdroptut.html
53
- - doc/events.html
54
- - doc/examples.html
55
- - doc/gems.html
56
- - doc/goals.html
57
- - doc/implementation.html
58
- - doc/infosources.html
59
- - doc/library.html
60
- - doc/opengl.html
61
- - doc/pt01.html
62
- - doc/pt02.html
63
- - doc/scintilla.html
64
- - doc/todo.html
65
- - doc/tutorial1.html
66
- - doc/images/babelfish.png
67
- - doc/images/browser.png
68
- - doc/images/button.png
69
- - doc/images/call-chain-example.png
70
- - doc/images/colordialog.png
71
- - doc/images/datatarget.png
72
- - doc/images/dialog.png
73
- - doc/images/dilbert.png
74
- - doc/images/dirlist.png
75
- - doc/images/dropsite-droprejected.png
76
- - doc/images/foursplit.png
77
- - doc/images/gltest.png
78
- - doc/images/glviewer.png
79
- - doc/images/groupbox.png
80
- - doc/images/header.png
81
- - doc/images/hello-with-button.png
82
- - doc/images/hello-with-icon-1.png
83
- - doc/images/hello-with-icon-2.png
84
- - doc/images/hello-with-icon-3.png
85
- - doc/images/hello-with-tooltip.png
86
- - doc/images/hello-without-button.png
87
- - doc/images/hello.png
88
- - doc/images/hello2.png
89
- - doc/images/iconlist-bigicons.png
90
- - doc/images/iconlist-details.png
91
- - doc/images/image.png
92
- - doc/images/imageviewer.png
93
- - doc/images/inheritance.png
94
- - doc/images/mditest.png
95
- - doc/images/raabrowser.png
96
- - doc/images/scribble.png
97
- - doc/images/shutter.png
98
- - doc/images/splitter.png
99
- - doc/images/tabbook.png
100
- - doc/images/table.png
101
- - doc/images/tutorial1.png
102
- - examples/README
103
- - examples/babelfish.rb
104
- - examples/bounce.rb
105
- - examples/browser.rb
106
- - examples/button.rb
107
- - examples/datatarget.rb
108
- - examples/dctest.rb
109
- - examples/dialog.rb
110
- - examples/dilbert.rb
111
- - examples/dirlist.rb
112
- - examples/dragdrop.rb
113
- - examples/dragsource.rb
114
- - examples/dropsite.rb
115
- - examples/foursplit.rb
116
- - examples/gltest.rb
117
- - examples/glviewer.rb
118
- - examples/groupbox.rb
119
- - examples/header.rb
120
- - examples/hello.rb
121
- - examples/hello2.rb
122
- - examples/iconlist.rb
123
- - examples/image.rb
124
- - examples/imageviewer.rb
125
- - examples/inputs.rb
126
- - examples/iRAA.rb
127
- - examples/mditest.rb
128
- - examples/pig.rb
129
- - examples/RAA.rb
130
- - examples/raabrowser.rb
131
- - examples/ratio.rb
132
- - examples/scintilla-test.rb
133
- - examples/scribble-orig.rb
134
- - examples/scribble.rb
135
- - examples/shutter.rb
136
- - examples/splitter.rb
137
- - examples/styledtext.rb
138
- - examples/tabbook.rb
139
- - examples/table.rb
140
- - examples/icons/backview.png
141
- - examples/icons/big.png
142
- - examples/icons/bigfolder.png
143
- - examples/icons/bigpenguin.png
144
- - examples/icons/bottomview.png
145
- - examples/icons/camera.png
146
- - examples/icons/capbutt.png
147
- - examples/icons/capnotlast.png
148
- - examples/icons/capproj.png
149
- - examples/icons/capround.png
150
- - examples/icons/colorpal.png
151
- - examples/icons/copy.png
152
- - examples/icons/cut.png
153
- - examples/icons/delimit.png
154
- - examples/icons/dippy.png
155
- - examples/icons/double_dash.png
156
- - examples/icons/filenew.png
157
- - examples/icons/fileopen.png
158
- - examples/icons/filesave.png
159
- - examples/icons/filesaveas.png
160
- - examples/icons/fonts.png
161
- - examples/icons/fox.png
162
- - examples/icons/foxicon.png
163
- - examples/icons/frontview.png
164
- - examples/icons/gem_big.png
165
- - examples/icons/gem_small.png
166
- - examples/icons/hello2.png
167
- - examples/icons/help.png
168
- - examples/icons/indent.png
169
- - examples/icons/jbevel.png
170
- - examples/icons/jmiter.png
171
- - examples/icons/jround.png
172
- - examples/icons/kill.png
173
- - examples/icons/leftview.png
174
- - examples/icons/light.png
175
- - examples/icons/minidoc.png
176
- - examples/icons/minifolder.png
177
- - examples/icons/minifolderopen.png
178
- - examples/icons/newfolder.png
179
- - examples/icons/nolight.png
180
- - examples/icons/onoff_dash.png
181
- - examples/icons/palette.png
182
- - examples/icons/parallel.png
183
- - examples/icons/paste.png
184
- - examples/icons/pattern.png
185
- - examples/icons/penguin.png
186
- - examples/icons/perspective.png
187
- - examples/icons/printicon.png
188
- - examples/icons/prop.png
189
- - examples/icons/redo.png
190
- - examples/icons/rightview.png
191
- - examples/icons/saveas.png
192
- - examples/icons/shutter1.png
193
- - examples/icons/shutter2.png
194
- - examples/icons/small.png
195
- - examples/icons/smoothlight.png
196
- - examples/icons/solid_line.png
197
- - examples/icons/tbuplevel.png
198
- - examples/icons/topview.png
199
- - examples/icons/undo.png
200
- - examples/icons/winapp.png
201
- - examples/icons/zoom.png
202
- - examples/icons/AngryGuyInBunnySuit.ico
203
- - examples/icons/FatBot.ico
204
- - examples/icons/FlippedySwitch.ico
205
- - examples/icons/LeGoon.ico
206
- - examples/icons/Net.ico
207
- - examples/icons/RedMacOS.ico
208
- - examples/icons/SawBlade.ico
209
- - examples/textedit/commands.rb
210
- - examples/textedit/helpwindow.rb
211
- - examples/textedit/prefdialog.rb
212
- - examples/textedit/textedit.rb
213
- - lib/fox14/aliases.rb
214
- - lib/fox14/calendar.rb
215
- - lib/fox14/chore.rb
216
- - lib/fox14/colors.rb
217
- - lib/fox14/core.rb
218
- - lib/fox14/dict.rb
219
- - lib/fox14/execute_nonmodal.rb
220
- - lib/fox14/glgroup.rb
221
- - lib/fox14/glshapes.rb
222
- - lib/fox14/input.rb
223
- - lib/fox14/irb.rb
224
- - lib/fox14/iterators.rb
225
- - lib/fox14/keys.rb
226
- - lib/fox14/missingdep.rb
227
- - lib/fox14/pseudokeyboard.rb
228
- - lib/fox14/pseudomouse.rb
229
- - lib/fox14/responder.rb
230
- - lib/fox14/responder2.rb
231
- - lib/fox14/scintilla.rb
232
- - lib/fox14/settings.rb
233
- - lib/fox14/signal.rb
234
- - lib/fox14/splashscreen.rb
235
- - lib/fox14/timeout.rb
236
- - lib/fox14/undolist.rb
237
- - lib/fox14/version.rb
238
- - ext/fox14/MANIFEST
239
- - ext/fox14/extconf.rb
240
- - ext/fox14/librb.c
241
- - ext/fox14/core_wrap.cpp
242
- - ext/fox14/dc_wrap.cpp
243
- - ext/fox14/dialogs_wrap.cpp
244
- - ext/fox14/frames_wrap.cpp
245
- - ext/fox14/fx3d_wrap.cpp
246
- - ext/fox14/FXRbApp.cpp
247
- - ext/fox14/FXRbDataTarget.cpp
248
- - ext/fox14/FXRbGLViewer.cpp
249
- - ext/fox14/FXRuby.cpp
250
- - ext/fox14/iconlist_wrap.cpp
251
- - ext/fox14/icons_wrap.cpp
252
- - ext/fox14/image_wrap.cpp
253
- - ext/fox14/impl.cpp
254
- - ext/fox14/label_wrap.cpp
255
- - ext/fox14/layout_wrap.cpp
256
- - ext/fox14/list_wrap.cpp
257
- - ext/fox14/markfuncs.cpp
258
- - ext/fox14/mdi_wrap.cpp
259
- - ext/fox14/menu_wrap.cpp
260
- - ext/fox14/scintilla_wrap.cpp
261
- - ext/fox14/table_wrap.cpp
262
- - ext/fox14/text_wrap.cpp
263
- - ext/fox14/treelist_wrap.cpp
264
- - ext/fox14/ui_wrap.cpp
265
- - ext/fox14/unregisterOwnedObjects.cpp
266
- - ext/fox14/include/FXMemoryBuffer.h
267
- - ext/fox14/include/FXRb4Splitter.h
268
- - ext/fox14/include/FXRb7Segment.h
269
- - ext/fox14/include/FXRbAccelTable.h
270
- - ext/fox14/include/FXRbApp.h
271
- - ext/fox14/include/FXRbAppVirtuals.h
272
- - ext/fox14/include/FXRbArrowButton.h
273
- - ext/fox14/include/FXRbBitmap.h
274
- - ext/fox14/include/FXRbBitmapFrame.h
275
- - ext/fox14/include/FXRbBitmapView.h
276
- - ext/fox14/include/FXRbBitmapVirtuals.h
277
- - ext/fox14/include/FXRbBMPIcon.h
278
- - ext/fox14/include/FXRbBMPImage.h
279
- - ext/fox14/include/FXRbButton.h
280
- - ext/fox14/include/FXRbCanvas.h
281
- - ext/fox14/include/FXRbCheckButton.h
282
- - ext/fox14/include/FXRbChoiceBox.h
283
- - ext/fox14/include/FXRbColorBar.h
284
- - ext/fox14/include/FXRbColorDialog.h
285
- - ext/fox14/include/FXRbColorSelector.h
286
- - ext/fox14/include/FXRbColorWell.h
287
- - ext/fox14/include/FXRbColorWheel.h
288
- - ext/fox14/include/FXRbComboBox.h
289
- - ext/fox14/include/FXRbCommon.h
290
- - ext/fox14/include/FXRbComposite.h
291
- - ext/fox14/include/FXRbCURCursor.h
292
- - ext/fox14/include/FXRbCursor.h
293
- - ext/fox14/include/FXRbCursorVirtuals.h
294
- - ext/fox14/include/FXRbDataTarget.h
295
- - ext/fox14/include/FXRbDC.h
296
- - ext/fox14/include/FXRbDCPrint.h
297
- - ext/fox14/include/FXRbDCVirtuals.h
298
- - ext/fox14/include/FXRbDCWindow.h
299
- - ext/fox14/include/FXRbDebugTarget.h
300
- - ext/fox14/include/FXRbDelegator.h
301
- - ext/fox14/include/FXRbDial.h
302
- - ext/fox14/include/FXRbDialogBox.h
303
- - ext/fox14/include/FXRbDialogBoxVirtuals.h
304
- - ext/fox14/include/FXRbDict.h
305
- - ext/fox14/include/FXRbDirBox.h
306
- - ext/fox14/include/FXRbDirDialog.h
307
- - ext/fox14/include/FXRbDirList.h
308
- - ext/fox14/include/FXRbDirSelector.h
309
- - ext/fox14/include/FXRbDockBar.h
310
- - ext/fox14/include/FXRbDockBarVirtuals.h
311
- - ext/fox14/include/FXRbDockHandler.h
312
- - ext/fox14/include/FXRbDockSite.h
313
- - ext/fox14/include/FXRbDockSiteVirtuals.h
314
- - ext/fox14/include/FXRbDockTitle.h
315
- - ext/fox14/include/FXRbDocument.h
316
- - ext/fox14/include/FXRbDragCorner.h
317
- - ext/fox14/include/FXRbDrawable.h
318
- - ext/fox14/include/FXRbDrawableVirtuals.h
319
- - ext/fox14/include/FXRbDriveBox.h
320
- - ext/fox14/include/FXRbFileDialog.h
321
- - ext/fox14/include/FXRbFileDict.h
322
- - ext/fox14/include/FXRbFileDictVirtuals.h
323
- - ext/fox14/include/FXRbFileList.h
324
- - ext/fox14/include/FXRbFileSelector.h
325
- - ext/fox14/include/FXRbFoldingItemVirtuals.h
326
- - ext/fox14/include/FXRbFoldingList.h
327
- - ext/fox14/include/FXRbFoldingListVirtuals.h
328
- - ext/fox14/include/FXRbFont.h
329
- - ext/fox14/include/FXRbFontDialog.h
330
- - ext/fox14/include/FXRbFontSelector.h
331
- - ext/fox14/include/FXRbFrame.h
332
- - ext/fox14/include/FXRbGIFCursor.h
333
- - ext/fox14/include/FXRbGIFIcon.h
334
- - ext/fox14/include/FXRbGIFImage.h
335
- - ext/fox14/include/FXRbGLCanvas.h
336
- - ext/fox14/include/FXRbGLCanvasVirtuals.h
337
- - ext/fox14/include/FXRbGLContext.h
338
- - ext/fox14/include/FXRbGLObject.h
339
- - ext/fox14/include/FXRbGLObjectVirtuals.h
340
- - ext/fox14/include/FXRbGLShape.h
341
- - ext/fox14/include/FXRbGLShapeVirtuals.h
342
- - ext/fox14/include/FXRbGLViewer.h
343
- - ext/fox14/include/FXRbGLViewerVirtuals.h
344
- - ext/fox14/include/FXRbGLVisual.h
345
- - ext/fox14/include/FXRbGradientBar.h
346
- - ext/fox14/include/FXRbGroupBox.h
347
- - ext/fox14/include/FXRbHeader.h
348
- - ext/fox14/include/FXRbHeaderItemVirtuals.h
349
- - ext/fox14/include/FXRbHorizontalFrame.h
350
- - ext/fox14/include/FXRbICOIcon.h
351
- - ext/fox14/include/FXRbICOImage.h
352
- - ext/fox14/include/FXRbIcon.h
353
- - ext/fox14/include/FXRbIconItemVirtuals.h
354
- - ext/fox14/include/FXRbIconList.h
355
- - ext/fox14/include/FXRbIconListVirtuals.h
356
- - ext/fox14/include/FXRbIconSource.h
357
- - ext/fox14/include/FXRbIconSourceVirtuals.h
358
- - ext/fox14/include/FXRbId.h
359
- - ext/fox14/include/FXRbIdVirtuals.h
360
- - ext/fox14/include/FXRbImage.h
361
- - ext/fox14/include/FXRbImageFrame.h
362
- - ext/fox14/include/FXRbImageView.h
363
- - ext/fox14/include/FXRbImageVirtuals.h
364
- - ext/fox14/include/FXRbInputDialog.h
365
- - ext/fox14/include/FXRbJPGIcon.h
366
- - ext/fox14/include/FXRbJPGImage.h
367
- - ext/fox14/include/FXRbLabel.h
368
- - ext/fox14/include/FXRbList.h
369
- - ext/fox14/include/FXRbListBox.h
370
- - ext/fox14/include/FXRbListBoxVirtuals.h
371
- - ext/fox14/include/FXRbListItemVirtuals.h
372
- - ext/fox14/include/FXRbListVirtuals.h
373
- - ext/fox14/include/FXRbMainWindow.h
374
- - ext/fox14/include/FXRbMatrix.h
375
- - ext/fox14/include/FXRbMDIButton.h
376
- - ext/fox14/include/FXRbMDIChild.h
377
- - ext/fox14/include/FXRbMDIChildVirtuals.h
378
- - ext/fox14/include/FXRbMDIClient.h
379
- - ext/fox14/include/FXRbMDIClientVirtuals.h
380
- - ext/fox14/include/FXRbMenuBar.h
381
- - ext/fox14/include/FXRbMenuButton.h
382
- - ext/fox14/include/FXRbMenuCaption.h
383
- - ext/fox14/include/FXRbMenuCascade.h
384
- - ext/fox14/include/FXRbMenuCheck.h
385
- - ext/fox14/include/FXRbMenuCommand.h
386
- - ext/fox14/include/FXRbMenuPane.h
387
- - ext/fox14/include/FXRbMenuRadio.h
388
- - ext/fox14/include/FXRbMenuSeparator.h
389
- - ext/fox14/include/FXRbMenuTitle.h
390
- - ext/fox14/include/FXRbMessageBox.h
391
- - ext/fox14/include/FXRbObject.h
392
- - ext/fox14/include/FXRbObjectVirtuals.h
393
- - ext/fox14/include/FXRbOptionMenu.h
394
- - ext/fox14/include/FXRbPacker.h
395
- - ext/fox14/include/FXRbPCXIcon.h
396
- - ext/fox14/include/FXRbPCXImage.h
397
- - ext/fox14/include/FXRbPicker.h
398
- - ext/fox14/include/FXRbPNGIcon.h
399
- - ext/fox14/include/FXRbPNGImage.h
400
- - ext/fox14/include/FXRbPopup.h
401
- - ext/fox14/include/FXRbPopupVirtuals.h
402
- - ext/fox14/include/FXRbPPMIcon.h
403
- - ext/fox14/include/FXRbPPMImage.h
404
- - ext/fox14/include/FXRbPrintDialog.h
405
- - ext/fox14/include/FXRbProgressBar.h
406
- - ext/fox14/include/FXRbProgressDialog.h
407
- - ext/fox14/include/FXRbRadioButton.h
408
- - ext/fox14/include/FXRbRealSlider.h
409
- - ext/fox14/include/FXRbRealSpinner.h
410
- - ext/fox14/include/FXRbRealSpinnerVirtuals.h
411
- - ext/fox14/include/FXRbRecentFiles.h
412
- - ext/fox14/include/FXRbRegistry.h
413
- - ext/fox14/include/FXRbReplaceDialog.h
414
- - ext/fox14/include/FXRbRGBIcon.h
415
- - ext/fox14/include/FXRbRGBImage.h
416
- - ext/fox14/include/FXRbRootWindow.h
417
- - ext/fox14/include/FXRbRuler.h
418
- - ext/fox14/include/FXRbScintilla.h
419
- - ext/fox14/include/FXRbScrollArea.h
420
- - ext/fox14/include/FXRbScrollAreaVirtuals.h
421
- - ext/fox14/include/FXRbScrollBar.h
422
- - ext/fox14/include/FXRbScrollPane.h
423
- - ext/fox14/include/FXRbScrollWindow.h
424
- - ext/fox14/include/FXRbSearchDialog.h
425
- - ext/fox14/include/FXRbSeparator.h
426
- - ext/fox14/include/FXRbSettings.h
427
- - ext/fox14/include/FXRbShell.h
428
- - ext/fox14/include/FXRbShutter.h
429
- - ext/fox14/include/FXRbShutterVirtuals.h
430
- - ext/fox14/include/FXRbSlider.h
431
- - ext/fox14/include/FXRbSpinner.h
432
- - ext/fox14/include/FXRbSpinnerVirtuals.h
433
- - ext/fox14/include/FXRbSplashWindow.h
434
- - ext/fox14/include/FXRbSplitter.h
435
- - ext/fox14/include/FXRbSpring.h
436
- - ext/fox14/include/FXRbStatusBar.h
437
- - ext/fox14/include/FXRbStatusLine.h
438
- - ext/fox14/include/FXRbStream.h
439
- - ext/fox14/include/FXRbStreamVirtuals.h
440
- - ext/fox14/include/FXRbStringDict.h
441
- - ext/fox14/include/FXRbSwitcher.h
442
- - ext/fox14/include/FXRbTabBar.h
443
- - ext/fox14/include/FXRbTabBarVirtuals.h
444
- - ext/fox14/include/FXRbTabBook.h
445
- - ext/fox14/include/FXRbTabItem.h
446
- - ext/fox14/include/FXRbTable.h
447
- - ext/fox14/include/FXRbTableItemVirtuals.h
448
- - ext/fox14/include/FXRbTableVirtuals.h
449
- - ext/fox14/include/FXRbText.h
450
- - ext/fox14/include/FXRbTextField.h
451
- - ext/fox14/include/FXRbTextVirtuals.h
452
- - ext/fox14/include/FXRbTGAIcon.h
453
- - ext/fox14/include/FXRbTGAImage.h
454
- - ext/fox14/include/FXRbTIFIcon.h
455
- - ext/fox14/include/FXRbTIFImage.h
456
- - ext/fox14/include/FXRbToggleButton.h
457
- - ext/fox14/include/FXRbToolBar.h
458
- - ext/fox14/include/FXRbToolBarGrip.h
459
- - ext/fox14/include/FXRbToolBarShell.h
460
- - ext/fox14/include/FXRbToolBarTab.h
461
- - ext/fox14/include/FXRbToolTip.h
462
- - ext/fox14/include/FXRbTopWindow.h
463
- - ext/fox14/include/FXRbTopWindowVirtuals.h
464
- - ext/fox14/include/FXRbTreeItemVirtuals.h
465
- - ext/fox14/include/FXRbTreeList.h
466
- - ext/fox14/include/FXRbTreeListBox.h
467
- - ext/fox14/include/FXRbTreeListBoxVirtuals.h
468
- - ext/fox14/include/FXRbTreeListVirtuals.h
469
- - ext/fox14/include/FXRbTriStateButton.h
470
- - ext/fox14/include/FXRbVerticalFrame.h
471
- - ext/fox14/include/FXRbVisual.h
472
- - ext/fox14/include/FXRbWindow.h
473
- - ext/fox14/include/FXRbWindowVirtuals.h
474
- - ext/fox14/include/FXRbWizard.h
475
- - ext/fox14/include/FXRbXBMIcon.h
476
- - ext/fox14/include/FXRbXBMImage.h
477
- - ext/fox14/include/FXRbXPMIcon.h
478
- - ext/fox14/include/FXRbXPMImage.h
479
- - ext/fox14/include/FXRuby.h
480
- - ext/fox14/include/impl.h
481
- - ext/fox14/include/inlinestubs.h
482
- - tests/README
483
- - tests/stress1.rb
484
- - tests/stress2.rb
485
- - tests/stress3.rb
486
- - tests/TC_downcast.rb
487
- - tests/TC_FXAccelTable.rb
488
- - tests/TC_FXApp.rb
489
- - tests/TC_FXArc.rb
490
- - tests/TC_FXBMPIcon.rb
491
- - tests/TC_FXBMPImage.rb
492
- - tests/TC_FXButton.rb
493
- - tests/TC_FXCheckButton.rb
494
- - tests/TC_FXComboBox.rb
495
- - tests/TC_FXDataTarget.rb
496
- - tests/TC_FXDC.rb
497
- - tests/TC_FXDCPrint.rb
498
- - tests/TC_FXDCWindow.rb
499
- - tests/TC_FXDirList.rb
500
- - tests/TC_FXFileAssoc.rb
501
- - tests/TC_FXFileStream.rb
502
- - tests/TC_FXFont.rb
503
- - tests/TC_FXFontDesc.rb
504
- - tests/TC_FXGLGroup.rb
505
- - tests/TC_FXGLShape.rb
506
- - tests/TC_FXGLViewer.rb
507
- - tests/TC_FXGradientBar.rb
508
- - tests/TC_FXHeader.rb
509
- - tests/TC_FXIconDict.rb
510
- - tests/TC_FXIconList.rb
511
- - tests/TC_FXId.rb
512
- - tests/TC_FXImage.rb
513
- - tests/TC_FXLight.rb
514
- - tests/TC_FXList.rb
515
- - tests/TC_FXListBox.rb
516
- - tests/TC_FXMat4f.rb
517
- - tests/TC_FXMaterial.rb
518
- - tests/TC_FXMemoryStream.rb
519
- - tests/TC_FXMenuCheck.rb
520
- - tests/TC_FXMenuCommand.rb
521
- - tests/TC_FXMenuRadio.rb
522
- - tests/TC_FXPoint.rb
523
- - tests/TC_FXQuatf.rb
524
- - tests/TC_FXRadioButton.rb
525
- - tests/TC_FXRangef.rb
526
- - tests/TC_FXRectangle.rb
527
- - tests/TC_FXRegion.rb
528
- - tests/TC_FXRegistry.rb
529
- - tests/TC_FXScrollArea.rb
530
- - tests/TC_FXScrollWindow.rb
531
- - tests/TC_FXSegment.rb
532
- - tests/TC_FXSettings.rb
533
- - tests/TC_FXShell.rb
534
- - tests/TC_FXSize.rb
535
- - tests/TC_FXStream.rb
536
- - tests/TC_FXTable.rb
537
- - tests/TC_FXTableItem.rb
538
- - tests/TC_FXText.rb
539
- - tests/TC_FXTopWindow.rb
540
- - tests/TC_FXTreeList.rb
541
- - tests/TC_FXTreeListBox.rb
542
- - tests/TC_FXUndoList.rb
543
- - tests/TC_FXVec2d.rb
544
- - tests/TC_FXVec2f.rb
545
- - tests/TC_FXVec3d.rb
546
- - tests/TC_FXVec3f.rb
547
- - tests/TC_FXVec4f.rb
548
- - tests/TC_FXViewport.rb
549
- - tests/TC_FXXBMIcon.rb
550
- - tests/TC_FXXBMImage.rb
551
- - tests/TC_FXXPMIcon.rb
552
- - tests/TC_FXXPMImage.rb
553
- - tests/TC_Misc.rb
554
- - tests/testcase.rb
555
- - tests/TS_All.rb
556
- - tests/blankpage.ps
557
- - tests/howdypage.ps
558
- - web/downloads.html
559
- - web/home.html
560
- - web/menu.html
561
- - web/top.html
562
- - web/styles.css
563
- - web/art/fxrubylogo.png
564
- - web/art/fxrubylogo_small.png
565
- - web/art/line.gif
566
- - web/art/oul_grey.gif
567
- - web/art/our.gif
568
- - rdoc-sources/FX4Splitter.rb
569
- - rdoc-sources/FX7Segment.rb
570
- - rdoc-sources/FXAccelTable.rb
571
- - rdoc-sources/FXApp.rb
572
- - rdoc-sources/FXArrowButton.rb
573
- - rdoc-sources/FXBitmap.rb
574
- - rdoc-sources/FXBitmapFrame.rb
575
- - rdoc-sources/FXBitmapView.rb
576
- - rdoc-sources/FXBMPIcon.rb
577
- - rdoc-sources/FXBMPImage.rb
578
- - rdoc-sources/FXButton.rb
579
- - rdoc-sources/FXCanvas.rb
580
- - rdoc-sources/FXCheckButton.rb
581
- - rdoc-sources/FXChoiceBox.rb
582
- - rdoc-sources/FXColorBar.rb
583
- - rdoc-sources/FXColorDialog.rb
584
- - rdoc-sources/FXColorSelector.rb
585
- - rdoc-sources/FXColorWell.rb
586
- - rdoc-sources/FXColorWheel.rb
587
- - rdoc-sources/FXComboBox.rb
588
- - rdoc-sources/FXComposite.rb
589
- - rdoc-sources/FXCURCursor.rb
590
- - rdoc-sources/FXCursor.rb
591
- - rdoc-sources/FXDataTarget.rb
592
- - rdoc-sources/FXDC.rb
593
- - rdoc-sources/FXDCPrint.rb
594
- - rdoc-sources/FXDCWindow.rb
595
- - rdoc-sources/FXDebugTarget.rb
596
- - rdoc-sources/fxdefs.rb
597
- - rdoc-sources/FXDelegator.rb
598
- - rdoc-sources/FXDial.rb
599
- - rdoc-sources/FXDialogBox.rb
600
- - rdoc-sources/FXDict.rb
601
- - rdoc-sources/FXDirBox.rb
602
- - rdoc-sources/FXDirDialog.rb
603
- - rdoc-sources/FXDirList.rb
604
- - rdoc-sources/FXDirSelector.rb
605
- - rdoc-sources/FXDockBar.rb
606
- - rdoc-sources/FXDockHandler.rb
607
- - rdoc-sources/FXDockSite.rb
608
- - rdoc-sources/FXDockTitle.rb
609
- - rdoc-sources/FXDocument.rb
610
- - rdoc-sources/FXDragCorner.rb
611
- - rdoc-sources/FXDrawable.rb
612
- - rdoc-sources/FXDriveBox.rb
613
- - rdoc-sources/FXFileDialog.rb
614
- - rdoc-sources/FXFileDict.rb
615
- - rdoc-sources/FXFileList.rb
616
- - rdoc-sources/FXFileSelector.rb
617
- - rdoc-sources/FXFileStream.rb
618
- - rdoc-sources/FXFoldingList.rb
619
- - rdoc-sources/FXFont.rb
620
- - rdoc-sources/FXFontDialog.rb
621
- - rdoc-sources/FXFontSelector.rb
622
- - rdoc-sources/FXFrame.rb
623
- - rdoc-sources/FXGIFCursor.rb
624
- - rdoc-sources/FXGIFIcon.rb
625
- - rdoc-sources/FXGIFImage.rb
626
- - rdoc-sources/FXGLCanvas.rb
627
- - rdoc-sources/FXGLContext.rb
628
- - rdoc-sources/FXGLObject.rb
629
- - rdoc-sources/FXGLShape.rb
630
- - rdoc-sources/FXGLViewer.rb
631
- - rdoc-sources/FXGLVisual.rb
632
- - rdoc-sources/FXGradientBar.rb
633
- - rdoc-sources/FXGroupBox.rb
634
- - rdoc-sources/FXHeader.rb
635
- - rdoc-sources/FXHorizontalFrame.rb
636
- - rdoc-sources/FXICOIcon.rb
637
- - rdoc-sources/FXICOImage.rb
638
- - rdoc-sources/FXIcon.rb
639
- - rdoc-sources/FXIconList.rb
640
- - rdoc-sources/FXIconSource.rb
641
- - rdoc-sources/FXId.rb
642
- - rdoc-sources/FXImage.rb
643
- - rdoc-sources/FXImageFrame.rb
644
- - rdoc-sources/FXImageView.rb
645
- - rdoc-sources/FXInputDialog.rb
646
- - rdoc-sources/FXJPGIcon.rb
647
- - rdoc-sources/FXJPGImage.rb
648
- - rdoc-sources/FXLabel.rb
649
- - rdoc-sources/FXList.rb
650
- - rdoc-sources/FXListBox.rb
651
- - rdoc-sources/FXMainWindow.rb
652
- - rdoc-sources/FXMat4.rb
653
- - rdoc-sources/FXMatrix.rb
654
- - rdoc-sources/FXMDIButton.rb
655
- - rdoc-sources/FXMDIChild.rb
656
- - rdoc-sources/FXMDIClient.rb
657
- - rdoc-sources/FXMemoryBuffer.rb
658
- - rdoc-sources/FXMemoryStream.rb
659
- - rdoc-sources/FXMenuBar.rb
660
- - rdoc-sources/FXMenuButton.rb
661
- - rdoc-sources/FXMenuCaption.rb
662
- - rdoc-sources/FXMenuCascade.rb
663
- - rdoc-sources/FXMenuCheck.rb
664
- - rdoc-sources/FXMenuCommand.rb
665
- - rdoc-sources/FXMenuPane.rb
666
- - rdoc-sources/FXMenuRadio.rb
667
- - rdoc-sources/FXMenuSeparator.rb
668
- - rdoc-sources/FXMenuTitle.rb
669
- - rdoc-sources/FXMessageBox.rb
670
- - rdoc-sources/FXObject.rb
671
- - rdoc-sources/FXOptionMenu.rb
672
- - rdoc-sources/FXPacker.rb
673
- - rdoc-sources/FXPCXIcon.rb
674
- - rdoc-sources/FXPCXImage.rb
675
- - rdoc-sources/FXPicker.rb
676
- - rdoc-sources/FXPNGIcon.rb
677
- - rdoc-sources/FXPNGImage.rb
678
- - rdoc-sources/FXPopup.rb
679
- - rdoc-sources/FXPPMIcon.rb
680
- - rdoc-sources/FXPPMImage.rb
681
- - rdoc-sources/FXPrintDialog.rb
682
- - rdoc-sources/FXProgressBar.rb
683
- - rdoc-sources/FXProgressDialog.rb
684
- - rdoc-sources/FXQuatd.rb
685
- - rdoc-sources/FXQuatf.rb
686
- - rdoc-sources/FXRadioButton.rb
687
- - rdoc-sources/FXRanged.rb
688
- - rdoc-sources/FXRangef.rb
689
- - rdoc-sources/FXRealSlider.rb
690
- - rdoc-sources/FXRealSpinner.rb
691
- - rdoc-sources/FXRecentFiles.rb
692
- - rdoc-sources/FXRectangle.rb
693
- - rdoc-sources/FXRegion.rb
694
- - rdoc-sources/FXRegistry.rb
695
- - rdoc-sources/FXReplaceDialog.rb
696
- - rdoc-sources/FXRGBIcon.rb
697
- - rdoc-sources/FXRGBImage.rb
698
- - rdoc-sources/FXRootWindow.rb
699
- - rdoc-sources/FXRuler.rb
700
- - rdoc-sources/FXScintilla.rb
701
- - rdoc-sources/FXScrollArea.rb
702
- - rdoc-sources/FXScrollBar.rb
703
- - rdoc-sources/FXScrollPane.rb
704
- - rdoc-sources/FXScrollWindow.rb
705
- - rdoc-sources/FXSearchDialog.rb
706
- - rdoc-sources/FXSeparator.rb
707
- - rdoc-sources/FXSettings.rb
708
- - rdoc-sources/FXShell.rb
709
- - rdoc-sources/FXShutter.rb
710
- - rdoc-sources/FXSize.rb
711
- - rdoc-sources/FXSlider.rb
712
- - rdoc-sources/FXSphered.rb
713
- - rdoc-sources/FXSpheref.rb
714
- - rdoc-sources/FXSpinner.rb
715
- - rdoc-sources/FXSplashWindow.rb
716
- - rdoc-sources/FXSplitter.rb
717
- - rdoc-sources/FXSpring.rb
718
- - rdoc-sources/FXStatusBar.rb
719
- - rdoc-sources/FXStatusLine.rb
720
- - rdoc-sources/FXStream.rb
721
- - rdoc-sources/FXStringDict.rb
722
- - rdoc-sources/FXSwitcher.rb
723
- - rdoc-sources/FXTabBar.rb
724
- - rdoc-sources/FXTabBook.rb
725
- - rdoc-sources/FXTabItem.rb
726
- - rdoc-sources/FXTable.rb
727
- - rdoc-sources/FXText.rb
728
- - rdoc-sources/FXTextField.rb
729
- - rdoc-sources/FXTGAIcon.rb
730
- - rdoc-sources/FXTGAImage.rb
731
- - rdoc-sources/FXTIFIcon.rb
732
- - rdoc-sources/FXTIFImage.rb
733
- - rdoc-sources/FXToggleButton.rb
734
- - rdoc-sources/FXToolBar.rb
735
- - rdoc-sources/FXToolBarGrip.rb
736
- - rdoc-sources/FXToolBarShell.rb
737
- - rdoc-sources/FXToolBarTab.rb
738
- - rdoc-sources/FXToolTip.rb
739
- - rdoc-sources/FXTopWindow.rb
740
- - rdoc-sources/FXTreeList.rb
741
- - rdoc-sources/FXTreeListBox.rb
742
- - rdoc-sources/FXTriStateButton.rb
743
- - rdoc-sources/FXVec.rb
744
- - rdoc-sources/FXVec4.rb
745
- - rdoc-sources/FXVerticalFrame.rb
746
- - rdoc-sources/FXVisual.rb
747
- - rdoc-sources/FXWindow.rb
748
- - rdoc-sources/FXWizard.rb
749
- - rdoc-sources/FXXBMIcon.rb
750
- - rdoc-sources/FXXBMImage.rb
751
- - rdoc-sources/FXXPMIcon.rb
752
- - rdoc-sources/FXXPMImage.rb
753
- - rdoc-sources/README.rdoc
754
- - rdoc-sources
30
+ - ChangeLog
31
+ - LICENSE
32
+ - README
33
+ - index.html
34
+ - doc/apes02.html
35
+ - doc/apes03.html
36
+ - doc/book.html
37
+ - doc/build.html
38
+ - doc/ch03s02.html
39
+ - doc/ch03s03.html
40
+ - doc/ch03s04.html
41
+ - doc/ch03s05.html
42
+ - doc/ch04s02.html
43
+ - doc/ch04s03.html
44
+ - doc/ch04s04.html
45
+ - doc/ch05s02.html
46
+ - doc/ch05s03.html
47
+ - doc/changes.html
48
+ - doc/clipboardtut.html
49
+ - doc/cvs.html
50
+ - doc/differences.html
51
+ - doc/dragdroptut.html
52
+ - doc/events.html
53
+ - doc/examples.html
54
+ - doc/gems.html
55
+ - doc/goals.html
56
+ - doc/implementation.html
57
+ - doc/infosources.html
58
+ - doc/library.html
59
+ - doc/opengl.html
60
+ - doc/pt01.html
61
+ - doc/pt02.html
62
+ - doc/scintilla.html
63
+ - doc/todo.html
64
+ - doc/tutorial1.html
65
+ - doc/images/babelfish.png
66
+ - doc/images/browser.png
67
+ - doc/images/button.png
68
+ - doc/images/call-chain-example.png
69
+ - doc/images/colordialog.png
70
+ - doc/images/datatarget.png
71
+ - doc/images/dialog.png
72
+ - doc/images/dilbert.png
73
+ - doc/images/dirlist.png
74
+ - doc/images/dropsite-droprejected.png
75
+ - doc/images/foursplit.png
76
+ - doc/images/gltest.png
77
+ - doc/images/glviewer.png
78
+ - doc/images/groupbox.png
79
+ - doc/images/header.png
80
+ - doc/images/hello-with-button.png
81
+ - doc/images/hello-with-icon-1.png
82
+ - doc/images/hello-with-icon-2.png
83
+ - doc/images/hello-with-icon-3.png
84
+ - doc/images/hello-with-tooltip.png
85
+ - doc/images/hello-without-button.png
86
+ - doc/images/hello.png
87
+ - doc/images/hello2.png
88
+ - doc/images/iconlist-bigicons.png
89
+ - doc/images/iconlist-details.png
90
+ - doc/images/image.png
91
+ - doc/images/imageviewer.png
92
+ - doc/images/inheritance.png
93
+ - doc/images/mditest.png
94
+ - doc/images/raabrowser.png
95
+ - doc/images/scribble.png
96
+ - doc/images/shutter.png
97
+ - doc/images/splitter.png
98
+ - doc/images/tabbook.png
99
+ - doc/images/table.png
100
+ - doc/images/tutorial1.png
101
+ - examples/README
102
+ - examples/babelfish.rb
103
+ - examples/bounce.rb
104
+ - examples/browser.rb
105
+ - examples/button.rb
106
+ - examples/datatarget.rb
107
+ - examples/dctest.rb
108
+ - examples/dialog.rb
109
+ - examples/dilbert.rb
110
+ - examples/dirlist.rb
111
+ - examples/dragdrop.rb
112
+ - examples/dragsource.rb
113
+ - examples/dropsite.rb
114
+ - examples/foursplit.rb
115
+ - examples/gltest.rb
116
+ - examples/glviewer.rb
117
+ - examples/groupbox.rb
118
+ - examples/header.rb
119
+ - examples/hello.rb
120
+ - examples/hello2.rb
121
+ - examples/iconlist.rb
122
+ - examples/image.rb
123
+ - examples/imageviewer.rb
124
+ - examples/inputs.rb
125
+ - examples/iRAA.rb
126
+ - examples/mditest.rb
127
+ - examples/pig.rb
128
+ - examples/RAA.rb
129
+ - examples/raabrowser.rb
130
+ - examples/ratio.rb
131
+ - examples/scintilla-test.rb
132
+ - examples/scribble-orig.rb
133
+ - examples/scribble.rb
134
+ - examples/shutter.rb
135
+ - examples/splitter.rb
136
+ - examples/styledtext.rb
137
+ - examples/tabbook.rb
138
+ - examples/table.rb
139
+ - examples/icons/backview.png
140
+ - examples/icons/big.png
141
+ - examples/icons/bigfolder.png
142
+ - examples/icons/bigpenguin.png
143
+ - examples/icons/bottomview.png
144
+ - examples/icons/camera.png
145
+ - examples/icons/capbutt.png
146
+ - examples/icons/capnotlast.png
147
+ - examples/icons/capproj.png
148
+ - examples/icons/capround.png
149
+ - examples/icons/colorpal.png
150
+ - examples/icons/copy.png
151
+ - examples/icons/cut.png
152
+ - examples/icons/delimit.png
153
+ - examples/icons/dippy.png
154
+ - examples/icons/double_dash.png
155
+ - examples/icons/filenew.png
156
+ - examples/icons/fileopen.png
157
+ - examples/icons/filesave.png
158
+ - examples/icons/filesaveas.png
159
+ - examples/icons/fonts.png
160
+ - examples/icons/fox.png
161
+ - examples/icons/foxicon.png
162
+ - examples/icons/frontview.png
163
+ - examples/icons/gem_big.png
164
+ - examples/icons/gem_small.png
165
+ - examples/icons/hello2.png
166
+ - examples/icons/help.png
167
+ - examples/icons/indent.png
168
+ - examples/icons/jbevel.png
169
+ - examples/icons/jmiter.png
170
+ - examples/icons/jround.png
171
+ - examples/icons/kill.png
172
+ - examples/icons/leftview.png
173
+ - examples/icons/light.png
174
+ - examples/icons/minidoc.png
175
+ - examples/icons/minifolder.png
176
+ - examples/icons/minifolderopen.png
177
+ - examples/icons/newfolder.png
178
+ - examples/icons/nolight.png
179
+ - examples/icons/onoff_dash.png
180
+ - examples/icons/palette.png
181
+ - examples/icons/parallel.png
182
+ - examples/icons/paste.png
183
+ - examples/icons/pattern.png
184
+ - examples/icons/penguin.png
185
+ - examples/icons/perspective.png
186
+ - examples/icons/printicon.png
187
+ - examples/icons/prop.png
188
+ - examples/icons/redo.png
189
+ - examples/icons/rightview.png
190
+ - examples/icons/saveas.png
191
+ - examples/icons/shutter1.png
192
+ - examples/icons/shutter2.png
193
+ - examples/icons/small.png
194
+ - examples/icons/smoothlight.png
195
+ - examples/icons/solid_line.png
196
+ - examples/icons/tbuplevel.png
197
+ - examples/icons/topview.png
198
+ - examples/icons/undo.png
199
+ - examples/icons/winapp.png
200
+ - examples/icons/zoom.png
201
+ - examples/icons/AngryGuyInBunnySuit.ico
202
+ - examples/icons/FatBot.ico
203
+ - examples/icons/FlippedySwitch.ico
204
+ - examples/icons/LeGoon.ico
205
+ - examples/icons/Net.ico
206
+ - examples/icons/RedMacOS.ico
207
+ - examples/icons/SawBlade.ico
208
+ - examples/textedit/commands.rb
209
+ - examples/textedit/helpwindow.rb
210
+ - examples/textedit/prefdialog.rb
211
+ - examples/textedit/textedit.rb
212
+ - lib/fox14/aliases.rb
213
+ - lib/fox14/calendar.rb
214
+ - lib/fox14/chore.rb
215
+ - lib/fox14/colors.rb
216
+ - lib/fox14/core.rb
217
+ - lib/fox14/dict.rb
218
+ - lib/fox14/execute_nonmodal.rb
219
+ - lib/fox14/glgroup.rb
220
+ - lib/fox14/glshapes.rb
221
+ - lib/fox14/input.rb
222
+ - lib/fox14/irb.rb
223
+ - lib/fox14/iterators.rb
224
+ - lib/fox14/keys.rb
225
+ - lib/fox14/missingdep.rb
226
+ - lib/fox14/pseudokeyboard.rb
227
+ - lib/fox14/pseudomouse.rb
228
+ - lib/fox14/responder.rb
229
+ - lib/fox14/responder2.rb
230
+ - lib/fox14/scintilla.rb
231
+ - lib/fox14/settings.rb
232
+ - lib/fox14/signal.rb
233
+ - lib/fox14/splashscreen.rb
234
+ - lib/fox14/timeout.rb
235
+ - lib/fox14/undolist.rb
236
+ - lib/fox14/version.rb
237
+ - tests/README
238
+ - tests/stress1.rb
239
+ - tests/stress2.rb
240
+ - tests/stress3.rb
241
+ - tests/TC_downcast.rb
242
+ - tests/TC_FXAccelTable.rb
243
+ - tests/TC_FXApp.rb
244
+ - tests/TC_FXArc.rb
245
+ - tests/TC_FXBMPIcon.rb
246
+ - tests/TC_FXBMPImage.rb
247
+ - tests/TC_FXButton.rb
248
+ - tests/TC_FXCheckButton.rb
249
+ - tests/TC_FXComboBox.rb
250
+ - tests/TC_FXDataTarget.rb
251
+ - tests/TC_FXDC.rb
252
+ - tests/TC_FXDCPrint.rb
253
+ - tests/TC_FXDCWindow.rb
254
+ - tests/TC_FXDirList.rb
255
+ - tests/TC_FXFileAssoc.rb
256
+ - tests/TC_FXFileStream.rb
257
+ - tests/TC_FXFont.rb
258
+ - tests/TC_FXFontDesc.rb
259
+ - tests/TC_FXGLGroup.rb
260
+ - tests/TC_FXGLShape.rb
261
+ - tests/TC_FXGLViewer.rb
262
+ - tests/TC_FXGradientBar.rb
263
+ - tests/TC_FXHeader.rb
264
+ - tests/TC_FXIconDict.rb
265
+ - tests/TC_FXIconList.rb
266
+ - tests/TC_FXId.rb
267
+ - tests/TC_FXImage.rb
268
+ - tests/TC_FXLight.rb
269
+ - tests/TC_FXList.rb
270
+ - tests/TC_FXListBox.rb
271
+ - tests/TC_FXMat4f.rb
272
+ - tests/TC_FXMaterial.rb
273
+ - tests/TC_FXMemoryStream.rb
274
+ - tests/TC_FXMenuCheck.rb
275
+ - tests/TC_FXMenuCommand.rb
276
+ - tests/TC_FXMenuRadio.rb
277
+ - tests/TC_FXPoint.rb
278
+ - tests/TC_FXQuatf.rb
279
+ - tests/TC_FXRadioButton.rb
280
+ - tests/TC_FXRangef.rb
281
+ - tests/TC_FXRectangle.rb
282
+ - tests/TC_FXRegion.rb
283
+ - tests/TC_FXRegistry.rb
284
+ - tests/TC_FXScrollArea.rb
285
+ - tests/TC_FXScrollWindow.rb
286
+ - tests/TC_FXSegment.rb
287
+ - tests/TC_FXSettings.rb
288
+ - tests/TC_FXShell.rb
289
+ - tests/TC_FXSize.rb
290
+ - tests/TC_FXStream.rb
291
+ - tests/TC_FXTable.rb
292
+ - tests/TC_FXTableItem.rb
293
+ - tests/TC_FXText.rb
294
+ - tests/TC_FXTopWindow.rb
295
+ - tests/TC_FXTreeList.rb
296
+ - tests/TC_FXTreeListBox.rb
297
+ - tests/TC_FXUndoList.rb
298
+ - tests/TC_FXVec2d.rb
299
+ - tests/TC_FXVec2f.rb
300
+ - tests/TC_FXVec3d.rb
301
+ - tests/TC_FXVec3f.rb
302
+ - tests/TC_FXVec4f.rb
303
+ - tests/TC_FXViewport.rb
304
+ - tests/TC_FXXBMIcon.rb
305
+ - tests/TC_FXXBMImage.rb
306
+ - tests/TC_FXXPMIcon.rb
307
+ - tests/TC_FXXPMImage.rb
308
+ - tests/TC_Misc.rb
309
+ - tests/testcase.rb
310
+ - tests/TS_All.rb
311
+ - tests/blankpage.ps
312
+ - tests/howdypage.ps
313
+ - web/downloads.html
314
+ - web/home.html
315
+ - web/menu.html
316
+ - web/top.html
317
+ - web/styles.css
318
+ - web/art/fxrubylogo.png
319
+ - web/art/fxrubylogo_small.png
320
+ - web/art/line.gif
321
+ - web/art/oul_grey.gif
322
+ - web/art/our.gif
323
+ - rdoc-sources/FX4Splitter.rb
324
+ - rdoc-sources/FX7Segment.rb
325
+ - rdoc-sources/FXAccelTable.rb
326
+ - rdoc-sources/FXApp.rb
327
+ - rdoc-sources/FXArrowButton.rb
328
+ - rdoc-sources/FXBitmap.rb
329
+ - rdoc-sources/FXBitmapFrame.rb
330
+ - rdoc-sources/FXBitmapView.rb
331
+ - rdoc-sources/FXBMPIcon.rb
332
+ - rdoc-sources/FXBMPImage.rb
333
+ - rdoc-sources/FXButton.rb
334
+ - rdoc-sources/FXCanvas.rb
335
+ - rdoc-sources/FXCheckButton.rb
336
+ - rdoc-sources/FXChoiceBox.rb
337
+ - rdoc-sources/FXColorBar.rb
338
+ - rdoc-sources/FXColorDialog.rb
339
+ - rdoc-sources/FXColorSelector.rb
340
+ - rdoc-sources/FXColorWell.rb
341
+ - rdoc-sources/FXColorWheel.rb
342
+ - rdoc-sources/FXComboBox.rb
343
+ - rdoc-sources/FXComposite.rb
344
+ - rdoc-sources/FXCURCursor.rb
345
+ - rdoc-sources/FXCursor.rb
346
+ - rdoc-sources/FXDataTarget.rb
347
+ - rdoc-sources/FXDC.rb
348
+ - rdoc-sources/FXDCPrint.rb
349
+ - rdoc-sources/FXDCWindow.rb
350
+ - rdoc-sources/FXDebugTarget.rb
351
+ - rdoc-sources/fxdefs.rb
352
+ - rdoc-sources/FXDelegator.rb
353
+ - rdoc-sources/FXDial.rb
354
+ - rdoc-sources/FXDialogBox.rb
355
+ - rdoc-sources/FXDict.rb
356
+ - rdoc-sources/FXDirBox.rb
357
+ - rdoc-sources/FXDirDialog.rb
358
+ - rdoc-sources/FXDirList.rb
359
+ - rdoc-sources/FXDirSelector.rb
360
+ - rdoc-sources/FXDockBar.rb
361
+ - rdoc-sources/FXDockHandler.rb
362
+ - rdoc-sources/FXDockSite.rb
363
+ - rdoc-sources/FXDockTitle.rb
364
+ - rdoc-sources/FXDocument.rb
365
+ - rdoc-sources/FXDragCorner.rb
366
+ - rdoc-sources/FXDrawable.rb
367
+ - rdoc-sources/FXDriveBox.rb
368
+ - rdoc-sources/FXFileDialog.rb
369
+ - rdoc-sources/FXFileDict.rb
370
+ - rdoc-sources/FXFileList.rb
371
+ - rdoc-sources/FXFileSelector.rb
372
+ - rdoc-sources/FXFileStream.rb
373
+ - rdoc-sources/FXFoldingList.rb
374
+ - rdoc-sources/FXFont.rb
375
+ - rdoc-sources/FXFontDialog.rb
376
+ - rdoc-sources/FXFontSelector.rb
377
+ - rdoc-sources/FXFrame.rb
378
+ - rdoc-sources/FXGIFCursor.rb
379
+ - rdoc-sources/FXGIFIcon.rb
380
+ - rdoc-sources/FXGIFImage.rb
381
+ - rdoc-sources/FXGLCanvas.rb
382
+ - rdoc-sources/FXGLContext.rb
383
+ - rdoc-sources/FXGLObject.rb
384
+ - rdoc-sources/FXGLShape.rb
385
+ - rdoc-sources/FXGLViewer.rb
386
+ - rdoc-sources/FXGLVisual.rb
387
+ - rdoc-sources/FXGradientBar.rb
388
+ - rdoc-sources/FXGroupBox.rb
389
+ - rdoc-sources/FXHeader.rb
390
+ - rdoc-sources/FXHorizontalFrame.rb
391
+ - rdoc-sources/FXICOIcon.rb
392
+ - rdoc-sources/FXICOImage.rb
393
+ - rdoc-sources/FXIcon.rb
394
+ - rdoc-sources/FXIconList.rb
395
+ - rdoc-sources/FXIconSource.rb
396
+ - rdoc-sources/FXId.rb
397
+ - rdoc-sources/FXImage.rb
398
+ - rdoc-sources/FXImageFrame.rb
399
+ - rdoc-sources/FXImageView.rb
400
+ - rdoc-sources/FXInputDialog.rb
401
+ - rdoc-sources/FXJPGIcon.rb
402
+ - rdoc-sources/FXJPGImage.rb
403
+ - rdoc-sources/FXLabel.rb
404
+ - rdoc-sources/FXList.rb
405
+ - rdoc-sources/FXListBox.rb
406
+ - rdoc-sources/FXMainWindow.rb
407
+ - rdoc-sources/FXMat4.rb
408
+ - rdoc-sources/FXMatrix.rb
409
+ - rdoc-sources/FXMDIButton.rb
410
+ - rdoc-sources/FXMDIChild.rb
411
+ - rdoc-sources/FXMDIClient.rb
412
+ - rdoc-sources/FXMemoryBuffer.rb
413
+ - rdoc-sources/FXMemoryStream.rb
414
+ - rdoc-sources/FXMenuBar.rb
415
+ - rdoc-sources/FXMenuButton.rb
416
+ - rdoc-sources/FXMenuCaption.rb
417
+ - rdoc-sources/FXMenuCascade.rb
418
+ - rdoc-sources/FXMenuCheck.rb
419
+ - rdoc-sources/FXMenuCommand.rb
420
+ - rdoc-sources/FXMenuPane.rb
421
+ - rdoc-sources/FXMenuRadio.rb
422
+ - rdoc-sources/FXMenuSeparator.rb
423
+ - rdoc-sources/FXMenuTitle.rb
424
+ - rdoc-sources/FXMessageBox.rb
425
+ - rdoc-sources/FXObject.rb
426
+ - rdoc-sources/FXOptionMenu.rb
427
+ - rdoc-sources/FXPacker.rb
428
+ - rdoc-sources/FXPCXIcon.rb
429
+ - rdoc-sources/FXPCXImage.rb
430
+ - rdoc-sources/FXPicker.rb
431
+ - rdoc-sources/FXPNGIcon.rb
432
+ - rdoc-sources/FXPNGImage.rb
433
+ - rdoc-sources/FXPopup.rb
434
+ - rdoc-sources/FXPPMIcon.rb
435
+ - rdoc-sources/FXPPMImage.rb
436
+ - rdoc-sources/FXPrintDialog.rb
437
+ - rdoc-sources/FXProgressBar.rb
438
+ - rdoc-sources/FXProgressDialog.rb
439
+ - rdoc-sources/FXQuatd.rb
440
+ - rdoc-sources/FXQuatf.rb
441
+ - rdoc-sources/FXRadioButton.rb
442
+ - rdoc-sources/FXRanged.rb
443
+ - rdoc-sources/FXRangef.rb
444
+ - rdoc-sources/FXRealSlider.rb
445
+ - rdoc-sources/FXRealSpinner.rb
446
+ - rdoc-sources/FXRecentFiles.rb
447
+ - rdoc-sources/FXRectangle.rb
448
+ - rdoc-sources/FXRegion.rb
449
+ - rdoc-sources/FXRegistry.rb
450
+ - rdoc-sources/FXReplaceDialog.rb
451
+ - rdoc-sources/FXRGBIcon.rb
452
+ - rdoc-sources/FXRGBImage.rb
453
+ - rdoc-sources/FXRootWindow.rb
454
+ - rdoc-sources/FXRuler.rb
455
+ - rdoc-sources/FXScintilla.rb
456
+ - rdoc-sources/FXScrollArea.rb
457
+ - rdoc-sources/FXScrollBar.rb
458
+ - rdoc-sources/FXScrollPane.rb
459
+ - rdoc-sources/FXScrollWindow.rb
460
+ - rdoc-sources/FXSearchDialog.rb
461
+ - rdoc-sources/FXSeparator.rb
462
+ - rdoc-sources/FXSettings.rb
463
+ - rdoc-sources/FXShell.rb
464
+ - rdoc-sources/FXShutter.rb
465
+ - rdoc-sources/FXSize.rb
466
+ - rdoc-sources/FXSlider.rb
467
+ - rdoc-sources/FXSphered.rb
468
+ - rdoc-sources/FXSpheref.rb
469
+ - rdoc-sources/FXSpinner.rb
470
+ - rdoc-sources/FXSplashWindow.rb
471
+ - rdoc-sources/FXSplitter.rb
472
+ - rdoc-sources/FXSpring.rb
473
+ - rdoc-sources/FXStatusBar.rb
474
+ - rdoc-sources/FXStatusLine.rb
475
+ - rdoc-sources/FXStream.rb
476
+ - rdoc-sources/FXStringDict.rb
477
+ - rdoc-sources/FXSwitcher.rb
478
+ - rdoc-sources/FXTabBar.rb
479
+ - rdoc-sources/FXTabBook.rb
480
+ - rdoc-sources/FXTabItem.rb
481
+ - rdoc-sources/FXTable.rb
482
+ - rdoc-sources/FXText.rb
483
+ - rdoc-sources/FXTextField.rb
484
+ - rdoc-sources/FXTGAIcon.rb
485
+ - rdoc-sources/FXTGAImage.rb
486
+ - rdoc-sources/FXTIFIcon.rb
487
+ - rdoc-sources/FXTIFImage.rb
488
+ - rdoc-sources/FXToggleButton.rb
489
+ - rdoc-sources/FXToolBar.rb
490
+ - rdoc-sources/FXToolBarGrip.rb
491
+ - rdoc-sources/FXToolBarShell.rb
492
+ - rdoc-sources/FXToolBarTab.rb
493
+ - rdoc-sources/FXToolTip.rb
494
+ - rdoc-sources/FXTopWindow.rb
495
+ - rdoc-sources/FXTreeList.rb
496
+ - rdoc-sources/FXTreeListBox.rb
497
+ - rdoc-sources/FXTriStateButton.rb
498
+ - rdoc-sources/FXVec.rb
499
+ - rdoc-sources/FXVec4.rb
500
+ - rdoc-sources/FXVerticalFrame.rb
501
+ - rdoc-sources/FXVisual.rb
502
+ - rdoc-sources/FXWindow.rb
503
+ - rdoc-sources/FXWizard.rb
504
+ - rdoc-sources/FXXBMIcon.rb
505
+ - rdoc-sources/FXXBMImage.rb
506
+ - rdoc-sources/FXXPMIcon.rb
507
+ - rdoc-sources/FXXPMImage.rb
508
+ - rdoc-sources/README.rdoc
509
+ - rdoc-sources
510
+ - ext/fox14/MANIFEST
511
+ - ext/fox14/extconf.rb
512
+ - ext/fox14/librb.c
513
+ - ext/fox14/core_wrap.cpp
514
+ - ext/fox14/dc_wrap.cpp
515
+ - ext/fox14/dialogs_wrap.cpp
516
+ - ext/fox14/frames_wrap.cpp
517
+ - ext/fox14/fx3d_wrap.cpp
518
+ - ext/fox14/FXRbApp.cpp
519
+ - ext/fox14/FXRbDataTarget.cpp
520
+ - ext/fox14/FXRbGLViewer.cpp
521
+ - ext/fox14/FXRuby.cpp
522
+ - ext/fox14/iconlist_wrap.cpp
523
+ - ext/fox14/icons_wrap.cpp
524
+ - ext/fox14/image_wrap.cpp
525
+ - ext/fox14/impl.cpp
526
+ - ext/fox14/label_wrap.cpp
527
+ - ext/fox14/layout_wrap.cpp
528
+ - ext/fox14/list_wrap.cpp
529
+ - ext/fox14/markfuncs.cpp
530
+ - ext/fox14/mdi_wrap.cpp
531
+ - ext/fox14/menu_wrap.cpp
532
+ - ext/fox14/scintilla_wrap.cpp
533
+ - ext/fox14/table_wrap.cpp
534
+ - ext/fox14/text_wrap.cpp
535
+ - ext/fox14/treelist_wrap.cpp
536
+ - ext/fox14/ui_wrap.cpp
537
+ - ext/fox14/unregisterOwnedObjects.cpp
538
+ - ext/fox14/include/FXMemoryBuffer.h
539
+ - ext/fox14/include/FXRb4Splitter.h
540
+ - ext/fox14/include/FXRb7Segment.h
541
+ - ext/fox14/include/FXRbAccelTable.h
542
+ - ext/fox14/include/FXRbApp.h
543
+ - ext/fox14/include/FXRbAppVirtuals.h
544
+ - ext/fox14/include/FXRbArrowButton.h
545
+ - ext/fox14/include/FXRbBitmap.h
546
+ - ext/fox14/include/FXRbBitmapFrame.h
547
+ - ext/fox14/include/FXRbBitmapView.h
548
+ - ext/fox14/include/FXRbBitmapVirtuals.h
549
+ - ext/fox14/include/FXRbBMPIcon.h
550
+ - ext/fox14/include/FXRbBMPImage.h
551
+ - ext/fox14/include/FXRbButton.h
552
+ - ext/fox14/include/FXRbCanvas.h
553
+ - ext/fox14/include/FXRbCheckButton.h
554
+ - ext/fox14/include/FXRbChoiceBox.h
555
+ - ext/fox14/include/FXRbColorBar.h
556
+ - ext/fox14/include/FXRbColorDialog.h
557
+ - ext/fox14/include/FXRbColorSelector.h
558
+ - ext/fox14/include/FXRbColorWell.h
559
+ - ext/fox14/include/FXRbColorWheel.h
560
+ - ext/fox14/include/FXRbComboBox.h
561
+ - ext/fox14/include/FXRbCommon.h
562
+ - ext/fox14/include/FXRbComposite.h
563
+ - ext/fox14/include/FXRbCURCursor.h
564
+ - ext/fox14/include/FXRbCursor.h
565
+ - ext/fox14/include/FXRbCursorVirtuals.h
566
+ - ext/fox14/include/FXRbDataTarget.h
567
+ - ext/fox14/include/FXRbDC.h
568
+ - ext/fox14/include/FXRbDCPrint.h
569
+ - ext/fox14/include/FXRbDCVirtuals.h
570
+ - ext/fox14/include/FXRbDCWindow.h
571
+ - ext/fox14/include/FXRbDebugTarget.h
572
+ - ext/fox14/include/FXRbDelegator.h
573
+ - ext/fox14/include/FXRbDial.h
574
+ - ext/fox14/include/FXRbDialogBox.h
575
+ - ext/fox14/include/FXRbDialogBoxVirtuals.h
576
+ - ext/fox14/include/FXRbDict.h
577
+ - ext/fox14/include/FXRbDirBox.h
578
+ - ext/fox14/include/FXRbDirDialog.h
579
+ - ext/fox14/include/FXRbDirList.h
580
+ - ext/fox14/include/FXRbDirSelector.h
581
+ - ext/fox14/include/FXRbDockBar.h
582
+ - ext/fox14/include/FXRbDockBarVirtuals.h
583
+ - ext/fox14/include/FXRbDockHandler.h
584
+ - ext/fox14/include/FXRbDockSite.h
585
+ - ext/fox14/include/FXRbDockSiteVirtuals.h
586
+ - ext/fox14/include/FXRbDockTitle.h
587
+ - ext/fox14/include/FXRbDocument.h
588
+ - ext/fox14/include/FXRbDragCorner.h
589
+ - ext/fox14/include/FXRbDrawable.h
590
+ - ext/fox14/include/FXRbDrawableVirtuals.h
591
+ - ext/fox14/include/FXRbDriveBox.h
592
+ - ext/fox14/include/FXRbFileDialog.h
593
+ - ext/fox14/include/FXRbFileDict.h
594
+ - ext/fox14/include/FXRbFileDictVirtuals.h
595
+ - ext/fox14/include/FXRbFileList.h
596
+ - ext/fox14/include/FXRbFileSelector.h
597
+ - ext/fox14/include/FXRbFoldingItemVirtuals.h
598
+ - ext/fox14/include/FXRbFoldingList.h
599
+ - ext/fox14/include/FXRbFoldingListVirtuals.h
600
+ - ext/fox14/include/FXRbFont.h
601
+ - ext/fox14/include/FXRbFontDialog.h
602
+ - ext/fox14/include/FXRbFontSelector.h
603
+ - ext/fox14/include/FXRbFrame.h
604
+ - ext/fox14/include/FXRbGIFCursor.h
605
+ - ext/fox14/include/FXRbGIFIcon.h
606
+ - ext/fox14/include/FXRbGIFImage.h
607
+ - ext/fox14/include/FXRbGLCanvas.h
608
+ - ext/fox14/include/FXRbGLCanvasVirtuals.h
609
+ - ext/fox14/include/FXRbGLContext.h
610
+ - ext/fox14/include/FXRbGLObject.h
611
+ - ext/fox14/include/FXRbGLObjectVirtuals.h
612
+ - ext/fox14/include/FXRbGLShape.h
613
+ - ext/fox14/include/FXRbGLShapeVirtuals.h
614
+ - ext/fox14/include/FXRbGLViewer.h
615
+ - ext/fox14/include/FXRbGLViewerVirtuals.h
616
+ - ext/fox14/include/FXRbGLVisual.h
617
+ - ext/fox14/include/FXRbGradientBar.h
618
+ - ext/fox14/include/FXRbGroupBox.h
619
+ - ext/fox14/include/FXRbHeader.h
620
+ - ext/fox14/include/FXRbHeaderItemVirtuals.h
621
+ - ext/fox14/include/FXRbHorizontalFrame.h
622
+ - ext/fox14/include/FXRbICOIcon.h
623
+ - ext/fox14/include/FXRbICOImage.h
624
+ - ext/fox14/include/FXRbIcon.h
625
+ - ext/fox14/include/FXRbIconItemVirtuals.h
626
+ - ext/fox14/include/FXRbIconList.h
627
+ - ext/fox14/include/FXRbIconListVirtuals.h
628
+ - ext/fox14/include/FXRbIconSource.h
629
+ - ext/fox14/include/FXRbIconSourceVirtuals.h
630
+ - ext/fox14/include/FXRbId.h
631
+ - ext/fox14/include/FXRbIdVirtuals.h
632
+ - ext/fox14/include/FXRbImage.h
633
+ - ext/fox14/include/FXRbImageFrame.h
634
+ - ext/fox14/include/FXRbImageView.h
635
+ - ext/fox14/include/FXRbImageVirtuals.h
636
+ - ext/fox14/include/FXRbInputDialog.h
637
+ - ext/fox14/include/FXRbJPGIcon.h
638
+ - ext/fox14/include/FXRbJPGImage.h
639
+ - ext/fox14/include/FXRbLabel.h
640
+ - ext/fox14/include/FXRbList.h
641
+ - ext/fox14/include/FXRbListBox.h
642
+ - ext/fox14/include/FXRbListBoxVirtuals.h
643
+ - ext/fox14/include/FXRbListItemVirtuals.h
644
+ - ext/fox14/include/FXRbListVirtuals.h
645
+ - ext/fox14/include/FXRbMainWindow.h
646
+ - ext/fox14/include/FXRbMatrix.h
647
+ - ext/fox14/include/FXRbMDIButton.h
648
+ - ext/fox14/include/FXRbMDIChild.h
649
+ - ext/fox14/include/FXRbMDIChildVirtuals.h
650
+ - ext/fox14/include/FXRbMDIClient.h
651
+ - ext/fox14/include/FXRbMDIClientVirtuals.h
652
+ - ext/fox14/include/FXRbMenuBar.h
653
+ - ext/fox14/include/FXRbMenuButton.h
654
+ - ext/fox14/include/FXRbMenuCaption.h
655
+ - ext/fox14/include/FXRbMenuCascade.h
656
+ - ext/fox14/include/FXRbMenuCheck.h
657
+ - ext/fox14/include/FXRbMenuCommand.h
658
+ - ext/fox14/include/FXRbMenuPane.h
659
+ - ext/fox14/include/FXRbMenuRadio.h
660
+ - ext/fox14/include/FXRbMenuSeparator.h
661
+ - ext/fox14/include/FXRbMenuTitle.h
662
+ - ext/fox14/include/FXRbMessageBox.h
663
+ - ext/fox14/include/FXRbObject.h
664
+ - ext/fox14/include/FXRbObjectVirtuals.h
665
+ - ext/fox14/include/FXRbOptionMenu.h
666
+ - ext/fox14/include/FXRbPacker.h
667
+ - ext/fox14/include/FXRbPCXIcon.h
668
+ - ext/fox14/include/FXRbPCXImage.h
669
+ - ext/fox14/include/FXRbPicker.h
670
+ - ext/fox14/include/FXRbPNGIcon.h
671
+ - ext/fox14/include/FXRbPNGImage.h
672
+ - ext/fox14/include/FXRbPopup.h
673
+ - ext/fox14/include/FXRbPopupVirtuals.h
674
+ - ext/fox14/include/FXRbPPMIcon.h
675
+ - ext/fox14/include/FXRbPPMImage.h
676
+ - ext/fox14/include/FXRbPrintDialog.h
677
+ - ext/fox14/include/FXRbProgressBar.h
678
+ - ext/fox14/include/FXRbProgressDialog.h
679
+ - ext/fox14/include/FXRbRadioButton.h
680
+ - ext/fox14/include/FXRbRealSlider.h
681
+ - ext/fox14/include/FXRbRealSpinner.h
682
+ - ext/fox14/include/FXRbRealSpinnerVirtuals.h
683
+ - ext/fox14/include/FXRbRecentFiles.h
684
+ - ext/fox14/include/FXRbRegistry.h
685
+ - ext/fox14/include/FXRbReplaceDialog.h
686
+ - ext/fox14/include/FXRbRGBIcon.h
687
+ - ext/fox14/include/FXRbRGBImage.h
688
+ - ext/fox14/include/FXRbRootWindow.h
689
+ - ext/fox14/include/FXRbRuler.h
690
+ - ext/fox14/include/FXRbScintilla.h
691
+ - ext/fox14/include/FXRbScrollArea.h
692
+ - ext/fox14/include/FXRbScrollAreaVirtuals.h
693
+ - ext/fox14/include/FXRbScrollBar.h
694
+ - ext/fox14/include/FXRbScrollPane.h
695
+ - ext/fox14/include/FXRbScrollWindow.h
696
+ - ext/fox14/include/FXRbSearchDialog.h
697
+ - ext/fox14/include/FXRbSeparator.h
698
+ - ext/fox14/include/FXRbSettings.h
699
+ - ext/fox14/include/FXRbShell.h
700
+ - ext/fox14/include/FXRbShutter.h
701
+ - ext/fox14/include/FXRbShutterVirtuals.h
702
+ - ext/fox14/include/FXRbSlider.h
703
+ - ext/fox14/include/FXRbSpinner.h
704
+ - ext/fox14/include/FXRbSpinnerVirtuals.h
705
+ - ext/fox14/include/FXRbSplashWindow.h
706
+ - ext/fox14/include/FXRbSplitter.h
707
+ - ext/fox14/include/FXRbSpring.h
708
+ - ext/fox14/include/FXRbStatusBar.h
709
+ - ext/fox14/include/FXRbStatusLine.h
710
+ - ext/fox14/include/FXRbStream.h
711
+ - ext/fox14/include/FXRbStreamVirtuals.h
712
+ - ext/fox14/include/FXRbStringDict.h
713
+ - ext/fox14/include/FXRbSwitcher.h
714
+ - ext/fox14/include/FXRbTabBar.h
715
+ - ext/fox14/include/FXRbTabBarVirtuals.h
716
+ - ext/fox14/include/FXRbTabBook.h
717
+ - ext/fox14/include/FXRbTabItem.h
718
+ - ext/fox14/include/FXRbTable.h
719
+ - ext/fox14/include/FXRbTableItemVirtuals.h
720
+ - ext/fox14/include/FXRbTableVirtuals.h
721
+ - ext/fox14/include/FXRbText.h
722
+ - ext/fox14/include/FXRbTextField.h
723
+ - ext/fox14/include/FXRbTextVirtuals.h
724
+ - ext/fox14/include/FXRbTGAIcon.h
725
+ - ext/fox14/include/FXRbTGAImage.h
726
+ - ext/fox14/include/FXRbTIFIcon.h
727
+ - ext/fox14/include/FXRbTIFImage.h
728
+ - ext/fox14/include/FXRbToggleButton.h
729
+ - ext/fox14/include/FXRbToolBar.h
730
+ - ext/fox14/include/FXRbToolBarGrip.h
731
+ - ext/fox14/include/FXRbToolBarShell.h
732
+ - ext/fox14/include/FXRbToolBarTab.h
733
+ - ext/fox14/include/FXRbToolTip.h
734
+ - ext/fox14/include/FXRbTopWindow.h
735
+ - ext/fox14/include/FXRbTopWindowVirtuals.h
736
+ - ext/fox14/include/FXRbTreeItemVirtuals.h
737
+ - ext/fox14/include/FXRbTreeList.h
738
+ - ext/fox14/include/FXRbTreeListBox.h
739
+ - ext/fox14/include/FXRbTreeListBoxVirtuals.h
740
+ - ext/fox14/include/FXRbTreeListVirtuals.h
741
+ - ext/fox14/include/FXRbTriStateButton.h
742
+ - ext/fox14/include/FXRbVerticalFrame.h
743
+ - ext/fox14/include/FXRbVisual.h
744
+ - ext/fox14/include/FXRbWindow.h
745
+ - ext/fox14/include/FXRbWindowVirtuals.h
746
+ - ext/fox14/include/FXRbWizard.h
747
+ - ext/fox14/include/FXRbXBMIcon.h
748
+ - ext/fox14/include/FXRbXBMImage.h
749
+ - ext/fox14/include/FXRbXPMIcon.h
750
+ - ext/fox14/include/FXRbXPMImage.h
751
+ - ext/fox14/include/FXRuby.h
752
+ - ext/fox14/include/impl.h
753
+ - ext/fox14/include/inlinestubs.h
755
754
  test_files:
756
- - tests/TS_All.rb
755
+ - tests/TS_All.rb
757
756
  rdoc_options:
758
- - "--main"
759
- - rdoc-sources/README.rdoc
760
- - "--exclude"
761
- - ext/fox14
757
+ - --main
758
+ - rdoc-sources/README.rdoc
759
+ - --exclude
760
+ - ext/fox14
762
761
  extra_rdoc_files:
763
- - rdoc-sources
764
- - rdoc-sources/README.rdoc
762
+ - rdoc-sources
763
+ - rdoc-sources/README.rdoc
765
764
  executables: []
765
+
766
766
  extensions:
767
- - ext/fox14/extconf.rb
767
+ - ext/fox14/extconf.rb
768
768
  requirements:
769
- - FOX library version 1.4.0 or higher
770
- dependencies: []
769
+ - FOX library version 1.4.0 or higher
770
+ dependencies: []
771
+