~ubuntu-branches/ubuntu/lucid/ming/lucid

« back to all changes in this revision

Viewing changes to docs/libming/newSWFMovieClip.html

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-02-11 10:57:41 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100211105741-lzpmxc0703c4bo1w
Tags: 1:0.4.3-1ubuntu1
* Merge from Debian unstable (LP: #192664), remaining changes:
  - Python 2.6 transition:
    - debian/rules:
      + Include /usr/share/python/python.mk.
      + Add py_setup_install_args macro to setup.py install.
      + Installed modules differ between python versions and can't be shared,
        use DH_PYCENTRAL=nomove.
    - Remove unnecessary debian/python-ming.{dirs,files}, Python 2.3 is not
      supported anymore.
* debian/control: separate dependencies by commas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
 
2
<!DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
 
3
<header>
 
4
<title>newSWFMovieClip - create a new SWFMovieClip (Sprite) instance</title>
 
5
</header>
 
6
<body>
 
7
<h1>NAME</h1>
 
8
newSWFMovieClip - create a new SWFMovieClip (Sprite) instance
 
9
<h1>SYNOPSIS</h1>
 
10
<pre>#include &lt;ming.h&gt;
 
11
 
 
12
SWFMovieClip newSWFMovieClip(void);
 
13
</pre>
 
14
<h1>DESCRIPTION</h1>
 
15
A SWFMovieClip is a movie inside a movie. It supports
 
16
adding and removing displayable objects, actions and sound.
 
17
<h1>RETURNS</h1>
 
18
A SWFMovieClip instance.
 
19
 
 
20
</body>