Function:cs2sptxy
From S2PLOT
(Difference between revisions)
Revision as of 22:54, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:33, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:cs2scb | cs2scb]]</td><td>Set the callback funciton.</td></tr> | ||
+ | <tr><td>[[Function:cs2spcb cs2spcb]]</td><td>Set the user prompt callback.</td></tr> | ||
+ | </table> | ||
==Code Example== | ==Code Example== |
Revision as of 01:33, 7 January 2009
cs2sptxy
Set the text and position of a prompt.
Prototype
void cs2sptxy(char *prompt, float xfrac, float yfrac);
Description
Set the text and position of the prompt. xfrac and yfrac are fractions of the viewport from bottom left.
See Also
cs2scb | Set the callback funciton. |
Function:cs2spcb cs2spcb | Set the user prompt callback. |
Code Example
Back to S2PLOT function list.
Back to template page.