Function:xs2spp
From S2PLOT
(Difference between revisions)
Revision as of 22:55, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:37, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:xs2ap | xs2ap]]</td><td>Add a new panel</td><td> </td></tr> | ||
+ | <tr><td>[[Function:xs2mp | xs2mp]]</td><td>Modify location of existing panel.</td><td> </td></tr> | ||
+ | <tr><td>[[Function:xs2cp | xs2cp]]</td><td>Select a panel for subsequent geometry calls</td><td> </td></tr> | ||
+ | <tr><td>[[Function:xs2tp | xs2tp]]</td><td>Toggle visibility of panel</td><td> </td></tr> | ||
+ | <tr><td>[[Function:xs2lpc | xs2lpc]]</td><td>Link panel cameras together</td><td> </td></tr> | ||
+ | </table> | ||
==Code Example== | ==Code Example== |
Revision as of 01:37, 7 January 2009
xs2spp
Set panel frame properties.
Prototype
void xs2spp(COLOUR active, COLOUR inactive, float width);
Description
Set panel frame properties.
See Also
xs2ap | Add a new panel | |
xs2mp | Modify location of existing panel. | |
xs2cp | Select a panel for subsequent geometry calls | |
xs2tp | Toggle visibility of panel | |
xs2lpc | Link panel cameras together |
Code Example
Back to S2PLOT function list.
Back to template page.