KWWidgets
vtkKWSetApplicationIconTclCommand.h
Go to the documentation of this file.
1 #ifndef __vtkKWSetApplicationIconTclCommand_h
2 #define __vtkKWSetApplicationIconTclCommand_h
3 
4 #include "vtkTcl.h"
5 #include "vtkKWWidgets.h"
6 
8 
9 KWWidgets_EXTERN int vtkKWSetApplicationIcon(Tcl_Interp *interp, const char *app_name, int icon_res_id);
10 
11 KWWidgets_EXTERN int vtkKWSetApplicationSmallIcon(Tcl_Interp *interp, const char *app_name, int icon_res_id);
12 
13 #endif // __vtkKWSetApplicationIconTclCommand_h