gtk-GtkPaperSize            package:RGtk2            R Documentation

_G_t_k_P_a_p_e_r_S_i_z_e

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

     Support for named paper sizes

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkPaperSizeNew(name = NULL)'
      'gtkPaperSizeNewFromPpd(ppd.name, ppd.display.name, width,
     height)'
      'gtkPaperSizeNewCustom(name, display.name, width, height, unit)'
      'gtkPaperSizeCopy(object)'
      'gtkPaperSizeIsEqual(object, size2)'
      'gtkPaperSizeGetPaperSizes(include.custom)'
      'gtkPaperSizeGetName(object)'
      'gtkPaperSizeGetDisplayName(object)'
      'gtkPaperSizeGetPpdName(object)'
      'gtkPaperSizeGetWidth(object, unit)'
      'gtkPaperSizeGetHeight(object, unit)'
      'gtkPaperSizeIsCustom(object)'
      'gtkPaperSizeSetSize(object, width, height, unit)'
      'gtkPaperSizeGetDefaultTopMargin(object, unit)'
      'gtkPaperSizeGetDefaultBottomMargin(object, unit)'
      'gtkPaperSizeGetDefaultLeftMargin(object, unit)'
      'gtkPaperSizeGetDefaultRightMargin(object, unit)'
      'gtkPaperSizeGetDefault()'
      'gtkPaperSizeNewFromKeyFile(key.file, group.name, .errwarn =
     TRUE)'
      'gtkPaperSizeToKeyFile(object, key.file, group.name)'

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

     GtkPaperSize handles paper sizes. It uses the standard called 
     "PWG 5101.1-2002 PWG: Standard for Media Standardized Names" 

     to name the paper sizes (and to get the data for the page sizes).
     In addition to standard paper sizes, GtkPaperSize allows to
     construct custom paper sizes with arbitrary dimensions.

     The 'GtkPaperSize' object stores not only the dimensions (width
     and height) of a paper size and its name, it also provides default
     print margins.

     Printing support has been added in GTK+ 2.10.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_P_a_p_e_r_S_i_z_e' _undocumented _


_E_n_u_m_s _a_n_d _F_l_a_g_s:


     '_G_t_k_U_n_i_t' _undocumented _

          '_p_i_x_e_l' _undocumented _

          '_p_o_i_n_t_s' _undocumented _

          '_i_n_c_h' _undocumented _

          '_m_m' _undocumented _


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/gtk-GtkPaperSize.html>

_S_e_e _A_l_s_o:

     'GtkPageSetup'

