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

  1.  
  2.  
  3.  
  4. BlackPixelOfScreen(3X11)  XLIB FUNCTIONS BlackPixelOfScreen(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        BlackPixelOfScreen, WhitePixelOfScreen, CellsOfScreen,
  9.        DefaultColormapOfScreen, DefaultDepthOfScreen, DefaultG-
  10.        COfScreen, DefaultVisualOfScreen, DoesBackingStore, Does-
  11.        SaveUnders, DisplayOfScreen, XScreenNumberOfScreen, Event-
  12.        MaskOfScreen, HeightOfScreen, HeightMMOfScreen, MaxCmap-
  13.        sOfScreen, MinCmapsOfScreen, PlanesOfScreen, RootWindowOf-
  14.        Screen, WidthOfScreen, WidthMMOfScreen - screen informa-
  15.        tion functions and macros
  16.  
  17. SSYYNNTTAAXX
  18.        BlackPixelOfScreen(_s_c_r_e_e_n)
  19.  
  20.        WhitePixelOfScreen(_s_c_r_e_e_n)
  21.  
  22.        CellsOfScreen(_s_c_r_e_e_n)
  23.  
  24.        DefaultColormapOfScreen(_s_c_r_e_e_n)
  25.  
  26.        DefaultDepthOfScreen(_s_c_r_e_e_n)
  27.  
  28.        DefaultGCOfScreen(_s_c_r_e_e_n)
  29.  
  30.        DefaultVisualOfScreen(_s_c_r_e_e_n)
  31.  
  32.        DoesBackingStore(_s_c_r_e_e_n)
  33.  
  34.        DoesSaveUnders(_s_c_r_e_e_n)
  35.  
  36.        DisplayOfScreen(_s_c_r_e_e_n)
  37.  
  38.        int XScreenNumberOfScreen(_s_c_r_e_e_n)
  39.          Screen *_s_c_r_e_e_n;
  40.  
  41.        EventMaskOfScreen(_s_c_r_e_e_n)
  42.  
  43.        HeightOfScreen(_s_c_r_e_e_n)
  44.  
  45.        HeightMMOfScreen(_s_c_r_e_e_n)
  46.  
  47.        MaxCmapsOfScreen(_s_c_r_e_e_n)
  48.  
  49.        MinCmapsOfScreen(_s_c_r_e_e_n)
  50.  
  51.        PlanesOfScreen(_s_c_r_e_e_n)
  52.  
  53.        RootWindowOfScreen(_s_c_r_e_e_n)
  54.  
  55.        WidthOfScreen(_s_c_r_e_e_n)
  56.  
  57.        WidthMMOfScreen(_s_c_r_e_e_n)
  58.  
  59. AARRGGUUMMEENNTTSS
  60.        _s_c_r_e_e_n     Specifies the appropriate _S_c_r_e_e_n structure.
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. BlackPixelOfScreen(3X11)  XLIB FUNCTIONS BlackPixelOfScreen(3X11)
  71.  
  72.  
  73. DDEESSCCRRIIPPTTIIOONN
  74.        The _B_l_a_c_k_P_i_x_e_l_O_f_S_c_r_e_e_n macro returns the black pixel value
  75.        of the specified screen.
  76.  
  77.        The _W_h_i_t_e_P_i_x_e_l_O_f_S_c_r_e_e_n macro returns the white pixel value
  78.        of the specified screen.
  79.  
  80.        The _C_e_l_l_s_O_f_S_c_r_e_e_n macro returns the number of colormap
  81.        cells in the default colormap of the specified screen.
  82.  
  83.        The _D_e_f_a_u_l_t_C_o_l_o_r_m_a_p_O_f_S_c_r_e_e_n macro returns the default col-
  84.        ormap of the specified screen.
  85.  
  86.        The _D_e_f_a_u_l_t_D_e_p_t_h_O_f_S_c_r_e_e_n macro returns the default depth
  87.        of the root window of the specified screen.
  88.  
  89.        The _D_e_f_a_u_l_t_G_C_O_f_S_c_r_e_e_n macro returns the default GC of the
  90.        specified screen, which has the same depth as the root
  91.        window of the screen.
  92.  
  93.        The _D_e_f_a_u_l_t_V_i_s_u_a_l_O_f_S_c_r_e_e_n macro returns the default visual
  94.        of the specified screen.
  95.  
  96.        The _D_o_e_s_B_a_c_k_i_n_g_S_t_o_r_e macro returns _W_h_e_n_M_a_p_p_e_d, _N_o_t_U_s_e_f_u_l,
  97.        or _A_l_w_a_y_s, which indicate whether the screen supports
  98.        backing stores.
  99.  
  100.        The _D_o_e_s_S_a_v_e_U_n_d_e_r_s macro returns a Boolean value indicat-
  101.        ing whether the screen supports save unders.
  102.  
  103.        The _D_i_s_p_l_a_y_O_f_S_c_r_e_e_n macro returns the display of the spec-
  104.        ified screen.
  105.  
  106.        The _X_S_c_r_e_e_n_N_u_m_b_e_r_O_f_S_c_r_e_e_n function returns the screen
  107.        index number of the specified screen.
  108.  
  109.        The _E_v_e_n_t_M_a_s_k_O_f_S_c_r_e_e_n macro returns the root event mask of
  110.        the root window for the specified screen at connection
  111.        setup.
  112.  
  113.        The _H_e_i_g_h_t_O_f_S_c_r_e_e_n macro returns the height of the speci-
  114.        fied screen.
  115.  
  116.        The _H_e_i_g_h_t_M_M_O_f_S_c_r_e_e_n macro returns the height of the spec-
  117.        ified screen in millimeters.
  118.  
  119.        The _M_a_x_C_m_a_p_s_O_f_S_c_r_e_e_n macro returns the maximum number of
  120.        installed colormaps supported by the specified screen.
  121.  
  122.        The _M_i_n_C_m_a_p_s_O_f_S_c_r_e_e_n macro returns the minimum number of
  123.        installed colormaps supported by the specified screen.
  124.  
  125.        The _P_l_a_n_e_s_O_f_S_c_r_e_e_n macro returns the number of planes in
  126.        the root window of the specified screen.
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. BlackPixelOfScreen(3X11)  XLIB FUNCTIONS BlackPixelOfScreen(3X11)
  137.  
  138.  
  139.        The _R_o_o_t_W_i_n_d_o_w_O_f_S_c_r_e_e_n macro returns the root window of
  140.        the specified screen.
  141.  
  142.        The _W_i_d_t_h_O_f_S_c_r_e_e_n macro returns the width of the specified
  143.        screen.
  144.  
  145.        The _W_i_d_t_h_M_M_O_f_S_c_r_e_e_n macro returns the width of the speci-
  146.        fied screen in millimeters.
  147.  
  148. SSEEEE AALLSSOO
  149.        AllPlanes(3X11), ImageByteOrder(3X11), IsCursorKey(3X11)
  150.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. X Version 11           Release 6.1                3
  197.  
  198.  
  199.