~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to demos/programs/todo/todo.help

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<title>Overview</title>
 
2
<bold>todo-manage todo lists</bold>
 
3
 
 
4
todo
 
5
 
 
6
Todo is a simple todo list manager.  It provides a demonstration of
 
7
the XmNotebook widget.  To use todo,  you should be able to simply run
 
8
it from any directory.
 
9
 
 
10
Files:
 
11
      $HOME/.todo The user's todo list
 
12
 
 
13
X Defaults:
 
14
      The class of this application is XmDTodo.  The name of the widgets of
 
15
      particular interest are:
 
16
 
 
17
      notebook    The XmNotebook widget
 
18
      text        The XmText widget
 
19
      label       The status area XmLabel widget
 
20
 
 
21
      To set a specific resource in your .Xdefaults file,  you specify the
 
22
      particular widget and resource.  For example,  if we wished to assign
 
23
      specific colors to the text widget's and notebook widget's background,
 
24
      we could do the following:
 
25
 
 
26
      XmDTodo*notebook.background:  forestgreen
 
27
      XmDTodo*text.background:      white
 
28
 
 
29
<title>About printing</title>
 
30
Todo outputs a text file with partially formatted data.  
 
31
 
 
32
Each page is headed by a underlined subject line.  Otherwise 
 
33
the text from the page is printed as is.
 
34