home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XSetTransientForHint(3X11)XLIB FUNCTIONSXSetTransientForHint(3X11)
-
-
- NNAAMMEE
- XSetTransientForHint, XGetTransientForHint - set or read a
- window's WM_TRANSIENT_FOR property
-
- SSYYNNTTAAXX
- XSetTransientForHint(_d_i_s_p_l_a_y, _w, _p_r_o_p___w_i_n_d_o_w)
- Display *_d_i_s_p_l_a_y;
- Window _w;
- Window _p_r_o_p___w_i_n_d_o_w;
-
- Status XGetTransientForHint(_d_i_s_p_l_a_y, _w,
- _p_r_o_p___w_i_n_d_o_w___r_e_t_u_r_n)
- Display *_d_i_s_p_l_a_y;
- Window _w;
- Window *_p_r_o_p___w_i_n_d_o_w___r_e_t_u_r_n;
-
- AARRGGUUMMEENNTTSS
- _d_i_s_p_l_a_y Specifies the connection to the X server.
-
- _w Specifies the window.
-
- _p_r_o_p___w_i_n_d_o_w
- Specifies the window that the WM_TRANSIENT_FOR
- property is to be set to.
-
- _p_r_o_p___w_i_n_d_o_w___r_e_t_u_r_n
- Returns the WM_TRANSIENT_FOR property of the
- specified window.
-
- DDEESSCCRRIIPPTTIIOONN
- The _X_S_e_t_T_r_a_n_s_i_e_n_t_F_o_r_H_i_n_t function sets the
- WM_TRANSIENT_FOR property of the specified window to the
- specified prop_window.
-
- _X_S_e_t_T_r_a_n_s_i_e_n_t_F_o_r_H_i_n_t can generate _B_a_d_A_l_l_o_c and _B_a_d_W_i_n_d_o_w
- errors.
-
- The _X_G_e_t_T_r_a_n_s_i_e_n_t_F_o_r_H_i_n_t function returns the
- WM_TRANSIENT_FOR property for the specified window. It
- returns a nonzero status on success; otherwise, it returns
- a zero status.
-
- _X_G_e_t_T_r_a_n_s_i_e_n_t_F_o_r_H_i_n_t can generate a _B_a_d_W_i_n_d_o_w error.
-
- PPRROOPPEERRTTIIEESS
- WM_TRANSIENT_FOR
- Set by application programs to indicate to the
- window manager that a transient top-level win-
- dow, such as a dialog box.
-
- DDIIAAGGNNOOSSTTIICCSS
- _B_a_d_A_l_l_o_c The server failed to allocate the requested
- resource or server memory.
-
-
-
-
- X Version 11 Release 6.1 1
-
-
-
-
-
- XSetTransientForHint(3X11)XLIB FUNCTIONSXSetTransientForHint(3X11)
-
-
- _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
- defined Window.
-
- SSEEEE AALLSSOO
- XAllocClassHint(3X11), XAllocIconSize(3X11), XAllocSize-
- Hints(3X11), XAllocWMHints(3X11), XSetCommand(3X11), XSet-
- TextProperty(3X11), XSetWMClientMachine(3X11), XSetWMCol-
- ormapWindows(3X11), XSetWMIconName(3X11), XSetWM-
- Name(3X11), XSetWMProperties(3X11), XSetWMProtocols(3X11),
- XStringListToTextProperty(3X11)
- _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 2
-
-
-