[ Odielib Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

taotk::meta::widget(n) 9.1 odielib ""

Name

taotk::meta::widget - Class taotk::meta::widget

Table Of Contents

Synopsis

Description

Ancestors:

Methods

action::destroy

Called during the destructor of taotk widgets prior to the destruction of tk objects and the unlinking and destruction of the object and it's subobjects. It gives complex UIs an easy to maintain shim with which to respond to the object's destruction, without having to modify the the (admitedly) complex taotk object destructor.

check_required_args

This command is run after the arguments are inputted internally, and should throw an error if a needed argument was not given a value.

drawn

Return true of the object was drawn

EventDestroy window

A private method that catches tk events and ensures the <Destroy> we are seeing is intended for us.

field::default f row field varname args
field::option f field args

Display a dynamic widget representing an option

instate args
Option_set::colorstate newvalue
Option_set::row newvalue
Option_set::stylesheet newvalue
state args
tkalias tkname

Renames the tcl command that represents the widget to one that resides in the object's namespace. It then renames the object to catch calls to the tk path.

Widget::bind
widget::children
Widget::default args
Widget::destructor
Widget::dynamic_methods
widget::focus
widget::leaf
widget::parent
widget::toplevel
Widget::unbind window

Defuses the <Destroy> binding in this object's tk window.

REFERENCES

AUTHORS

Sean Woods

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category taotk of the Odielib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

odielib, taotk, taotk::meta::widget

Category

Class