diff options
author | Frederic Peters <fpeters@0d.be> | 2009-08-10 03:29:53 +0100 |
---|---|---|
committer | Lucas Rocha <lucasr@gnome.org> | 2009-08-10 03:29:53 +0100 |
commit | 81dc4ae2e2db09d4bfa087db9667a5cf2fbc061c (patch) | |
tree | 1dd79109bdf3b39aff88c3af12a03e28c956497a /data | |
parent | [progress] Improve code to update of percentage (diff) | |
download | zenity-81dc4ae2e2db09d4bfa087db9667a5cf2fbc061c.tar.gz zenity-81dc4ae2e2db09d4bfa087db9667a5cf2fbc061c.tar.bz2 zenity-81dc4ae2e2db09d4bfa087db9667a5cf2fbc061c.zip |
Bug 541400 - document use of $WINDOWID variable
Diffstat (limited to 'data')
-rw-r--r-- | data/zenity.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/zenity.1 b/data/zenity.1 index 9acfcc45..63e5a151 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -282,6 +282,12 @@ Show version of program. .PP Also the standard GTK+ options are accepted. +.SH ENVIRONMENT + +Normally, zenity detects the terminal window from which it was launched and +keeps itself above that window. This behavior can be disabled by unsetting the +WINDOWID environment variable. + .SH EXAMPLES Display a file selector with the title \fISelect a file to |