home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XOpenOM(3X11) XLIB FUNCTIONS XOpenOM(3X11)
-
-
- NNAAMMEE
- XOpenOM, XCloseOM, XSetOMValues, XGetOMValues, XDisplay-
- OfOM, XLocaleOfOM - open output methods
-
- SSYYNNTTAAXX
- XOM XOpenOM(_d_i_s_p_l_a_y, _d_b, _r_e_s___n_a_m_e, _r_e_s___c_l_a_s_s)
- Display *_d_i_s_p_l_a_y;
- XrmDatabase _d_b;
- char *_r_e_s___n_a_m_e;
- char *_r_e_s___c_l_a_s_s;
-
- Status XCloseOM(_o_m)
- XOM _o_m;
-
- char * XSetOMValues(_o_m, ...)
- XOM _o_m;
-
- char * XGetOMValues(_o_m, ...)
- XOM _o_m;
-
- Display * XDisplayOfOM(_o_m)
- XOM _o_m;
-
- char * XLocaleOfOM(_o_m)
- XOM _o_m;
-
- AARRGGUUMMEENNTTSS
- _d_i_s_p_l_a_y Specifies the connection to the X server.
-
- _d_b Specifies a pointer to the resource database.
-
- _r_e_s___n_a_m_e Specifies the full resource name of the applica-
- tion.
-
- _r_e_s___c_l_a_s_s Specifies the full class name of the applica-
- tion.
-
- _o_m Specifies the output method.
-
- ... Specifies the variable length argument list to
- set or get XOM values.
-
- DDEESSCCRRIIPPTTIIOONN
- The _X_O_p_e_n_O_M function opens an output method matching the
- current locale and modifiers specification. The current
- locale and modifiers are bound to the output method when
- _X_O_p_e_n_O_M is called. The locale associated with an output
- method cannot be changed.
-
- The specific output method to which this call will be
- routed is identified on the basis of the current locale
- and modifiers. _X_O_p_e_n_O_M will identify a default output
- method corresponding to the current locale. That default
- can be modified using _X_S_e_t_L_o_c_a_l_e_M_o_d_i_f_i_e_r_s to set the
-
-
-
- X Version 11 Release 6.1 1
-
-
-
-
-
- XOpenOM(3X11) XLIB FUNCTIONS XOpenOM(3X11)
-
-
- output method modifier.
-
- The db argument is the resource database to be used by the
- output method for looking up resources that are private to
- the output method. It is not intended that this database
- be used to look up values that can be set as OC values in
- an output context. If db is NULL, no database is passed
- to the output method.
-
- The res_name and res_class arguments specify the resource
- name and class of the application. They are intended to
- be used as prefixes by the output method when looking up
- resources that are common to all output contexts that may
- be created for this output method. The characters used
- for resource names and classes must be in the X Portable
- Character Set. The resources looked up are not fully
- specified if res_name or res_class is NULL.
-
- The res_name and res_class arguments are not assumed to
- exist beyond the call to _X_O_p_e_n_O_M. The specified resource
- database is assumed to exist for the lifetime of the out-
- put method.
-
- _X_O_p_e_n_O_M returns NULL if no output method could be opened.
-
- The _X_C_l_o_s_e_O_M function closes the specified output method.
-
- The _X_S_e_t_O_M_V_a_l_u_e_s function presents a variable argument
- list programming interface for setting properties or fea-
- tures of the specified output method. This function
- returns NULL if it succeeds; otherwise, it returns the
- name of the first argument that could not be obtained.
-
- No standard arguments are currently defined by Xlib.
-
- The _X_G_e_t_O_M_V_a_l_u_e_s function presents a variable argument
- list programming interface for querying properties or fea-
- tures of the specified output method. This function
- returns NULL if it succeeds; otherwise, it returns the
- name of the first argument that could not be obtained.
-
- The _X_D_i_s_p_l_a_y_O_f_O_M function returns the display associated
- with the specified output method.
-
- The _X_L_o_c_a_l_e_O_f_O_M returns the locale associated with the
- specified output method.
-
- SSEEEE AALLSSOO
- XCreateOC(3X11), XCreateFontSet(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
-
-
-