gtkPrintOperationIsFinished      package:RGtk2      R Documentation

_g_t_k_P_r_i_n_t_O_p_e_r_a_t_i_o_n_I_s_F_i_n_i_s_h_e_d

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

     A convenience function to find out if the print operation is
     finished, either successfully ('GTK_PRINT_STATUS_FINISHED') or
     unsuccessfully ('GTK_PRINT_STATUS_FINISHED_ABORTED').

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

     gtkPrintOperationIsFinished(object)

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

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

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

     Note: when you enable print status tracking the print operation
     can be in a non-finished state even after done has been called, as
     the operation status then tracks the print job status on the
     printer.  

     Since  2.10

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

     [logical] 'TRUE', if the print operation is finished.

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

     Derived by RGtkGen from GTK+ documentation

