home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xsettransientforhint.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. XSetTransientForHint(3X11)XLIB FUNCTIONSXSetTransientForHint(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XSetTransientForHint, XGetTransientForHint - set or read a
  9.        window's WM_TRANSIENT_FOR property
  10.  
  11. SSYYNNTTAAXX
  12.        XSetTransientForHint(_d_i_s_p_l_a_y, _w, _p_r_o_p___w_i_n_d_o_w)
  13.          Display *_d_i_s_p_l_a_y;
  14.          Window _w;
  15.          Window _p_r_o_p___w_i_n_d_o_w;
  16.  
  17.        Status XGetTransientForHint(_d_i_s_p_l_a_y, _w,
  18.        _p_r_o_p___w_i_n_d_o_w___r_e_t_u_r_n)
  19.          Display *_d_i_s_p_l_a_y;
  20.          Window _w;
  21.          Window *_p_r_o_p___w_i_n_d_o_w___r_e_t_u_r_n;
  22.  
  23. AARRGGUUMMEENNTTSS
  24.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  25.  
  26.        _w     Specifies the window.
  27.  
  28.        _p_r_o_p___w_i_n_d_o_w
  29.          Specifies the window that the WM_TRANSIENT_FOR
  30.          property is to be set to.
  31.  
  32.        _p_r_o_p___w_i_n_d_o_w___r_e_t_u_r_n
  33.          Returns the WM_TRANSIENT_FOR property of the
  34.          specified window.
  35.  
  36. DDEESSCCRRIIPPTTIIOONN
  37.        The _X_S_e_t_T_r_a_n_s_i_e_n_t_F_o_r_H_i_n_t function sets the
  38.        WM_TRANSIENT_FOR property of the specified window to the
  39.        specified prop_window.
  40.  
  41.        _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
  42.        errors.
  43.  
  44.        The _X_G_e_t_T_r_a_n_s_i_e_n_t_F_o_r_H_i_n_t function returns the
  45.        WM_TRANSIENT_FOR property for the specified window.  It
  46.        returns a nonzero status on success; otherwise, it returns
  47.        a zero status.
  48.  
  49.        _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.
  50.  
  51. PPRROOPPEERRTTIIEESS
  52.        WM_TRANSIENT_FOR
  53.          Set by application programs to indicate to the
  54.          window manager that a transient top-level win-
  55.          dow, such as a dialog box.
  56.  
  57. DDIIAAGGNNOOSSTTIICCSS
  58.        _B_a_d_A_l_l_o_c     The server failed to allocate the requested
  59.          resource or server memory.
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XSetTransientForHint(3X11)XLIB FUNCTIONSXSetTransientForHint(3X11)
  71.  
  72.  
  73.        _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
  74.          defined Window.
  75.  
  76. SSEEEE AALLSSOO
  77.        XAllocClassHint(3X11), XAllocIconSize(3X11), XAllocSize-
  78.        Hints(3X11), XAllocWMHints(3X11), XSetCommand(3X11), XSet-
  79.        TextProperty(3X11), XSetWMClientMachine(3X11), XSetWMCol-
  80.        ormapWindows(3X11), XSetWMIconName(3X11), XSetWM-
  81.        Name(3X11), XSetWMProperties(3X11), XSetWMProtocols(3X11),
  82.        XStringListToTextProperty(3X11)
  83.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.