|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/gtk-doc/html/libgnomeui/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Druids</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GNOME UI Library Reference Manual">
<link rel="up" href="ch01.html" title="GNOME UI Library (libgnomeui)">
<link rel="prev" href="libgnomeui-gnome-popup-menu.html" title="gnome-popup-menu">
<link rel="next" href="GnomeDruid.html" title="GnomeDruid">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="GNOME UI Library (libgnomeui)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgnomeui-gnome-popup-menu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME UI Library Reference Manual</th>
<td><a accesskey="n" href="GnomeDruid.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="druids"></a>Druids</h2></div></div></div>
<p>
Druids (sometimes called <span class="emphasis"><em>Wizards</em></span> on other systems)
are a series of dialog boxes that lead the user through a task that is
serial in nature (that is, it has a natural beginning, sequence through
the pages and an end).
</p>
<p>
Some applications (for example GNOME Lokkit -- for setting up simple
firewall settings) are purely a series of screens that extract some
information from the user and then performs an action based on that data.
Other applications may be more traditional in nature, however they may
wish to run the user through a series of question the first time they run
the application; such as to set things up correctly or to import
settings from another program. Both these types of programs can use the
various druid functions to make their implementation easier.
</p>
</div>
</body>
</html>