gtkAssistantSetForwardPageFunc     package:RGtk2     R Documentation

_g_t_k_A_s_s_i_s_t_a_n_t_S_e_t_F_o_r_w_a_r_d_P_a_g_e_F_u_n_c

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

     Sets the page forwarding function to be 'page.func', this function
     will be used to determine what will be the next page when the user
     presses the forward button. Setting 'page.func' to 'NULL' will
     make the assistant to use the default forward function, which just
     goes to the next visible  page.

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

     gtkAssistantSetForwardPageFunc(object, page.func, data)

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

'object': ['GtkAssistant']  a 'GtkAssistant'

'page.func': ['GtkAssistantPageFunc']  the 'GtkAssistantPageFunc', or
          'NULL' to use the default one

  'data': [R object]  user data for 'page.func'

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

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

