1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<html lang="en">
<head>
<title>XForms - Geomview Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Geomview Manual">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Modules.html#Modules" title="Modules">
<link rel="prev" href="Example2.html#Example2" title="Example2">
<link rel="next" href="Example3.html#Example3" title="Example3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="XForms"></a>
Next: <a rel="next" accesskey="n" href="Example3.html#Example3">Example3</a>,
Previous: <a rel="previous" accesskey="p" href="Example2.html#Example2">Example2</a>,
Up: <a rel="up" accesskey="u" href="Modules.html#Modules">Modules</a>
<hr>
</div>
<h3 class="section">6.4 The XForms Library</h3>
<p>XForms is a handy and relatively simple user interface toolkit for X11.
Many Geomview external modules, including the examples in this manual,
use XForms to create and manage control panels. XForms is available from
<a href="http://www.nongnu.org/xforms/">http://www.nongnu.org/xforms/</a>. XForms is free-ware. If you wish
you may use any other interface toolkit instead of XForms in an external
module. We chose FORMS because it is free and relatively simple.
<p>There is a complete autoconf'ed package `<samp><span class="samp">gvemod-xforms-example</span></samp>'
available from Geomview's
<a href="http://geomview.sourceforge.net">Sourceforge.NET</a>
page.
<!-- ================================================================ -->
</body></html>
|