212,214c212,215
< protected:
<   vtkBoxWidget();
<   ~vtkBoxWidget();
---
>   // Description:
>   // Query the state of the widget.
>   vtkSetMacro(State,int);
>   vtkGetMacro(State,int);
217d217
<   int State;
222,223c222,226
<     Scaling,
<     Outside
---
>     NonUniformScaling,
>     Outside,
>     UniformScaling,
>     Rotating,
>     Nothing
226a230,236
> protected:
>   vtkBoxWidget();
>   ~vtkBoxWidget();
> 
>   // Manage the state of the widget
>   int State;
> 
