21 #ifndef __vtkKWCheckButtonWithPopupFrame_h
22 #define __vtkKWCheckButtonWithPopupFrame_h
33 void PrintSelf(ostream& os, vtkIndent indent);
38 virtual void SetDisablePopupButtonWhenNotChecked(
int);
39 vtkBooleanMacro(DisablePopupButtonWhenNotChecked,
int);
40 vtkGetMacro(DisablePopupButtonWhenNotChecked,
int);
48 virtual void Update();
61 virtual void CheckButtonCallback(
int state);
73 int DisablePopupButtonWhenNotChecked;