Home | Trees | Index | Help |
|
---|
Package stripchart :: Module hgradescale :: Class HGradeScale |
|
Widget that displays a horizontal graduated scale.
The data model for this widget uses agtk.Adjustment
. The
interpretation of the adjustment is the same as for the VGradeScale
widget, which should be
consulted for more information.
See Also: VGradeScale
Method Summary | |
---|---|
Initializes the widget. | |
Delete attributes method. | |
Set attributes method. |
Instance Variable Summary | |
---|---|
gtk.Adjustment |
adjustment : gtk.Adjustment to be used as the data model. |
(int, int, int) |
bgcolor : Background color, specified as an (r, g, b) tuple, where
each color is in the range from 0 to 65535 . |
gtk.DrawingArea |
widget : Read-only pseudo-parent widget. |
Method Details |
---|
__init__(self,
adjustment=None)
Initializes the widget.
|
__delattr__(self, name)Delete attributes method. |
__setattr__(self, name, value)Set attributes method. |
Instance Variable Details |
---|
adjustmentgtk.Adjustment to be used as the data model. See VGradeScale for more information.
|
bgcolorBackground color, specified as an(r, g, b) tuple, where
each color is in the range from 0 to 65535 .
|
widgetRead-only pseudo-parent widget.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Oct 25 11:04:43 2003 | http://epydoc.sf.net |