gdkWindowNew              package:RGtk2              R Documentation

_g_d_k_W_i_n_d_o_w_N_e_w

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

     Creates a new 'GdkWindow' using the attributes from 'attributes'.
     See 'GdkWindowAttr' and 'GdkWindowAttributesType' for more
     details.  Note: to use this on displays other than the default
     display, 'parent' must be specified.

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

     gdkWindowNew(parent = NULL, attributes)

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

'parent': ['GdkWindow']  a 'GdkWindow', or 'NULL' to create the window
          as a child of the default root window for the default
          display.

'attributes': ['GdkWindowAttr']  attributes of the new window

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

     ['GdkWindow']  the new 'GdkWindow'

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

     Derived by RGtkGen from GTK+ documentation

