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

« back to all changes in this revision

Viewing changes to man/scicos/standard_define.man

  • 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
 
.TH standard_define  "Janvier 1997" "Scilab Group" "Scicos function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
standard_define - Scicos block initial definition  function
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
o=standard_define(sz,model,dlg,gr_i)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP 10
11
 
o
12
 
: Scicos block data structure (see scicos_block)
13
 
.TP
14
 
sz
15
 
: 2 vector, giving the initial block width and height 
16
 
.TP
17
 
model
18
 
: initial model data structure definition (see scicos_model)
19
 
.TP
20
 
dlg
21
 
: vector of character strings,initial parameters expressions
22
 
.TP
23
 
gr_i
24
 
: vector of character strings, initial icon definition instructions 
25
 
.SH DESCRIPTION
26
 
This function creates the initial block data structure given the
27
 
initial size \fV sz\fR, this initial model definition \fV model\fR, the
28
 
initial parameters expressions \fV dlg\fR and initial icon definition
29
 
instructions \fV gr_i\fR
30
 
.SH SEE ALSO
31
 
scicos_model
32
 
 
33