SilverScreen Solid Modeler

status_on

status_on

Previous topic Next topic  

status_on

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

Antiquated

 

void status_on( void );

 

 

 

 

 




Synopsis

#include "silver.h"

 

The status_on function enables the status change handler. The purpose of the status change handler is to notify an application to update ui elements pertaining to the drawing state, such as the current block or object or annotation block or 3D cursor position.

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

This function is provided to support legacy code. It is a clumsy fit for an event-driven, modern interface but was a necessity for MS-DOS applications.

 

 

See Also

status_off, Callback Routines