Page: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
|
A set of popup menus that allow you full access to editres's features. |
|
The panner allows a more intuitive way to scroll the application tree display. |
|
Displays information to the user about the action that editres expects of her. |
|
This area will be used to display the selected application's widget tree. |
For example, xman only creates the widgets for its topbox when
it starts up. None of the widgets for the manual page window are created until the user
actually clicks on the Manual Page button. If you retrieved xman's widget tree
before the manual page is active, you may wish to refresh the widget tree after the manual
page has been displayed. This will allow you to also edit the manual page's resources.
Home |
In addition there are keyboard accelerators for each of the Tree operations. If the input focus is over an individual widget in the tree, then that operation will only effect that widget. If the input focus is in the Tree background it will have exactly the same effect as the corresponding menu item.
The translation entries shown may be applied to any widget in the application. If that widget is a child of the Tree widget, then it will only affect that widget, otherwise it will have the same effect as the commands in the tree menu.
Flash Active Widgets
Key | Option | Translation Entry |
space | Unselect | Select(nothing) |
w | Select | Select(widget) |
s | Select | Select(all) |
i | Invert | Select(invert) |
c | Select Children | Select(children) |
d | Select Descendants | Select(descendants) |
p | Select Parent | Select(parent) |
a | Select Ancestors | Select(ancestors) |
N | Show Widget Names | Relabel(name) |
C | Show Class Names | Relabel(class) |
I | Show Widget IDs | Relabel(id) |
W | Show Widget Windows | Relabel(window) |
T | Toggle Widget/Class Name | Relabel(toggle) |
Home |
Unfortunately due to design constraints imposed on the widgets by the X Toolkit and the
Resource Manager, trying to coerce an inherently static system into dynamic behavior can
cause strange results. There is no guarantee that the results of an apply will be the same
as what will happen when you save the value and restart the application. This
functionality is provided to try to give you a rough feel for what your changes will
accomplish, and the results obtained should be considered suspect at best. Having said
that, this is one of the ncatest features of editres, and I strongly suggest that you play
with it, and see what it can do.
all | Block all requests. |
setValues | Block all SetValues requests. As this is the only editres request that actually modifies the application, this is in effect stating that the application is read-only. |
none | Allow all editres requests. |
Home |
Home |
Home |
---|
The kinds of font files read by mkfontdir depend on configuration parameters, but typically include PCF (suffix ".pcf"), SNF (suffix ".snf") and BDF (suffix ".bdf"). If a font exists in multiple formats, mkfontdir will first choose PCF, then SNF and finally BDF.
The first line of fonts.dir gives the number of fonts in the file. The remaining lines
list the fonts themselves, one per line, in two fields. First is the name of the font
file, followed by a space and the name of the font.
If neither the alias nor the value specifies the size fields of the font name, this is a scalable alias. A font name of any size that matches this alias will be mapped to the same size of the font that the alias resolves to.
When a font alias is used, the name it references is searched for in the normal manner, looking through each font directory in turn. This means that the aliases need not mention fonts in the same directory as the alias file.
To embed white space in either name, simply enclose it in double-quote marks; to embed double-quote marks (or any other character), precede them with back-slash:
"magic-alias with spaces" "" "fontname" with quotes"
regular-alias | fixed |
If the string "FILE_NAMES_ALIASES" stands alone on a line, each file-name in
the directory (stripped of its suffix) will be used as an alias for that font.
|
List of fonts in the directory and the files they are stored in. Created by mkfontdir. Read by the X server and font server each time the font path is set (see xset(1)). |
|
List of scalable fonts in the directory. Contents are copied to fonts.dir by mkfontdir. |
|
List of font name aliases. Read by the X server and font server each time the font path is set (see xset(1)). |
Home |
---|
*customization: | -color |
This will cause oclock to pick up the colors in the app-defaults color customization file: < XRoot> /lib/X 11/app-defaults/Clock-color. Below are the default colors:
Clock*Background: grey
Clock*BorderColor: light blue
Clock*hour: yellow
Clock*jewel: yellow
Clock*minute: yellow
Home |
---|
-u | This option indicates that Bourne shell commands should be generated even if the user's current shell isn't /bin/sh. |
-c | This option indicates that C shell commands should be generated even if the user's current shell isn't /bin/csh. |
-s [rows columns] | This option indicates that Sun console escape sequences will be used instead of the special xterm escape code. If rows and columns are given, resize will ask the xterm to resize itself. However, the window manager may choose to disallow the change. |
/etc/termcap | for the base termcap entry to modify. |
~/.cshrc | user's alias for the command. |
Home |
---|
System V has a better interface to /etc/utmp than BSD; it dynamically allocates entries in the file, instead of writing them at fixed positions indexed by position in /etc/ttys.
To manage BSD-style utmp files, sessreg has two strategies. In conjunction with xdm, the -x option counts the number of lines in /etc/ttys and then adds to that the number of the line in the Xservers file which specifies the display. The display name must be specified as the "line-name" using the -l option. This sum is used as the "slot-number" in /etc/utmp that this entry will be written at. In the more general case, the -s option specifies the slot-number directly. If for some strange reason your system uses a file other that /etc/ttys to manage init, the -t option can direct sessreg to look elsewhere for a count of terminal sessions.
Conversely, System V managers will not ever need to use these options (-x, -s and -t). To make the program easier to document and explain, sessreg accepts the BSD-specific flags in the System V environment and ignores them.
BSD also has a host-name field in the utmp file which doesn't exist in System V. This
option is also ignored by the System V version of sessreg.
Home |
---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Home |
Contents | Previous Chapter | Chapter 1 Cont. | Next Chapter |