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

« back to all changes in this revision

Viewing changes to man/eng/graphics/clear_pixmap.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="UTF-8"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
 
 
6
  <TITLE>clear_pixmap</TITLE>
 
7
 
 
8
  <TYPE>Scilab Function</TYPE>
 
9
 
 
10
  <DATE>6-Apr-2004</DATE>
 
11
 
 
12
  <SHORT_DESCRIPTION name="clear_pixmap">erase the pixmap
 
13
  buffer</SHORT_DESCRIPTION>
 
14
 
 
15
  <CALLING_SEQUENCE>
 
16
    <CALLING_SEQUENCE_ITEM>clear_pixmap()</CALLING_SEQUENCE_ITEM>
 
17
  </CALLING_SEQUENCE>
 
18
 
 
19
  <DESCRIPTION>
 
20
    <SP>If a graphic window <VERB>pixmap</VERB> property is <VERB>"on"</VERB>
 
21
    the drawings are send to a pixmap memory instead of the screen display.
 
22
    </SP>
 
23
 
 
24
    <P></P>
 
25
 
 
26
    <P>The <VERB>clear_pixmap()</VERB> instruction erase the pixmap, but not
 
27
    the screen.</P>
 
28
 
 
29
    <P></P>
 
30
 
 
31
    <SP>The pixmap mode can be used to obtain smooth animations.</SP>
 
32
  </DESCRIPTION>
 
33
 
 
34
  <SEE_ALSO>
 
35
    <SEE_ALSO_ITEM>
 
36
      <LINK>figure_properties</LINK>
 
37
    </SEE_ALSO_ITEM>
 
38
 
 
39
    <SEE_ALSO_ITEM>
 
40
      <LINK>show_pixmap</LINK>
 
41
    </SEE_ALSO_ITEM>
 
42
  </SEE_ALSO>
 
43
 
 
44
  <AUTHOR>Serge Steer INRIA</AUTHOR>
 
45
</MAN>
 
 
b'\\ No newline at end of file'