SilverScreen Solid Modeler

pm_tab_initialize

pm_tab_initialize

Previous topic Next topic  

pm_tab_initialize

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int pm_tab_initialize ( char *dialog_name );

 

 

 

 

 




Synopsis

#include "silver.h"

 

The pm_tab_initialize function is similar to pm_initialize, except that it specifies that the panel being defined is a tabbed dialog.

 

 

Parameters

dialog_name is a pointer to character buffer that contains the name to use in the title bar of the dialog.

 

 

Return Value

None.

 

 

See Also

pm_tab_begin, pm_initialize