gtkWidgetCreatePangoLayout       package:RGtk2       R Documentation

_g_t_k_W_i_d_g_e_t_C_r_e_a_t_e_P_a_n_g_o_L_a_y_o_u_t

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

     Creates a new 'PangoLayout' with the appropriate font map, font
     description, and base direction for drawing text for this widget.

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

     gtkWidgetCreatePangoLayout(object, text)

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

'object': ['GtkWidget']  a 'GtkWidget'

  'text': [character]  text to set on the layout (can be 'NULL')

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

     If you keep a 'PangoLayout' created in this way around, in order
     to notify the layout of changes to the base direction or font of
     this widget, you must call 'pangoLayoutContextChanged' in response
     to the '::style-set' and '::direction-changed' signals  for the
     widget.

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

     ['PangoLayout']  the new 'PangoLayout'

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

     Derived by RGtkGen from GTK+ documentation

