[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


Customizing WinSIOUX

WinSIOUX offers the user a limited ability to customize the WinSIOUX window display. The following sections describe how you achieve this customization by modifying the structure SIOUXSettings, of type tSIOUXSettings. WinSIOUX examines some of the data fields of SIOUXSettings to determine how to create the WinSIOUX window and environment.


NOTE

To customize WinSIOUX, you must modify SIOUXSettings before you call any function that uses standard input or output. If you modify SIOUXSettings afterwards, WinSIOUX does not change its window.
The SIOUXSettings structure:

This field
Specifies
char  
initializeTB  
Not applicable to WinSIOUX.  
char  
standalone  
Not applicable to WinSIOUX.  
char  
setupmenus  
Not applicable to WinSIOUX.  
char  
autocloseonquit  
Whether to quit the application automatically when your program is done.  
char  
asktosaveonclose  
Query the user whether to save the WinSIOUX output as a file, when the program is done.  
char  
showstatusline  
Not applicable to WinSIOUX.  
short  
tabspaces  
If greater than zero, substitute a tab with that number of spaces. If zero, print the tabs.  
short  
column  
Not applicable to WinSIOUX.  
short  
rows  
Not applicable to WinSIOUX.  
short  
toppixel  
Not applicable to WinSIOUX.  
short  
leftpixel  
Not applicable to WinSIOUX.  
short  
fontname[32]  
The font to be used in the WinSIOUX window.  
short  
fontsize  
The size of the font to be used in the WinSIOUX window.  
short  
fontface  
Not applicable to WinSIOUX.  


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000