|  | ||
| 
 | 
 int get_ss_variable_value ( int select ) 
 int select; // value identifier 
 
 | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Synopsis | #include "silver.h" 
 The get_ss_variable_value function allows retrieval of values relevant to the current window configuration. 
 | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Parameters | select is a value that selects which variable’s value is to be returned. The possible value identifiers for select are as follows (defined in SILVER.H): 
 
 
 | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Return Value | get_ss_variable_value returns the specified value. 
 | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comments | get_ss_variable_value is mostly relevant to use in the SilverEngine, to allow use of the identifiers char_height, etc. to be used directly, in a way compatible with SilverC and REX applications. | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
 |