File 'gui/widget.cls' (part of 'Pool_GuiBase')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'widget'
- -foreground
- Foreground color of widget.
- -background
- Background color of widget.
- -activeforeground
- Foreground color of widget in active state.
- -activebackground
- Background color of widget in active state.
- -highlightthickness
- Width of border (in pixels) reserved for highlighting of widget.
- -relief
- Relief of widget (sunken, raised, ...)
default value: flat
- -border
- Width of widget border, in pixels.
default value: 0
- -width
- The requested width of the widget, in pixels.
- -height
- The requested height of the widget, in pixels.
- -data
- Allows the association of arbitrary information with the widget. This class will not interpret the contents of this option and its subclasses should not do it either.
PropagateOption (option oldValue)
|
|
Argument: option
|
The name of the changed option.
|
Argument: oldValue
|
The value the option had before the change.
|
SetFrame (option oldValue)
|
|
Argument: option
|
The name of the changed option.
|
Argument: oldValue
|
The value the option had before the change.
|
addSubwidget (name path)
|
|
Argument: name
|
Symbolic name of the registered component.
|
Argument: path
|
tk widet path of the registered component.
|
frameWidget (args)
|
|
Argument: args
|
Subcommand to invoke, and its arguments.
|
Returns: See description.
|
subwidget (name args)
|
|
Argument: name
|
Symbolic name of the component, must be the same as used in the call to addSubwidget.
|
Argument: args
|
Subcommand to invoke, and its arguments. Can be empty, see description.
|
Returns: See description.
|
- widgetType
- Type of the master widget containing the components of the megawidgets. Defaults to 'frame', but is overiden by dialog to 'toplevel'.
initial value: frame
- subWidgets
- Maps from logical names of the user visible widget components to their actual paths. Such components are registered during widget creation (in createSubwidgets) by calling addSubwidget.
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries