MarginType
[Previous] [Main] [Next]

 
typedef enum {  
   clear_default = 0,  
   clear_left,  // continue on next line with clear LEFT margin  
   clear_right, // continue on next line with clear RIGHT margin  
   clear_all    // continue on next line with BOTH margins clear  
} MarginType ;  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.