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

taotk_procs(n) 9.1 odielib "Module taotk procs"

Name

taotk_procs - Module taotk procs

Table Of Contents

Synopsis

Description

COMMANDS

balenter w x y text
balloon target message ?cx? ?cy?
balmotion w x y text
closeallwindows

Closes all floating windows

console:start

Open a console window for direct access to the Tcl/Tk command interface to the IRM software suite

floatingwindow w
grabdisplay script
htmlbox title text ?wwidth?
kill_balloon
odiecenterwindow w ?parent?
odiefocus w
odieinstruct text args

Bring up an instructional message

The text of the message is TEXT. It should be no more than two lines. Additional arguments specify buttons to place at the right together with scripts to run when those buttons are pressed. If TEXT is an empty string, the instructional panel is removed from display

odieminibutton f args
odiemodalwindow w ?title? ?parent?
odietoplevel w args

Create a visual control dialog Useful utility routines

scrollframe outerFrame args

proc scrollFrame {name args} scrollFrame - Returns the name of a frame within a canvas attached to vanishing scrollbars. Arguments name The name of the parent frame NOTE :: NON-CONVENTIONAL RETURN - RETURNS THE INTERNAL NAME, NOT THE NAME OF THE PARENT WINDOW!!! args Arguments to be passed to frame and canvas Results Creates 2 frames, a canvas and a two scrollbars. |-------------| <- Outer holding frame | cccccccccc ^| Canvas within outer frame | cffffffffc || Frame within canvas | cf fc || | cffffffffc |<-- Vertical Scrollbar within outer frame | cccccccccc V| | <--------> | Horizontal Scrollbar within outer frame |-------------|

set_balloon target message
setballooncanvasitem w id text
sqlitecon::_edit origtxt ?title?

An in-line editor for SQL

sqlitecon::create w prompt title db

Create a console widget named $w. The prompt string is $prompt. The title at the top of the window is $title. The database connection object is $db

sqlitecon::start

Bring up the console for TPE debugging

taotk::dialog args

A replacement for tk_messageBox , it pops up a message without being a modal dialog box

taotk::dialog_types

A modal dialog

taotk::dynamic_widget tkpath field varname args
taotk::meta::widget_select info
taotk::option_inferences field args
taotk::utils::options_width values

Sizes a combobox to fit widest element

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

Category

Procs