*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tk/raise (3)              
Title
Content
Arch
Section
 

Contents


raise(3Tk)							    raise(3Tk)


NAME    [Toc]    [Back]

     raise - Change a window's position	in the stacking	order

SYNOPSIS    [Toc]    [Back]

     raise window ?aboveThis?

DESCRIPTION    [Toc]    [Back]

     If	the aboveThis argument is omitted then the command raises window so
     that it is	above all of its siblings in the stacking order	(it will not
     be	obscured by any	siblings and will obscure any siblings that overlap
     it).  If aboveThis	is specified then it must be the path name of a	window
     that is either a sibling of window	or the descendant of a sibling of
     window.  In this case the raise command will insert window	into the
     stacking order just above aboveThis (or the ancestor of aboveThis that is
     a sibling of window); this	could end up either raising or lowering
     window.

KEYWORDS    [Toc]    [Back]

     obscure, raise, stacking order
RAISE(3C)							     RAISE(3C)


NAME    [Toc]    [Back]

     raise - send signal to executing program

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int raise (int sig);

DESCRIPTION    [Toc]    [Back]

     raise sends the signal sig	to the calling thread.	This is	functionally
     equivalent	to calling pthread_kill(pthread_self(),	sig<b>).

SEE ALSO    [Toc]    [Back]

      
      
     kill(2), pthread_kill(3P),	signal(2), sigaction(2).

DIAGNOSTICS    [Toc]    [Back]

     raise returns zero	if the signal was successfully sent, -1	and errno is
     set to indicate the error.	 See kill(2) for possible errors.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
seek IRIX Change the access position for an open file
bindtags IRIX Determine which bindings apply to a window, and order of evaluation
form_cursor OpenBSD position a form window cursor
movetoplev IRIX Adjust the position of a top-level window
menu_cursor NetBSD position cursor in menu window
pos_form_cursor OpenBSD position a form window cursor
getorigin IRIX returns the position of a graphics window
pos_form_cursor FreeBSD position a form window cursor
form_cursor FreeBSD position a form window cursor
winposition IRIX changes the size and position of the current graphics window
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service