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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
'\" t
.\" aegis - project change supervisor
.\" Copyright (C) 1999 Peter Miller;
.\" All rights reserved.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
.\"
.\" MANIFEST: manual page describing the tkaenc command.
.\"
.so z_name.so
.ds n) tkaenc
.TH "\*(n) -Glup" 1 \*(N) "Reference Manual" ""
.SH NAME
\*(n) \- GUI interface for aenc, using TCL/TK
.XX "tkaenc(1)" "GUI interface for aenc, using TCL/TK"
.SH SYNOPSIS
.B \*(n)
.SH DESCRIPTION
The
.I "\*(n)"
command is used to provide a GUI interface to \fIaenc\fP(1). Its use
should be self-evident to anyone familiar with Aegis.
.PP
The top line of the screen contains button for selecting the project.
It will be defaulted using the usual Aegis defaulting rules.
Click on the buttons to obtain a pick list if you
want to change it; then double-click an item to select it. (I would have
used tk_optionMenu, but it doesn't have a scroll bar, even when all the
items don't fit on the screen.)
.PP
The middle section contains text entry areas, for editing the
\fIbrief_description\fP and \fIdescription\fP fields of the change
attributes. The text wraps in a natural way, both here and in (say)
the ``\fI\*(n) -list change_details\fP'' listing, so only use newlines
to indicate end-of-paragraph.
.PP
The lower section contains three boxes. The first is the testing required
for the change \- select as many or as few as is appropriate. The second
a set of radio buttons to select the change cause \- pick one.
.PP
The third box is whether to begin development immediately (it will
also run the \fIaedb\fP(1) command), or whether to leave the change in
\fIawaiting development\fP.
.PP
The ``OK'' and ``Cancel'' buttons do what you expect. The cancel
button simply quits. The OK button runs the \fIaenc\fP(1) command \-
if anything goes wrong (\fIe.g.\fP asking for testing exemptions you
can't have) then the error message will be displayed in the message area
at the bottom of the window.
.PP
The number of the change will be printed on a message on the standard
output, just as for a normal \fIaenc\fP(1) command.
.SH OPTIONS
There are no command line options.
.so z_exit.so
.SH SEE ALSO
.TP 8n
.IR aenc (1)
Create new changes from the command line.
.TP 8n
.IR aedb (1)
Begin development of changes from the command line.
.TP 8n
.IR tkaegis (1)
GUI interface for Aegis, using TCL/TK
.so z_cr.so
|