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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
<?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>Kapitola 3. Dialogy</title>
<link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
<link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
<link rel="start" href="index.html" title=" " />
<link rel="up" href="index.html" title=" " />
<link rel="prev" href="ch02s04s06.html" title="4.6. Uložení výsledku" />
<link rel="next" href="ch03s02.html" title="2. Dialog Cesty" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">Kapitola 3. Dialogy</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch02s04s06.html">Předcházející</a> </td>
<th width="60%" align="center" id="sectionname"> </th>
<td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Další</a></td>
</tr>
</table>
<hr />
</div>
<div class="chapter" lang="cs" xml:lang="cs">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a id="dialogs"></a>Kapitola 3. Dialogy</h2>
</div>
</div>
</div>
<div class="toc">
<p>
<b>Obsah</b>
</p>
<dl>
<dt>
<span class="sect1">
<a href="ch03.html#dialog_introduction">1. Úvedení do dialogů</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s02.html">2. Dialog Cesty</a>
</span>
</dt>
<dd>
<dl>
<dt>
<span class="sect2">
<a href="ch03s02.html#id3216667">2.1. Vyvolání dialogu</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="ch03s02s02.html">2.2. Použití dialogu Cesty</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="ch03s02s03.html">2.3. Tlačítka</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="ch03s02s04.html">2.4. Kontextová nabídka dialogu Cesty</a>
</span>
</dt>
</dl>
</dd>
<dt>
<span class="sect1">
<a href="ch03s03.html">3. Dialog Mapa barev</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s04.html">4. Dialog Historie vracení</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s05.html">5. Dialog Barvy</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s06.html">6. Dialog Stopy</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s07.html">7. Dialog Písma</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s08.html">8. Dialog Historie dokumentů</a>
</span>
</dt>
<dt>
<span class="sect1">
<a href="ch03s09.html">9. Dialog Nástroje</a>
</span>
</dt>
</dl>
</div>
<div class="sect1" lang="cs" xml:lang="cs">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="dialog_introduction"></a>1. Úvedení do dialogů</h2>
</div>
</div>
</div>
<a id="id3213704" class="indexterm"></a>
<p>
Dialogy jsou v Gimpu nejpoužívanějším prostředkem pro nastavení voleb
a ovládacích prvků. Nejdůležitější a nejpoužívanější dialogy si v této
části představíme.
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch02s04s06.html">Předcházející</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="index.html">Nahoru</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Další</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">4.6. Uložení výsledku </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Domů</a>
</td>
<td width="40%" align="right" valign="top"> 2. Dialog Cesty</td>
</tr>
</table>
</div>
</body>
</html>
|