Table of Contents

PmwContribD Source Documentation  

PmwContribD Contributed Tk Mega-Widgets

This library consists of several Pmw-based Tkinter widgets including a ProgressMeter, basic TreeNavigator and a GUI application framework for creating simple GUI apps quickly.

See the home page for more details about the package contents.

See the Pmw site for more details about Pmw.

Download

Download the latest version of PmwContribD from SourceForge .

Thanks to <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=9678" width="88" height="31" border="0" alt="SourceForge Logo"></A> for hosting PmwContribD development.

Introduction

The complete documentation for all files and classes is below. This section gives a higher level description of a few components of PmwContribD to get you started.

Support Classes

Not all of the classes in the library are GUI components.

UserPrefs

A class for managing user preferences in a preferences file.

GuiAppD

An extensive, but simple, GUI application framework. Many of the powerful Tk features are available directly as methods. Many Pmw or PmwContribD widgets are available automatically (for instance PrefsDialog and HelpTree). Remove the drudge-work of creating a Tk application by subclassing GuiAppD and filling in the blanks.

Dialogs

PrefsDialog

The PrefsDialog automatically builds a GUI to let the user edit preferences managed by a UserPrefs class. Look at the Whacky Chat client sample application to see how this is used.

FontChooserDialog

The FontChooserDialog provides a UI for interactively changing a Tk font specification. The user sees a preview of the font they are selecting.

TagAttributeChooserDialog

The TagAttributeChooserDialog extends the FontChooserDialog and adds a tab for editing the extra attributes available for tag faces in the Tk Text widget.

ProgressDialog

Typical dialog for showing a ProgressBar or ProgressDial.

Widgets

MCScrolledListBox

A scrolled list with multiple columns. Supports various selection modes. Display and selection values are sequences of tuples (no formatting or parsing!).

TreeNavigator or TreeExplorer

Simple widgets to display and manipulate tree data structures.

PipeOutputWindow

A wrapper for shell commands that allows the face for each command output line to be selected based on a regular expression.

Installation

PmwContribD now uses the Distutils installation system. To install the package, run:

    % python setup.py install

with the appropriate priviledges.


Table of Contents

This document was automatically generated on Mon Sep 17 17:47:46 2001 by HappyDoc version r2_0