gdkScreenBroadcastClientMessage    package:RGtk2    R Documentation

_g_d_k_S_c_r_e_e_n_B_r_o_a_d_c_a_s_t_C_l_i_e_n_t_M_e_s_s_a_g_e

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

     On X11, sends an X ClientMessage event to all toplevel windows on
     'screen'.

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

     gdkScreenBroadcastClientMessage(object, event)

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

'object': ['GdkScreen']  the 'GdkScreen' where the event will be
          broadcasted.

 'event': ['GdkEvent']  the 'GdkEvent'.

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

     Toplevel windows are determined by checking for the WM_STATE
     property,  as described in the Inter-Client Communication
     Conventions Manual (ICCCM). If no windows are found with the
     WM_STATE property set, the message is  sent to all children of the
     root window.

     On Windows, broadcasts a message registered with the name
     GDK_WIN32_CLIENT_MESSAGE to all top-level windows. The amount of
     data is limited to one long, i.e. four bytes.  

     Since  2.2

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

     Derived by RGtkGen from GTK+ documentation

