#include <vtkTkImageWindowWidget.h>
Collaboration diagram for vtkTkImageWindowWidget:
Public Attributes | |
Tk_Window | TkWin |
Tcl_Interp * | Interp |
int | Width |
int | Height |
vtkImageWindow * | ImageWindow |
char * | IW |
vtkTkImageWindowWidget is a Tk widget that you can render into. It has a GetImageWindow method that returns a vtkImageWindow. You can also specify a vtkImageWindow to be used when creating the widget by using the -iw option. It also takes -width and -height options. Events can be bound on this widget just like any other Tk widget.