flagStringToValue    package:RGtkBindingGenerator    R Documentation

_C_o_n_v_e_r_t _a _G_t_k-_s_p_e_c_i_f_i_c_a_t_i_o_n _o_f _e_n_u_m_e_r_a_t_i_o_n _o_r _f_l_a_g _v_a_l_u_e_s _t_o _S

_D_e_s_c_r_i_p_t_i_o_n:

     This splits a string giving an OR of different enumeration or flag
     values into a character vector of the different flag/enumeration
     values. This is used in the processing of the defs files and
     specifically the values of the default arguments. It is not part
     of the run-time, user-level RGtk interface.

_U_s_a_g_e:

     flagStringToValue(value)

_A_r_g_u_m_e_n_t_s:

   value: the string containing the ORed enumeration or flag value
          names, e.g. '"GTK_DEBUG_OBJECTS|GTK_DEBUG_MISC"'

_V_a_l_u_e:

     A character vector giving the names of the different enumeration
     or flag values.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RGtk> <URL:
     http://www.omegahat.org/GtkAutoBindingGen>   <URL:
     http://www.gtk.org>

_S_e_e _A_l_s_o:

     'getDefaultSArgs'

_E_x_a_m_p_l_e_s:

