gtkPrintOperationSetNPages       package:RGtk2       R Documentation

_g_t_k_P_r_i_n_t_O_p_e_r_a_t_i_o_n_S_e_t_N_P_a_g_e_s

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

     Sets the number of pages in the document.

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

     gtkPrintOperationSetNPages(object, n.pages)

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

'object': ['GtkPrintOperation']  a 'GtkPrintOperation'

'n.pages': [integer]  the number of pages

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

     This _must_ be set to a positive number before the rendering
     starts. It may be set in a  '"begin-print"' signal hander.

     Note that the page numbers passed to the  '"request-page-setup"' 
     and '"draw-page"' signals are 0-based, i.e. if  the user chooses
     to print all pages, the last ::draw-page signal  will be for page
     'n.pages' - 1.  

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

