~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkWindowSetKeepAbove.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
that crashes if not.}
10
10
\usage{gtkWindowSetKeepAbove(object, setting)}
11
11
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{GtkWindow}}]  a \verb{\link{GtkWindow}}}
13
 
\item{\verb{setting}}{[logical]  whether to keep \code{window} above other windows}
 
12
\item{\verb{object}}{a \code{\link{GtkWindow}}}
 
13
\item{\verb{setting}}{whether to keep \code{window} above other windows}
14
14
}
15
15
\details{It's permitted to call this function before showing a window,
16
16
in which case the window will be kept above when it appears onscreen
17
17
initially.
18
18
  
19
 
You can track the above state via the "window_state_event" signal
20
 
on \verb{\link{GtkWidget}}.
 
19
You can track the above state via the "window-state-event" signal
 
20
on \code{\link{GtkWidget}}.
21
21
  
22
22
Note that, according to the Extended Window 
23
 
Manager Hints (\url{http://www.org/Standards/wm-spec}) specification, the above state is mainly meant 
 
23
Manager Hints (\url{http://www.freedesktop.org/Standards/wm-spec}) specification, the above state is mainly meant 
24
24
for user preferences and should not be used by applications e.g. for 
25
 
drawing attention to their dialogs.  
26
 
 
27
 
  Since  2.4}
 
25
drawing attention to their dialogs.
 
26
  Since 2.4}
28
27
\author{Derived by RGtkGen from GTK+ documentation}
29
28
\keyword{internal}