home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>6.  Dialogs and Docking</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
- <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
- <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
- <link rel="up" href="gimp-pimping.html" title="Chapter 11.  Pimp my GIMP" />
- <link rel="prev" href="gimp-concepts-shortcuts.html" title="5.  Creating Shortcuts to Menu Functions" />
- <link rel="next" href="gimp-using-docks-tab-close.html" title="6.2.  Removing Tabs" />
- </head>
- <body>
- <div class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center">6. 
- <span lang="en" xml:lang="en">Dialogs and Docking</span>
- </th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="gimp-concepts-shortcuts.html"><img src="../images/prev.png" alt="Prev" /></a> </td>
- <th width="60%" align="center">Chapter 11. 
- <span lang="en" xml:lang="en">Pimp my GIMP</span>
- </th>
- <td width="20%" align="right"> <a accesskey="n" href="gimp-using-docks-tab-close.html"><img src="../images/next.png" alt="Next" /></a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect1" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title" style="clear: both"><a id="gimp-using-docks"></a>6. 
- <span lang="en" xml:lang="en">Dialogs and Docking</span>
- </h2>
- </div>
- </div>
- </div>
- <a id="id2614183" class="indexterm"></a>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="gimp-using-docks-creating"></a>6.1. 
- <span lang="en" xml:lang="en">Creating Docking Dialogs</span>
- </h3>
- </div>
- </div>
- </div>
- <p>
- You can dock several windows into a same window. You can do this in
- more than one way, particularly by using the
- <span class="guimenu">File</span> ‚Üí <span class="guisubmenu">Dialogs</span>
- menu from the Main Toolbox, or by using the <span class="guimenu">Add</span>
- command in the Tab menu from any dialog. As a convenience, there
- are also three pre-built docks you can create using the
- <span class="guimenu">File</span> ‚Üí <span class="guisubmenu">Dialogs</span> ‚Üí <span class="guisubmenu">Create New Dock</span>
- menu path from the Main Toolbox:
- </p>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Layers, Channels and Paths</span>
- </dt>
- <dd>
- <p>This gives you a dock containing:</p>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>The Channels dialog</p>
- </li>
- <li>
- <p>The Layers dialog</p>
- </li>
- <li>
- <p>The Paths dialog</p>
- </li>
- <li>
- <p>The Undo dialog</p>
- </li>
- </ul>
- </div>
- </dd>
- <dt>
- <span class="term">Brushes, Patterns and Gradients</span>
- </dt>
- <dd>
- <p>This gives you a dock containing:</p>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>The Brushes dialog</p>
- </li>
- <li>
- <p>The Patterns dialog</p>
- </li>
- <li>
- <p>The Gradients dialog</p>
- </li>
- <li>
- <p>The Palettes dialog</p>
- </li>
- <li>
- <p>The Fonts dialog</p>
- </li>
- </ul>
- </div>
- </dd>
- <dt>
- <span class="term">Misc. Stuff</span>
- </dt>
- <dd>
- <p>This gives you a dock containing:</p>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>The Buffers dialog</p>
- </li>
- <li>
- <p>The Images dialog</p>
- </li>
- <li>
- <p>The Document History dialog</p>
- </li>
- <li>
- <p>The Image Templates dialog</p>
- </li>
- </ul>
- </div>
- </dd>
- </dl>
- </div>
- <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Tip">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Tip]" src="../images/tip.png" />
- </td>
- <th align="left">Tip</th>
- </tr>
- <tr>
- <td align="left" valign="top">
- <p>
- Just because you have a lot of flexibility does not mean that all
- choices are equally good. There are at least two things we recommend:
- </p>
- <div class="orderedlist">
- <ol type="1">
- <li>
- <p>
- Keep the Tool Options dialog docked directly beneath the Main
- Toolbox at all times.
- </p>
- </li>
- <li>
- <p>
- Keep the Layers dialog around at all times, in a separate dock
- from the Main Toolbox, with an Image Menu above it. (Use
- “<span class="quote">Show Image Menu</span>”
- in the dialog Tab menu to display the Image menu if you have
- somehow lost it.)
- </p>
- </li>
- </ol>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Note">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Note]" src="../images/note.png" />
- </td>
- <th align="left">Note</th>
- </tr>
- <tr>
- <td align="left" valign="top">
- <p>
- See also
- <a class="link" href="gimp-concepts-docks.html" title="2.3.  Dialogs and Docking">Dialogs and Docking</a>
- </p>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="gimp-concepts-shortcuts.html"><img src="../images/prev.png" alt="Prev" /></a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="gimp-pimping.html">
- <img src="../images/up.png" alt="Up" />
- </a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="gimp-using-docks-tab-close.html"><img src="../images/next.png" alt="Next" /></a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top"><a accesskey="p" href="gimp-concepts-shortcuts.html">5. 
- <span lang="en" xml:lang="en">Creating Shortcuts to Menu Functions</span>
- </a> </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">
- <img src="../images/home.png" alt="Home" />
- </a>
- </td>
- <td width="40%" align="right" valign="top"> <a accesskey="n" href="gimp-using-docks-tab-close.html">6.2. 
- <span lang="en" xml:lang="en">Removing Tabs</span>
- </a></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-