gtkTipsQuerySetLabels         package:RGtk2         R Documentation

_g_t_k_T_i_p_s_Q_u_e_r_y_S_e_t_L_a_b_e_l_s

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

     Sets the text to display when the query is not in effect, and the
     text to display when the query is in effect but the widget beneath
     the pointer has no tooltip. *WARNING: 'gtk_tips_query_set_labels'
     is deprecated and should not be used in newly-written code.*

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

     gtkTipsQuerySetLabels(object, label.inactive, label.no.tip)

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

'object': ['GtkTipsQuery'] a 'GtkTipsQuery'.

'label.inactive': [character] the text to display when the query is not
          running.

'label.no.tip': [character] the text to display when the query is
          running but the widget beneath the pointer has no tooltip.

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

     Derived by RGtkGen from GTK+ documentation

