Home
last modified time | relevance | path

Searched refs:tip_text (Results 1 – 25 of 110) sorted by relevance

12345

/dports/www/drupal9/drupal-9.2.10/core/modules/tour/tests/src/FunctionalJavascript/
H A DTourJavascriptTest.php87 $tip_text = $tip_to_close->getText();
89 $this->assertStringContainsString('1 of 3', $tip_text);
90 $this->assertStringNotContainsString('End tour', $tip_text);
108 $tip_text = $tip2->getText();
109 $this->assertStringContainsString('The awesome image', $tip_text);
110 $this->assertStringContainsString('2 of 3', $tip_text);
111 $this->assertStringNotContainsString('End tour', $tip_text);
119 $tip_text = $tip3->getText();
120 $this->assertStringContainsString('Im all these things', $tip_text);
121 $this->assertStringContainsString('3 of 3', $tip_text);
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkTooltips.xs42 ## void gtk_tooltips_set_tip (GtkTooltips *tooltips, GtkWidget *widget, const gchar *tip_text, cons…
44 gtk_tooltips_set_tip (tooltips, widget, tip_text, tip_private=NULL)
47 const gchar * tip_text
54 gtk_tooltips_set_tip (tooltips, widget, tip_text, real_tip_private);
66 Returns a hash reference with the keys: tooptips, widget, tip_text, and
70 GtkWidget that this tooltip data is associated with. tip_text is a string
94 if (ret->tip_text)
95 gperl_hv_take_sv_s(hv, "tip_text", newSVpv(ret->tip_text, 0));
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktooltips.c132 g_free (tooltipsdata->tip_text); in gtk_tooltips_destroy_data()
227 const gchar *tip_text, in gtk_tooltips_set_tip() argument
237 if (!tip_text) in gtk_tooltips_set_tip()
249 g_free (tooltipsdata->tip_text); in gtk_tooltips_set_tip()
252 tooltipsdata->tip_text = g_strdup (tip_text); in gtk_tooltips_set_tip()
267 tooltipsdata->tip_text = g_strdup (tip_text); in gtk_tooltips_set_tip()
281 gtk_widget_set_tooltip_text (widget, tip_text); in gtk_tooltips_set_tip()
H A Dgtktipsquery.c80 const gchar *tip_text,
388 const gchar *tip_text, in gtk_tips_query_widget_entered() argument
393 if (!tip_text) in gtk_tips_query_widget_entered()
394 tip_text = tips_query->label_no_tip; in gtk_tips_query_widget_entered()
396 if (!g_str_equal (GTK_LABEL (tips_query)->label, (gchar*) tip_text)) in gtk_tips_query_widget_entered()
397 gtk_label_set_text (GTK_LABEL (tips_query), tip_text); in gtk_tips_query_widget_entered()
431 tdata ? tdata->tip_text : NULL, in gtk_tips_query_emit_widget_entered()
504 tdata ? tdata->tip_text : NULL, in gtk_tips_query_event()
H A Dgtktipsquery.h79 const gchar *tip_text,
83 const gchar *tip_text,
H A Dgtktooltips.h54 gchar *tip_text; member
96 const gchar *tip_text,
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtooltips.cc41 void Tooltips::set_tip(Gtk::Widget& widget, const Glib::ustring& tip_text) in set_tip() argument
43 gtk_tooltips_set_tip(gobj(), widget.gobj(), tip_text.c_str(), 0); in set_tip()
165 void Tooltips::set_tip(Widget& widget, const Glib::ustring& tip_text, const Glib::ustring& tip_priv… in set_tip() argument
167 gtk_tooltips_set_tip(gobj(), (widget).gobj(), tip_text.c_str(), tip_private.c_str()); in set_tip()
H A Dtooltips.h138 void set_tip(Widget& widget, const Glib::ustring& tip_text, const Glib::ustring& tip_private);
139 void set_tip(Widget& widget, const Glib::ustring& tip_text);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dtaskbar.cpp230 const char *tip_text = NULL; in SetIcon() local
232 tip_text = m_tipText.utf8_str(); in SetIcon()
239 gtk_status_icon_set_tooltip_text(m_statusIcon, tip_text); in SetIcon()
244 gtk_status_icon_set_tooltip(m_statusIcon, tip_text); in SetIcon()
252 if (tip_text && m_tooltips == NULL) in SetIcon()
259 gtk_tooltips_set_tip(m_tooltips, m_eggTrayIcon, tip_text, ""); in SetIcon()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dtaskbar.cpp230 const char *tip_text = NULL; in SetIcon() local
232 tip_text = m_tipText.utf8_str(); in SetIcon()
239 gtk_status_icon_set_tooltip_text(m_statusIcon, tip_text); in SetIcon()
244 gtk_status_icon_set_tooltip(m_statusIcon, tip_text); in SetIcon()
252 if (tip_text && m_tooltips == NULL) in SetIcon()
259 gtk_tooltips_set_tip(m_tooltips, m_eggTrayIcon, tip_text, ""); in SetIcon()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dtaskbar.cpp236 const char *tip_text = NULL; in SetIcon() local
238 tip_text = m_tipText.utf8_str(); in SetIcon()
245 gtk_status_icon_set_tooltip_text(m_statusIcon, tip_text); in SetIcon()
250 gtk_status_icon_set_tooltip(m_statusIcon, tip_text); in SetIcon()
258 if (tip_text && m_tooltips == NULL) in SetIcon()
265 gtk_tooltips_set_tip(m_tooltips, m_eggTrayIcon, tip_text, ""); in SetIcon()
/dports/devel/anjuta/anjuta-3.34.0/plugins/sourceview/
H A Dassist-tip.c86 gchar* tip_text; in assist_tip_set_tips() local
105 tip_text = g_markup_printf_escaped ("<tt>%s</tt>", text); in assist_tip_set_tips()
106 gtk_label_set_markup(GTK_LABEL(tip->label), tip_text); in assist_tip_set_tips()
109 g_free(tip_text); in assist_tip_set_tips()
/dports/security/putty/putty-0.76/windows/
H A Dsizetip.c15 static COLORREF tip_text; variable
49 SetTextColor(hdc, tip_text); in SizeTipWndProc()
126 tip_text = RGB(0, 0, 0); in UpdateSizeTip()
132 tip_text = GetSysColor(COLOR_INFOTEXT); in UpdateSizeTip()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dsizetip.c15 static COLORREF tip_text; variable
49 SetTextColor(hdc, tip_text); in SizeTipWndProc()
126 tip_text = RGB(0, 0, 0); in UpdateSizeTip()
132 tip_text = GetSysColor(COLOR_INFOTEXT); in UpdateSizeTip()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dspin-slider.cpp22 double climb_rate, int digits, const SPAttr a, const char* tip_text) in SpinSlider() argument
33 if (tip_text){ in SpinSlider()
34 _scale.set_tooltip_text(tip_text); in SpinSlider()
35 _spin.set_tooltip_text(tip_text); in SpinSlider()
H A Dspin-scale.cpp23 const SPAttr a, const Glib::ustring tip_text) in SpinScale() argument
31 _inkspinscale.set_tooltip_text (tip_text); in SpinScale()
44 const SPAttr a, const Glib::ustring tip_text) in SpinScale() argument
52 _inkspinscale.set_tooltip_text (tip_text); in SpinScale()
H A Dspin-scale.h35 const SPAttr a = SPAttr::INVALID, const Glib::ustring tip_text = "");
40 const SPAttr a = SPAttr::INVALID, const Glib::ustring tip_text = "");
/dports/games/edge/Edge-1.35-source/src/
H A Drad_act.cc109 SV_FreeString(current->tip_text); in RAD_ResetTips()
136 SV_FreeString(current->tip_text); in SendTip()
139 current->tip_text = SV_DupString(language[tip->tip_ldf]); in SendTip()
140 else if (tip->tip_text) in SendTip()
141 current->tip_text = SV_DupString(tip->tip_text); in SendTip()
143 current->tip_text = NULL; in SendTip()
146 if (current->tip_text && current->tip_text != R->last_con_message) in SendTip()
148 CON_Printf("%s\n", current->tip_text); in SendTip()
149 R->last_con_message = current->tip_text; in SendTip()
220 HUD_DrawText(x, y, current->tip_text); in RAD_DisplayTips()
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dim.c911 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_zh_tw()
980 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_zh_tw()
983 im->tip_text = im_tip_text[IM_TIP_ZH_TW]; in im_event_zh_tw()
1130 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_th()
1199 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_th()
1202 im->tip_text = im_tip_text[IM_TIP_THAI]; in im_event_th()
1349 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_ja()
1418 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_ja()
1596 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_ko()
1665 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_ko()
[all …]
/dports/games/tuxtype/tuxtype-1.8.3/src/
H A Dinput_methods.c937 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_zh_tw()
992 case SEC_ENGLISH: im->tip_text = im_tip_text[IM_TIP_ENGLISH]; break; in im_event_zh_tw()
993 case SEC_ZH_TW: im->tip_text = im_tip_text[IM_TIP_ZH_TW]; break; in im_event_zh_tw()
1122 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_th()
1178 case SEC_ENGLISH: im->tip_text = im_tip_text[IM_TIP_ENGLISH]; break; in im_event_th()
1179 case SEC_THAI: im->tip_text = im_tip_text[IM_TIP_THAI]; break; in im_event_th()
1308 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_ja()
1364 case SEC_ENGLISH: im->tip_text = im_tip_text[IM_TIP_ENGLISH]; break; in im_event_ja()
1519 im->tip_text = im_tip_text[IM_TIP_ENGLISH]; in im_event_ko()
1574 case SEC_ENGLISH: im->tip_text = im_tip_text[IM_TIP_ENGLISH]; break; in im_event_ko()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfilter-effects-dialog.cpp108 if (tip_text) { in CheckButtonAttr()
109 set_tooltip_text(tip_text); in CheckButtonAttr()
142 if (tip_text) { in SpinButtonAttr()
143 set_tooltip_text(tip_text); in SpinButtonAttr()
177 if (tip_text) {
178 set_tooltip_text(tip_text);
306 if (tip_text) { in ColorButton()
353 if (tip_text) { in EntryAttr()
388 if (tip_text) { in MatrixAttr()
849 if (tip_text) in add_spinscale()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_color.cpp93 const Glib::ustring& tip_text, int index, in create_set_color_button() argument
101 set_color_button->set_tooltip_text(tip_text); in create_set_color_button()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtooltips.ccg28 void Tooltips::set_tip(Gtk::Widget& widget, const Glib::ustring& tip_text)
30 gtk_tooltips_set_tip(gobj(), widget.gobj(), tip_text.c_str(), 0);
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_color.cpp93 const Glib::ustring& tip_text, int index, in create_set_color_button() argument
101 set_color_button->set_tooltip_text(tip_text); in create_set_color_button()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_color.cpp93 const Glib::ustring& tip_text, int index, in create_set_color_button() argument
101 set_color_button->set_tooltip_text(tip_text); in create_set_color_button()

12345