Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 135bc52904e74f332d0a037a046b5c11 > files > 14

ruby-icon-artist-0.1.92-1.fc13.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!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" xml:lang="en" lang="en">
<head>
  <title>Module: IconArtist</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



    <div id="classHeader">
        <table class="header-table">
        <tr class="top-aligned-row">
          <td><strong>Module</strong></td>
          <td class="class-name-in-header">IconArtist</td>
        </tr>
        <tr class="top-aligned-row">
            <td><strong>In:</strong></td>
            <td>
                <a href="../files/lib/icon-artist_rb.html">
                lib/icon-artist.rb
                </a>
        <br />
                <a href="../files/lib/icon-artist/buildsystem_rb.html">
                lib/icon-artist/buildsystem.rb
                </a>
        <br />
                <a href="../files/lib/icon-artist/icontheme_rb.html">
                lib/icon-artist/icontheme.rb
                </a>
        <br />
                <a href="../files/lib/icon-artist/icon_rb.html">
                lib/icon-artist/icon.rb
                </a>
        <br />
                <a href="../files/lib/icon-artist/gitrepo_rb.html">
                lib/icon-artist/gitrepo.rb
                </a>
        <br />
                <a href="../files/lib/icon-artist/theme-settings_rb.html">
                lib/icon-artist/theme-settings.rb
                </a>
        <br />
            </td>
        </tr>

        </table>
    </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">

    <div id="description">
      <p>
theme-settings.rb: General settings for the icon-artist library
</p>
<p>
Copyright (C) 2008, 2009 Martin Sourada
</p>
<p>
This script is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.
</p>
<p>
This script is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
</p>
<p>
You should have received a copy of the GNU Lesser General Public License
along with this script; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</p>

    </div>


   </div>


  </div>


    <!-- if includes -->

    <div id="section">

    <div id="class-list">
      <h3 class="section-bar">Classes and Modules</h3>

      Class <a href="IconArtist/BuildSystem.html" class="link">IconArtist::BuildSystem</a><br />
Class <a href="IconArtist/GitRepo.html" class="link">IconArtist::GitRepo</a><br />
Class <a href="IconArtist/Icon.html" class="link">IconArtist::Icon</a><br />
Class <a href="IconArtist/IconTheme.html" class="link">IconArtist::IconTheme</a><br />

    </div>

    <div id="constants-list">
      <h3 class="section-bar">Constants</h3>

      <div class="name-list">
        <table summary="Constants">
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">VERSION</td>
          <td>=</td>
          <td class="context-item-value">'0.1.90'</td>
        </tr>
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">INKSCAPE</td>
          <td>=</td>
          <td class="context-item-value">'/usr/bin/inkscape'</td>
        </tr>
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">THEME_SIZES</td>
          <td>=</td>
          <td class="context-item-value">['16x16', '22x22', '24x24', '32x32', '48x48', '256x256', 'scalable']</td>
        </tr>
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">THEME_CONTEXTS</td>
          <td>=</td>
          <td class="context-item-value">['actions', 'animations', 'apps', 'categories', 'devices', 'emblems', 'emotes', 'intl', 'mimetypes', 'places', 'status']</td>
        </tr>
        <tr class="top-aligned-row context-row">
          <td class="context-item-name">ARTIST_SHAREDIR</td>
          <td>=</td>
          <td class="context-item-value">'/usr/share/icon-artist'</td>
        </tr>
        </table>
      </div>
    </div>



      


    <!-- if method_list -->


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>