HappyDoc Generated Documentation ./CGLtk/Hybrid.py

. / CGLtk / Hybrid.py 

Functions   
  color_column 
color_column (
        frame,
        heading,
        column,
        rows,
        initial=None,
        callbacks=None,
        )

Make a column of color wells in a grid.

  float_variable_value 
float_variable_value ( v,  default=None )
  canvas_column 
canvas_column (
        frame,
        heading,
        column,
        rows,
        width,
        height,
        )

Make a column of canvases in a grid.

  trace_tk_variable 
trace_tk_variable ( var,  callback )

Call a callback with no arguments when Tk variable value changes.

If a Tk variable changes within a write callback for that variable another invocation of the callback is not made by the Tk trace mechanism. This code remedies that, calling the callback repeatedly until the variable does not change.

  label_column 
label_column (
        frame,
        heading,
        column,
        rows,
        initial=None,
        )

Make a column of labels in a grid

  checkbutton_column 
checkbutton_column (
        frame,
        heading,
        column,
        rows,
        initial=None,
        )

Make a column of check buttons in a grid.

  entry_column 
entry_column (
        frame,
        heading,
        column,
        rows,
        initial=None,
        )

Make a column of entry fields in a grid.

  bitmap 
bitmap ( name )
  integer_variable_value 
integer_variable_value (
        v,
        default=None,
        minimum=None,
        )
  destroy_child_widgets 
destroy_child_widgets ( w )
  scrollbar_adjuster 
scrollbar_adjuster ( sbar )

Return function to set scrollbar range. Functioon will remove scrollbar from grid if full document is visible.

Classes   

Feature_Buttons_Panel

Row of checkbuttons eaching popping up a specific panel.

BooleanVariable

Scrollable_Text

Text with vertical and horizontal scrollbars.

StringVariable

Wrappers around Tk variables that allows variables to be set without

Updating_Option_Menu

Option menu with label on left that updates entries whenever menu is posted.

Menu

Menu button and pane.

Radiobutton_Row

Row of radio buttons packed in a frame.

Scrollable_List

List with vertical and horizontal scrollbars.

Popup_Panel

Checkbutton

Checkbutton and variable to hold state.

DoubleVariable

Checkbutton_Row

Row of checkbuttons packed in a frame.

Scale

Horizontal scale with label, entry, and slider packed into a frame.

Balloon_Help

Pops up text when mouse is over a Tk widget. Delay is in seconds.

Checkbutton_Entries

Checkbutton followed by text with interpersed entry fields.

Logarithmic_Scale

Horizontal scale with label, entry, and slider packed into a frame.

Variable

Wrapper around Tk variables that allows variables to be set without

Entry

Entry with a label on left.

Button_Row

Row of buttons packed in a frame.

Option_Menu

Option menu with label on left.


This document was automatically generated Fri May 30 21:13:50 2008 by HappyDoc version 3.1