SilverScreen Solid Modeler

status_off

status_off

Previous topic Next topic  

status_off

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void status_off( void );

 

 

 

 

 




Synopsis

#include "silver.h"

 

The status_off function disables 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_on, Callback Routines