Home
last modified time | relevance | path

Searched refs:draw_tooltip (Results 1 – 25 of 45) sorted by relevance

12

/dports/x11-wm/pager/sawfish-pager-0.90.3/
H A Dsawfishpager.c83 gint draw_tooltip( void );
211 draw_tooltip(); in leave_notify_event()
231 draw_tooltip(); in button_press_event()
238 draw_tooltip(); in button_press_event()
243 draw_tooltip(); in button_press_event()
300 draw_tooltip(); in motion_notify_event()
440 gint draw_tooltip() in draw_tooltip() function
620 draw_tooltip(); in wait_stdin()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dtooltip.hpp32 void draw_tooltip();
H A Dtooltip.cpp44 void draw_tooltip() in draw_tooltip() function
H A Ddialog.cpp214 gui::draw_tooltip(); in show_modal()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_collection_manager/
H A Dqcd_move_widget.py402 self.draw_tooltip = True
426 self.draw_tooltip = False
493 self.draw_tooltip = False
923 if self.draw_tooltip:
928 draw_tooltip(self, context, shader, f"{slot_string}{hotkey_string}")
937 def draw_tooltip(self, context, shader, message): function
/dports/games/julius/julius-1.7.0/src/graphics/
H A Dtooltip.c293 static void draw_tooltip(tooltip_context *c) in draw_tooltip() function
321 draw_tooltip(&context); in tooltip_handle()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/blenderkit/
H A Dui.py358 def draw_tooltip(x, y, text='', author='', img=None, gravatar=None): function
707 if props != None and ui_props.draw_tooltip:
717 draw_tooltip(ui_props.bar_x, ui_props.bar_y, text=ui_props.tooltip, img=img)
856 if props.draw_tooltip:
900draw_tooltip(ui_props.mouse_x, ui_props.mouse_y, text=ui_props.tooltip, author=atip, img=img,
1319 ui_props.draw_tooltip = False
1335 ui_props.draw_tooltip = True
1439 ui_props.draw_tooltip = False
1456 ui_props.draw_tooltip = True
1462 ui_props.draw_tooltip = False
[all …]
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dtooltip.c337 static void draw_tooltip(tooltip_context *c) in draw_tooltip() function
368 draw_tooltip(&context); in tooltip_handle()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/utility/
H A Dchartwidget.h100 virtual void draw_tooltip(
H A Dchartwidget.cpp126 void ChartBase::draw_tooltip(QPainter& painter, const QPoint& mouse_position) const in draw_tooltip() function in appleseed::studio::ChartBase
457 chart->draw_tooltip(painter, m_mouse_position); in draw_tooltips()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtesttooltips.c42 draw_tooltip (GtkWidget *widget, in draw_tooltip() function
63 g_signal_connect (window, "draw", G_CALLBACK (draw_tooltip), NULL); in query_tooltip_custom_cb()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dwindow.cpp263 draw_tooltip(); in draw()
301 void UI_WINDOW::draw_tooltip() in draw_tooltip() function in UI_WINDOW
H A Dui.h642 void draw_tooltip();
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dwindow.cpp269 draw_tooltip(); in draw()
307 void UI_WINDOW::draw_tooltip() in draw_tooltip() function in UI_WINDOW
H A Dui.h648 void draw_tooltip();
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwin32draw.c433 draw_tooltip (cairo_t *cr, in draw_tooltip() function
484 { "tooltip", 1, 0, { 0, 0, 0, 0 }, draw_tooltip },
/dports/net-im/libpurple/pidgin-2.14.8/finch/
H A Dgntblist.c138 static void draw_tooltip(FinchBlist *ggblist);
486 draw_tooltip(ggblist); in add_node()
532 draw_tooltip(ggblist); in node_remove()
578 draw_tooltip(ggblist); in node_update()
1914 draw_tooltip(FinchBlist *ggblist) in draw_tooltip() function
1930 draw_tooltip(ggblist); in selection_changed()
1989 draw_tooltip(ggblist); in update_buddy_display()
2185 draw_tooltip(ggblist); in redraw_blist()
3186 g_signal_connect_data(G_OBJECT(ggblist->tree), "gained-focus", G_CALLBACK(draw_tooltip), in blist_show()
/dports/net-im/pidgin/pidgin-2.14.8/finch/
H A Dgntblist.c138 static void draw_tooltip(FinchBlist *ggblist);
486 draw_tooltip(ggblist); in add_node()
532 draw_tooltip(ggblist); in node_remove()
578 draw_tooltip(ggblist); in node_update()
1914 draw_tooltip(FinchBlist *ggblist) in draw_tooltip() function
1930 draw_tooltip(ggblist); in selection_changed()
1989 draw_tooltip(ggblist); in update_buddy_display()
2185 draw_tooltip(ggblist); in redraw_blist()
3186 g_signal_connect_data(G_OBJECT(ggblist->tree), "gained-focus", G_CALLBACK(draw_tooltip), in blist_show()
/dports/net-im/finch/pidgin-2.14.8/finch/
H A Dgntblist.c138 static void draw_tooltip(FinchBlist *ggblist);
486 draw_tooltip(ggblist); in add_node()
532 draw_tooltip(ggblist); in node_remove()
578 draw_tooltip(ggblist); in node_update()
1914 draw_tooltip(FinchBlist *ggblist) in draw_tooltip() function
1930 draw_tooltip(ggblist); in selection_changed()
1989 draw_tooltip(ggblist); in update_buddy_display()
2185 draw_tooltip(ggblist); in redraw_blist()
3186 g_signal_connect_data(G_OBJECT(ggblist->tree), "gained-focus", G_CALLBACK(draw_tooltip), in blist_show()
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dpanel.cc636 return draw_tooltip(tooltip()); in handle_tooltip()
1133 bool Panel::draw_tooltip(const std::string& text) { in draw_tooltip() function in UI::Panel
H A Dpanel.h322 static bool draw_tooltip(const std::string& text);
/dports/audio/ardour6/Ardour-6.8.0/libs/clearlooks-newer/
H A Dclearlooks_types.h396 void (*draw_tooltip) (cairo_t *cr, member
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/clearlooks/src/
H A Dclearlooks_types.h489 void (*draw_tooltip) (cairo_t *cr, member
/dports/x11-themes/gtk-murrine-engine/murrine-0.98.2/src/
H A Dmurrine_types.h562 void (*draw_tooltip) (cairo_t *cr, member
/dports/sysutils/gapcmon/gapcmon-0.8.9/
H A Dgapcmon.spec84 - Added a line_graph_redraw after the draw_tooltip routine to make

12