~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/with_tk.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="with_tk" xml:lang="en">
3
 
  <info>
4
 
    <pubdate>$LastChangedDate$</pubdate>
5
 
  </info>
6
 
  <refnamediv>
7
 
    <refname>with_tk</refname>
8
 
    <refpurpose>checa se o Scilab foi constru�do com TCL/TK</refpurpose>
9
 
  </refnamediv>
10
 
  <refsynopsisdiv>
11
 
    <title>Seq��ncia de Chamamento</title>
12
 
    <synopsis>r=with_tk()</synopsis>
13
 
  </refsynopsisdiv>
14
 
  <refsection>
15
 
    <title>Par�metros</title>
16
 
    <variablelist>
17
 
      <varlistentry>
18
 
        <term>r</term>
19
 
        <listitem>
20
 
          <para>um booleano</para>
21
 
        </listitem>
22
 
      </varlistentry>
23
 
    </variablelist>
24
 
  </refsection>
25
 
  <refsection>
26
 
    <title>Descri��o</title>
27
 
    <para>
28
 
      Retorna <literal>%t</literal> se o Scilab tiver sido constru�do com
29
 
      a interface TCL/TK ou <literal>%f</literal> se n�o.
30
 
    </para>
31
 
  </refsection>
32
 
</refentry>