~ubuntu-branches/ubuntu/gutsy/tk8.4/gutsy-updates

« back to all changes in this revision

Viewing changes to doc/panedwindow.n

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2005-09-06 14:35:13 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050906143513-7ns3rwufmpiq871b
Tags: 8.4.11-1
* New upstream release.
* Needed to fix mechanism for picking up SONAME.  Now uses special
  macro, TK_SHLIB_LD_EXTRAS, and only for Linux, Hurd and DebianBSD.
* Fixed some possible-bashisms in preinst.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
'\" See the file "license.terms" for information on usage and redistribution
6
6
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
7
7
'\" 
8
 
'\" RCS: @(#) $Id: panedwindow.n,v 1.2.2.2 2004/10/28 12:25:22 dkf Exp $
 
8
'\" RCS: @(#) $Id: panedwindow.n,v 1.2.2.3 2004/12/20 10:03:17 dkf Exp $
9
9
'\" 
10
10
.so man.macros
11
11
.TH panedwindow n 8.4 Tk "Tk Built-In Commands"
144
144
.TP
145
145
\fIpathName \fBsash dragto \fIindex x y\fR
146
146
This command computes the difference between the given coordinates and the
147
 
coordinates given to the last \fBsash coord\fR command for the given
 
147
coordinates given to the last \fBsash mark\fR command for the given
148
148
sash.  It then moves that sash the computed difference.  The return
149
149
value is the empty string.
150
150
.TP
151
151
\fIpathName \fBsash mark \fIindex x y\fR
152
152
Records \fIx\fR and \fIy\fR for the sash given by \fIindex\fR; used in
153
 
conjunction with later dragto commands to move the sash.
 
153
conjunction with later \fBsash dragto\fR commands to move the sash.
154
154
.TP
155
155
\fIpathName \fBsash place \fIindex x y\fR
156
156
Place the sash given by \fIindex\fR at the given coordinates.