~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/graphics/getsymbol.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

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