gdk-General              package:RGtk2              R Documentation

_G_e_n_e_r_a_l

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

     Library initialization and miscellaneous functions

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gdkNotifyStartupComplete()'
      'gdkNotifyStartupCompleteWithId(id)'
      'gdkGetProgramClass()'
      'gdkSetProgramClass(program.class)'
      'gdkGetDisplay()'
      'gdkFlush()'
      'gdkScreenWidth()'
      'gdkScreenHeight()'
      'gdkScreenWidthMm()'
      'gdkScreenHeightMm()'
      'gdkPointerGrab(window, owner.events = FALSE, event.mask = 0,
     confine.to = NULL, cursor = NULL, time = "GDK_CURRENT_TIME")'
      'gdkPointerUngrab(time = "GDK_CURRENT_TIME")'
      'gdkPointerIsGrabbed()'
      'gdkSetDoubleClickTime(msec)'
      'gdkKeyboardGrab(window, owner.events = FALSE, time =
     "GDK_CURRENT_TIME")'
      'gdkKeyboardUngrab(time = "GDK_CURRENT_TIME")'
      'gdkBeep()'

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

     This section describes the GDK initialization functions and
     miscellaneous utility functions.

_E_n_u_m_s _a_n_d _F_l_a_g_s:


     '_G_d_k_G_r_a_b_S_t_a_t_u_s' Returned by 'gdkPointerGrab' and 'gdkKeyboardGrab'
          to indicate  success or the reason for the failure of the
          grab attempt.

          '_s_u_c_c_e_s_s' the resource was successfully grabbed.

          '_a_l_r_e_a_d_y-_g_r_a_b_b_e_d' the resource is actively grabbed by another
               client.

          '_i_n_v_a_l_i_d-_t_i_m_e' the resource was grabbed more recently than
               the  specified time.

          '_n_o_t-_v_i_e_w_a_b_l_e' the grab window or the 'confine.to' window are
               not viewable.

          '_f_r_o_z_e_n' the resource is frozen by an active grab of another
               client.


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

     Derived by RGtkGen from GTK+ documentation

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

     <URL: http://developer.gnome.org/doc/API/2.0/gdk/gdk-General.html>

