~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/eng/metanet/netwindows.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>netwindows</TITLE>
 
6
  <TYPE>Scilab function</TYPE>
 
7
  <DATE>September 1995</DATE>
 
8
  <SHORT_DESCRIPTION name="netwindows"> gets the numbers of edit_graph windows</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>l = netwindows()  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>l</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>: list</SP>
 
18
        </PARAM_DESCRIPTION>
 
19
      </PARAM_ITEM>
 
20
    </PARAM_INDENT>
 
21
  </PARAM>
 
22
  <DESCRIPTION>
 
23
    <P>
 
24
    This function returns a list <VERB>l</VERB>. Its first element is the row vector of 
 
25
    all the edit_graph windows and the second element is the number of the 
 
26
    current edit_graph window. This number is equal to 0 if no current Metanet
 
27
    window exists.</P>
 
28
  </DESCRIPTION>
 
29
  <SEE_ALSO>
 
30
    <SEE_ALSO_ITEM>
 
31
      <LINK>edit_graph</LINK>
 
32
    </SEE_ALSO_ITEM>
 
33
    <SEE_ALSO_ITEM>
 
34
      <LINK>netclose</LINK>
 
35
    </SEE_ALSO_ITEM>
 
36
    <SEE_ALSO_ITEM>
 
37
      <LINK>netwindow</LINK>
 
38
    </SEE_ALSO_ITEM>
 
39
    <SEE_ALSO_ITEM>
 
40
      <LINK>show_graph</LINK>
 
41
    </SEE_ALSO_ITEM>
 
42
  </SEE_ALSO>
 
43
</MAN>