#include <vtkKWScrollbar.h>
Inheritance diagram for vtkKWScrollbar:
Public Member Functions | |
vtkTypeRevisionMacro (vtkKWScrollbar, vtkKWCoreWidget) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *app) |
virtual void | SetCommand (vtkObject *object, const char *method) |
virtual void | SetOrientation (int) |
virtual int | GetOrientation () |
virtual void | SetOrientationToHorizontal () |
virtual void | SetOrientationToVertical () |
Static Public Member Functions | |
vtkKWScrollbar * | New () |
Protected Member Functions | |
vtkKWScrollbar () | |
~vtkKWScrollbar () |
The core scrollbar
Definition at line 25 of file vtkKWScrollbar.h.
|
Definition at line 56 of file vtkKWScrollbar.h. |
|
Definition at line 57 of file vtkKWScrollbar.h. |
|
Reimplemented from vtkKWCoreWidget. |
|
|
|
Reimplemented from vtkKWCoreWidget. |
|
Create the widget. Reimplemented from vtkKWCoreWidget. |
|
Set/Get the orientation type. For widgets that can lay themselves out with either a horizontal or vertical orientation, such as scrollbars, this option specifies which orientation should be used. Valid constants can be found in vtkKWTkOptions::OrientationType. |
|
Set/Get the orientation type. For widgets that can lay themselves out with either a horizontal or vertical orientation, such as scrollbars, this option specifies which orientation should be used. Valid constants can be found in vtkKWTkOptions::OrientationType. |
|
Set/Get the orientation type. For widgets that can lay themselves out with either a horizontal or vertical orientation, such as scrollbars, this option specifies which orientation should be used. Valid constants can be found in vtkKWTkOptions::OrientationType. Definition at line 42 of file vtkKWScrollbar.h. |
|
Set/Get the orientation type. For widgets that can lay themselves out with either a horizontal or vertical orientation, such as scrollbars, this option specifies which orientation should be used. Valid constants can be found in vtkKWTkOptions::OrientationType. Definition at line 44 of file vtkKWScrollbar.h. |
|
Specifies the prefix of a Tcl command to invoke to change the view in the widget associated with the scrollbar. The first argument is the object that will have the method called on it. The second argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is evaluated as a simple command. |