#include <vtkKWFrameWithScrollbar.h>
Inheritance diagram for vtkKWFrameWithScrollbar:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWFrameWithScrollbar, vtkKWCoreWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | UpdateEnableState () |
| virtual vtkKWWidget * | GetFrame () |
| virtual void | SetWidth (int) |
| virtual int | GetWidth () |
| virtual void | SetHeight (int) |
| virtual int | GetHeight () |
Static Public Member Functions | |
| vtkKWFrameWithScrollbar * | New () |
Protected Member Functions | |
| vtkKWFrameWithScrollbar () | |
| ~vtkKWFrameWithScrollbar () | |
Protected Attributes | |
| vtkKWCoreWidget * | Frame |
| vtkKWCoreWidget * | ScrollableFrame |
It creates a frame with an attached scrollbar
Definition at line 27 of file vtkKWFrameWithScrollbar.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWCoreWidget. Reimplemented in vtkPVInformationGUI. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWCoreWidget. Reimplemented in vtkPVInformationGUI. |
|
|
Create the widget. Reimplemented from vtkKWCoreWidget. Reimplemented in vtkPVInformationGUI. |
|
|
Get the the internal widget (technically a Tk frame). |
|
|
Convenience method to set the width/height of a frame. |
|
|
Convenience method to set the width/height of a frame. |
|
|
Convenience method to set the width/height of a frame. |
|
|
Convenience method to set the width/height of a frame. |
|
|
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc. Reimplemented from vtkKWWidget. Reimplemented in vtkPVInformationGUI. |
|
|
Definition at line 62 of file vtkKWFrameWithScrollbar.h. |
|
|
Definition at line 63 of file vtkKWFrameWithScrollbar.h. |
1.3.5