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

« back to all changes in this revision

Viewing changes to demos/programs/getsubres/README

  • 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
/* $XConsortium: README /main/4 1996/07/15 14:04:34 drk $ */
 
2
 
 
3
Getsubres: a viewer of Motif widget resources</bold>
 
4
----------------------------------------------------
 
5
 
 
6
getsubres uses XmGetSecondaryResourceData to fetch the widget
 
7
resources that XtGetResourceList won't see.
 
8
 
 
9
You can specify which widget resources to display on the command
 
10
line by using the syntax "getsubres CLASS_NAME" with one of those names:
 
11
 
 
12
  Object, RectObj, Widget, Core, Composite, Constraint,
 
13
  Primitive, ScrollBar, ArrowB, List, Separator, TextF,
 
14
  Label, DrawnB, PushB, ToggleB, CascadeB, Text,
 
15
  Gadget, ArrowBG, SeparatorG, LabelG, PushBG, ToggleBG, 
 
16
  CascadeBG, Manager, BulletinB, DrawingA, Frame, MainW, 
 
17
  Form, RowCol, ScrolledW, PanedW, SelectionB, FileSB, 
 
18
  MessageB, Scale, Command, Display, Screen, DragContext,       
 
19
  DragIcon, DropSiteMgr, DropTransfer, DragOverS,
 
20
  Shell, OverrideShell, WMShell, MenuShell, VendorS,
 
21
  ToplevelShell, ApplicationShell, TransientShell, 
 
22
  DialogShell, Container, IconGadget, Notebook, ComboBox, 
 
23
  SpinBox (default is Widget)
 
24
 
 
25
Or you can use "getsubres All".
 
26
 
 
27
 
 
28
Daniel Dardailler