font.tcl
This file is part of Unifix BWidget Toolkit
Index of commands:
- SelectFont::create
- SelectFont::configure
- SelectFont::cget
- SelectFont::_draw
- SelectFont::_destroy
- SelectFont::_modstyle
- SelectFont::_update
- SelectFont::_getfont
- SelectFont::_init
| SelectFont | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval SelectFont { |
|
| SelectFont::_destroy | |
| Comments | Command SelectFont::_destroy |
| Arguments | path |
| Used by | |
| Uses | Widget::destroy |
proc SelectFont::_destroy { path } { |
|
| SelectFont::_draw | |
| Comments | Command SelectFont::_draw |
| Arguments | path |
| Used by | |
| Uses | Dialog::draw Widget::destroy Widget::getoption |
proc SelectFont::_draw { path } { |
|
| SelectFont::_getfont | |
| Comments | Command SelectFont::_getfont |
| Arguments | path |
| Used by | |
| Uses | Widget::getoption |
proc SelectFont::_getfont { path } { |
|
| SelectFont::_modstyle | |
| Comments | Command SelectFont::_modstyle |
| Arguments | path style |
| Used by | |
| Uses | |
proc SelectFont::_modstyle { path style } { |
|
| SelectFont::_update | |
| Comments | Command SelectFont::_update |
| Arguments | path |
| Used by | SelectFont::create |
| Uses | Widget::getoption Widget::setoption |
proc SelectFont::_update { path } { |
|
| SelectFont::cget | |
| Comments | Command SelectFont::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc SelectFont::cget { path option } { |
|
| SelectFont::configure | |
| Comments | Command SelectFont::configure |
| Arguments | path args |
| Used by | |
| Uses | LabelFrame::configure Dialog::getframe Widget::getoption LabelFrame::getframe ScrolledWindow::configure Dialog::configure Widget::configure ComboBox::configure Widget::hasChanged |
proc SelectFont::configure { path args } { |
|
| SelectFont::create | |
| Comments | Command SelectFont::create |
| Arguments | path args |
| Used by | |
| Uses | Widget::init LabelFrame::getframe Dialog::create Bitmap::get Dialog::add ScrolledWindow::setwidget Widget::getoption Dialog::getframe LabelFrame::configure ScrolledWindow::create BWidget::getname LabelFrame::create ComboBox::create SelectFont::_update |
proc SelectFont::create { path args } { |
|
| SelectFont::loadfont | |
| Comments | Command SelectFont::loadfont |
| Arguments | which |
| Used by | |
| Uses | |
proc SelectFont::loadfont {{which all}} { |
|