entry.tcl
This file is part of Unifix BWidget Toolkit
$Id: entry.tcl,v 1.16 2001/06/11 23:58:40 hobbs Exp $
Index of commands:
- Entry::create
- Entry::configure
- Entry::cget
- Entry::_destroy
- Entry::_init_drag_cmd
- Entry::_end_drag_cmd
- Entry::_drop_cmd
- Entry::_over_cmd
- Entry::_auto_scroll
- Entry::_scroll
| Entry | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval Entry { |
|
| Entry::_auto_scroll | |
| Comments | Command Entry::_auto_scroll |
| Arguments | path x |
| Used by | |
| Uses | DropSite::setcursor |
proc Entry::_auto_scroll { path x } { |
|
| Entry::_destroy | |
| Comments | Command Entry::_destroy |
| Arguments | path |
| Used by | |
| Uses | Widget::destroy |
proc Entry::_destroy { path } { |
|
| Entry::_drop_cmd | |
| Comments | Command Entry::_drop_cmd |
| Arguments | path source X Y op type dnddata |
| Used by | Entry::create Entry::configure |
| Uses | Widget::getoption |
proc Entry::_drop_cmd { path source X Y op type dnddata } { |
|
| Entry::_end_drag_cmd | |
| Comments | Command Entry::_end_drag_cmd |
| Arguments | path target op type dnddata result |
| Used by | Entry::configure Entry::create |
| Uses | Widget::getoption |
proc Entry::_end_drag_cmd { path target op type dnddata result } { |
|
| Entry::_init_drag_cmd | |
| Comments | Command Entry::_init_drag_cmd |
| Arguments | path X Y top |
| Used by | Entry::create Entry::configure |
| Uses | Widget::getoption |
proc Entry::_init_drag_cmd { path X Y top } { |
|
| Entry::_over_cmd | |
| Comments | Command Entry::_over_cmd |
| Arguments | path source event X Y op type dnddata |
| Used by | Entry::configure Entry::create |
| Uses | DropSite::setcursor Widget::getoption |
proc Entry::_over_cmd { path source event X Y op type dnddata } { |
|
| Entry::_path_command | |
| Comments | Command Entry::_path_command |
| Arguments | path cmd larg |
| Used by | Entry::create |
| Uses | |
proc Entry::_path_command { path cmd larg } { |
|
| Entry::_scroll | |
| Comments | Command Entry::_scroll |
| Arguments | path dir x xmax |
| Used by | |
| Uses | DropSite::setcursor |
proc Entry::_scroll { path dir x xmax } { |
|
| Entry::cget | |
| Comments | Command Entry::cget |
| Arguments | path option |
| Used by | ComboBox::setvalue SpinBox::create ComboBox::_focus_in SpinBox::getvalue ComboBox::_mapliste SpinBox::setvalue ComboBox::getvalue |
| Uses | Widget::cget |
proc Entry::cget { path option } { |
|
| Entry::configure | |
| Comments | Command Entry::configure |
| Arguments | path args |
| Used by | SpinBox::setvalue ComboBox::setvalue ComboBox::create SpinBox::create ComboBox::configure |
| Uses | Entry::_init_drag_cmd Entry::_end_drag_cmd DragSite::setdrag Widget::configure Entry::_over_cmd Widget::hasChangedX Widget::getMegawidgetOption DynamicHelp::sethelp Widget::cget DropSite::setdrop Entry::_drop_cmd |
proc Entry::configure { path args } { |
|
| Entry::create | |
| Comments | Command Entry::create |
| Arguments | path args |
| Used by | LabelEntry::create ComboBox::create SpinBox::create |
| Uses | Entry::_drop_cmd Entry::_init_drag_cmd DynamicHelp::sethelp Entry::_path_command DragSite::setdrag Widget::parseArgs Widget::getMegawidgetOption DropSite::setdrop Widget::initFromODB Entry::_over_cmd Widget::cget Entry::_end_drag_cmd |
proc Entry::create { path args } { |
|
| Entry::invoke | |
| Comments | Command Entry::invoke |
| Arguments | path |
| Used by | |
| Uses | Widget::getMegawidgetOption |
proc Entry::invoke { path } { |
|