File: features.html

package info (click to toggle)
python-pmw 0.8.5-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,820 kB
  • ctags: 3,468
  • sloc: python: 14,898; makefile: 37; sh: 17
file content (91 lines) | stat: -rw-r--r-- 2,904 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91

    <html>
    <head>
    <meta name="description" content="Pmw - a toolkit for building high-level compound widgets in Python">
    <meta name="content" content="python, megawidget, mega widget, compound widget, gui, tkinter">
    <title>Pmw features</title>
    </head>

    <body bgcolor="#ffffff" text="#000000" link="#0000ee"
	vlink="551a8b" alink="ff0000">

    <h1 ALIGN="CENTER">Pmw features</h1>
    <p>
    
<p>
    Pmw is a toolkit for building high-level compound widgets, or
    <em>megawidgets</em>, constructed using other widgets as component parts. 
    It promotes consistent look and feel within and between graphical
    applications, is highly configurable to your needs and is easy to
    use.</p>

<p>    Pmw consists of:</p>
<ul><li><p>A few base classes, providing a foundation for building
          megawidgets.</p>


<li><p>A library of flexible and extensible megawidgets built on
          the base classes, such as buttonboxes, notebooks,
          comboboxes, selection widgets, paned widgets, scrolled
          widgets and dialog windows.</p>


<li><p>A lazy importer/dynamic loader which is automatically
          invoked when Pmw is first imported.  This gives unified
          access to all Pmw classes and functions through the <strong>Pmw.</strong>
          prefix.  It also speeds up module loading time by only
          importing Pmw sub-modules when needed.</p>


<li><p>Reference documentation, consisting of complete listings of
          megawidget options, methods and components.  Full
          descriptions are also available for all the base classes and
          several other megawidget classes.  Descriptions of the other
          megawidgets will be released soon.</p>


<li><p>A test framework and tests for Pmw megawidgets.</p>


<li><p>A slick demonstration of the megawidgets.</p>


<li><p>An interface to the BLT busy, graph and vector commands.</p>

</ul>

<p>    The interface to Pmw megawidgets is similar to basic Tk widgets, so it
    is easy for developers to include both megawidgets and basic Tk
    widgets in their graphical applications.  In addition, Pmw
    megawidgets may themselves be extended, using either inheritance or
    composition.</p>

<p>    The use of the Pmw megawidgets replaces common widget combinations
    with higher level abstractions.  This simplifies code, making it
    more readable and maintainable.  The ability to extend Pmw
    megawidgets enables developers to create new megawidgets based on
    previous work.</p>

<p></p>



    <center><P ALIGN="CENTER">
    <IMG SRC = blue_line.gif ALT = "" WIDTH=320 HEIGHT=5>
    </p></center>
    

    <font size=-1>
    <center><P ALIGN="CENTER">
    <a href="index.html">Home</a>. 
    Pmw 0.8.5
    Maintainer
    <a href="mailto:gregm@iname.com">gregm@iname.com</a>.
     9 Feb 2001
    
    </p></center>
    </font>

    </body>
    </html>