| Home | Trees | Index | Help |
|---|
| Package ocempgui :: Package widgets :: Module StyleInformation |
|
Constant style information used by the drawing routines.
The StyleInformation dictionary contains different additional information about the widget's style, such as their internally used border types (e.g. for showing the input focus), size of drawing components or specific colors.
The following constants are currently defined:
CHECK_SIZE The default size of a check box to use for Style.draw_check().
CHECK_SPACING The spacing to place between a check box and the Label of a CheckButton widget.
RADIO_SIZE The default size of a check box to use for Style.draw_radio().
RADIO_SPACING The spacing to place between a check box and the Label of a RadioButton widget.
IMAGEBUTTON_SPACING The spacing to place between an image and the Label of an ImageButton widget.
SCALE_BORDER The border type to use for the scale rectangle of a Scale widget.
SCALE_COLOR The fill color for the scale line.
HSCALE_SLIDER_SIZE VSCALE_SLIDER_SIZE The default size of the HScale and VScale slider.
SCROLLBAR_BORDER The border type to use for the Scrollbar borders.
SCROLLBAR_BUTTON_BORDER The border type to use for the buttons placed on a ScrollBar widget . HSCROLLBAR_BUTTON_SIZE VSCROLLBAR_BUTTON_SIZE The default size of the HScrollBar and VScrollBar buttons.
PROGRESSBAR_BORDER The border type of the ProgressBar widget.
IMAGEMAP_BORDER The border type of the ImageMap widget.
STATUSBAR_BORDER The border type of the StatusBar widget.
WINDOW_BORDER The border type of the Window widget.
VIEWPORT_BORDER The border type of the ViewPort widget.
ACTIVE_BORDER The default border type to indicate, that a widget has the input focus.
ACTIVE_BORDER_SPACE The spacin to place between the widget's border and the active border.
CAPTION_BORDER The border type of a window caption.
CAPTION_ACTIVE_COLOR CAPTION_INACTIVE_COLOR The default color information of the window caption.
PROGRESS_COLOR The default color information for progress indicators.
SELECTION_COLOR The default color for selections.
TOOLTIPWINDOW_BORDER The border type of the TooltipWindow widget.
TOOLTIPWINDOW_COLOR The background color of the TooltipWindow widget.| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Jan 10 10:18:43 2008 | http://epydoc.sf.net |