gtkCalendarGetDate           package:RGtk2           R Documentation

_g_t_k_C_a_l_e_n_d_a_r_G_e_t_D_a_t_e

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

     Obtains the selected date from a 'GtkCalendar'.

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

     gtkCalendarGetDate(object)

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

'object': ['GtkCalendar']  a 'GtkCalendar'

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

     A list containing the following elements: 

  'year': [numeric]  location to store the year number, or 'NULL'

 'month': [numeric]  location to store the month number (between 0 and
          11), or 'NULL'

   'day': [numeric]  location to store the day number (between 1 and
          31), or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

