File: LabeledWidget_text.py

package info (click to toggle)
python-pmw 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,968 kB
  • sloc: python: 42,737; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (2)
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
complete = 1
reviewdate = "8 November 1998"

name = """
    frame with label
"""

description = """
    This megawidget consists of an interior frame with an associated
    label which can be positioned on any side of the frame.  The
    programmer can create other widgets within the interior frame.

"""

text = {}
text['options'] = {}

text['options']['sticky'] = """
    A combination of *'n'*, *'s'*, *'e'* and *'w'* which is used to
    position the *labelchildsite* component within the *hull* component.

"""

text['components'] = {}

text['components']['labelchildsite'] = """
    The frame which can contain other widgets to be labelled.

"""

text['methods'] = {}

text['methods']['interior'] = """
    Return the frame within which the programmer may create widgets. 
    This is the same as /component(\\'labelchildsite\\')/.

"""