view doc/options_window.html @ 1631:2349fa90226d

better implementation of tree_view_row_get_visibility, gtk_tree_view_set_cursor is not sufficient in some cases, call also tree_view_row_make_visible
author nadvornik
date Sat, 06 Jun 2009 16:14:07 +0000
parents c564ab6c11fc
children
line wrap: on
line source

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />

  <title>Window Options - Geeqie User Manual</title>
  <link rel="stylesheet" type="text/css" href="style.css" media="all" />
  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
</head>

<body lang="en-US" dir="ltr" xml:lang="en-US">
  <div class="navtop">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navtop_col1" width="33%"></col>
      <col id="navtop_col2" width="33%"></col>
      <col id="navtop_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="options_image.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navtop_title">Window &ndash; Options Explained</p>
          </th>

          <th>
            <p class="next"><a href="options_filtering.html">Next</a>
            </p>
          </th>
        </tr>
    </table>
  </div>

  <hr />

  <h1>Window Options</h1>

  <p>This section describes the options presented under the Windows Tab of the preferences dialog.</p>

  <h2>State</h2>

  <dl class="dialog_desc">
  <dt>Remember window positions</dt>
  <dd><p>This will maintain windows size and position between Geeqie sessions.</p></dd>

  <dt>Remember tool state</dt>
  <dd><p>This will maintain the tool window state between Geeqie sessions.</p></dd>
  </dl>

  <h2>Size</h2>

  <dl class="dialog_desc">

  <dt>Fit window to image when tools are hidden/floating</dt>
  <dd><p>The main window will be resized to accommodate each image's size and proportions when the image pane is the only one visible within the window.</p></dd>

  <dt>Limit size when auto-sizing window</dt>
  <dd><p>This will restrict the maximum size a window can grow to automatically fit an image. The value represents the percentage of the desktop size in width and height.</p></dd>
  </dl>

  <h2>Window Layout</h2>

  <p>The Geeqie main window consists of three main panes, their position and order can be changed here. The first four selections represent the basic layout of the main window. The numbers within each selection represent the order of the pane content.</p>
  <p>The order of the content can be changed by dragging the Tools, Files, or Image with the mouse to the desired location within the list.</p>

  <hr id="bottomseparator" />

  <div class="navbottom">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navbottom_col1" width="33%"></col>
      <col id="navbottom_col2" width="33%"></col>
      <col id="navbottom_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="options_image.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navbottom_title"><a href="index.html">Contents</a>
            </p>
          </th>

          <th>
            <p class="next"><a href="options_filtering.html">Next</a>
            </p>
          </th>
        </tr>

    </table>
  </div>

  <div class="footer">Geeqie User Manual</div>
  <div class="bottomspacer">&nbsp;</div>
</body>
</html>