|  | ||
| 
 | 
 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 | 
 | |
| 
 | 
 |