File: AboutDialog_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 (34 lines) | stat: -rw-r--r-- 917 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
complete = 1
reviewdate = "18 May 2002"

name = """
    window to display version and contact information
"""

description = """
    An about dialog is a dialog window which displays information
    about the application, such as name, version, copyright and
    contact details.

    The text of the message is constructed from the application name
    (given by the *applicationname* option) followed by the values
    supplied in the most recent calls to /Pmw.aboutversion()/,
    /Pmw.aboutcopyright()/ and /Pmw.aboutcontact()/ functions.

    The icon of the message defaults to *'info'*, but may be changed
    using the *icon_bitmap* component option.

"""

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

text['options']['applicationname'] = """
    The name of application, to be dispayed in the dialog body and in
    the window title if the *title* option is not given.

"""

text['components'] = {}

text['methods'] = {}