Hi,

> I think there are cases where it make more sense to start a chapter with
> certain functions.  Like it does make sense for swf_openfile() to be first
> since that function needs to be called before any others.  So perhaps
> open/close can be first.  But it appears that the rest are in a
> semi-random order which makes it hard to find things.

I reviewed the swf function list, and I think the list has been ordered
in sensible way (Hughes, can you confirm?) :

I feel that alphabetical order on the whole will confuse the doc a bit.
However, ordering within those "sections" may be interesting.
Is that your point?

BTW, with such a numer of function, it might need another level, or
some separators, which will clarify. Is it possible to do so?

Open/save
<refentry id="function.swf-openfile">
<refentry id="function.swf-closefile">

Frame management
<refentry id="function.swf-labelframe">
<refentry id="function.swf-showframe">
<refentry id="function.swf-setframe">
<refentry id="function.swf-getframe">

Color management
<refentry id="function.swf-mulcolor">
<refentry id="function.swf-addcolor">
<refentry id="function.swf-placeobject">
<refentry id="function.swf-modifyobject">
<refentry id="function.swf-removeobject">
<refentry id="function.swf-nextid">

Action management
<refentry id="function.swf-startdoaction">
<refentry id="function.swf-actiongotoframe">
<refentry id="function.swf-actiongeturl">
<refentry id="function.swf-actionnextframe">
<refentry id="function.swf-actionprevframe">
<refentry id="function.swf-actionplay">
<refentry id="function.swf-actionstop">
<refentry id="function.swf-actiontogglequality">
<refentry id="function.swf-actionwaitforframe">
<refentry id="function.swf-actionsettarget">
<refentry id="function.swf-actiongotolabel">
<refentry id="function.swf-enddoaction">

Lines drawing
<refentry id="function.swf-defineline">
<refentry id="function.swf-definerect">
<refentry id="function.swf-definepoly">

shape drawing
<refentry id="function.swf-startshape">
<refentry id="function.swf-shapelinesold">
<refentry id="function.swf-shapefilloff">
<refentry id="function.swf-shapefillsolid">
<refentry id="function.swf-shapefillbitmapclip">
<refentry id="function.swf-shapefillbitmaptile">
<refentry id="function.swf-shapemoveto">
<refentry id="function.swf-shapelineto">
<refentry id="function.swf-shapecurveto">
<refentry id="function.swf-shapecurveto3">
<refentry id="function.swf-shapearc">
<refentry id="function.swf-endshape">

Font management
<refentry id="function.swf-definefont">
<refentry id="function.swf-setfont">
<refentry id="function.swf-fontsize">
<refentry id="function.swf-fontslant">
<refentry id="function.swf-fonttracking">
<refentry id="function.swf-getfontinfo">

Text management
<refentry id="function.swf-definetext">
<refentry id="function.swf-textwidth">

Bitmap management
<refentry id="function.swf-definebitmap">
<refentry id="function.swf-getbitmapinfo">

Symbole management
<refentry id="function.swf-startsymbol">
<refentry id="function.swf-endsymbol">

Button management
<refentry id="function.swf-startbutton">
<refentry id="function.swf-addbuttonrecord">
<refentry id="function.swf-oncondition">
<refentry id="function.swf-endbutton">

View access
<refentry id="function.swf-viewport">
<refentry id="function.swf-ortho">
<refentry id="function.swf-ortho2">
<refentry id="function.swf-perspective">
<refentry id="function.swf-polarview">
<refentry id="function.swf-lookat">

Misc
<refentry id="function.swf-pushmatrix">
<refentry id="function.swf-popmatrix">
<refentry id="function.swf-scale">
<refentry id="function.swf-translate">
<refentry id="function.swf-rotate">
<refentry id="function.swf-posround">

Best regards,
Damien Seguy
====================================
http://www.nexen.net/
l'hebergement dynamique gratuit!
Docs PHP/MySQL en Francais, scripts
====================================


Reply via email to