.GtkCall                package:RGtk                R Documentation

_A _G_t_k-_s_p_e_c_i_f_i_c ._C_a_l_l()

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

     This is a wrapper for the general '.Call' that adds an optional
     call to 'gdkFlush' at the end to flush all of the Gdk and Gtk
     events to update the display, etc.

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

     .GtkCall(name, ..., .flush=TRUE)

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

    name: the name of the native C routine to call.

     ...: the arguments to pass to the C routine. These can contain the
          specific named arguments for '.Call' such as 'PACKAGE' and
          'DUP'.

  .flush: a logical value indicating whether to call 'gdkFlush' after
          the '.Call' returns.

_D_e_t_a_i_l_s:

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

     The value returned by the actual call to '.Call'.

_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:

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

     '.Call'

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

