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

« back to all changes in this revision

Viewing changes to man/graphics/getsymbol.cat

  • 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
 
getsymbol          Scilab Group          Scilab Function          getsymbol
2
 
NAME
3
 
   getsymbol - dialog to select a symbol and its size
4
 
  
5
 
CALLING SEQUENCE
6
 
 c=getsymbol([title])
7
 
PARAMETERS
8
 
 title   : string, dialog title.
9
 
         
10
 
 c       : vector of size 2 [n,sz].
11
 
         
12
 
DESCRIPTION
13
 
   getsymbol opens a dialog choice box with title title if given where the
14
 
  user can select a symbol and its size. getsymbol returns the id of the
15
 
  mark n and the id of its size sz.
16
 
  
17
 
SEE ALSO
18
 
   xset
19