My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
panel.h
1 #ifndef panel_h
2 #define panel_h
3 
4 /*
5  * The following function is the package initialization function
6  * of the Tcl control-interface. It creates a Tcl command called
7  * "control".
8  */
9 int Tkpanel_Init(Tcl_Interp *interp);
10 
11 #endif