gtkEntryPrependText          package:RGtk2          R Documentation

_g_t_k_E_n_t_r_y_P_r_e_p_e_n_d_T_e_x_t

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

     Prepends the given text to the contents of the widget. *WARNING:
     'gtk_entry_prepend_text' is deprecated and should not be used in
     newly-written code. 'gtkEntryPrependText' is deprecated and should
     not be used in newly-written code. Use 'gtkEditableInsertText'
     instead.*

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

     gtkEntryPrependText(object, text)

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

'object': ['GtkEntry']  a 'GtkEntry'

  'text': [character]  the text to prepend

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

     Derived by RGtkGen from GTK+ documentation

