Home
last modified time | relevance | path

Searched refs:TOOLTIP_MOUSE_OFFSET_Y (Results 1 – 6 of 6) sorted by relevance

/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_label.cc108 …win_set_tooltip(get_mouse_x() + TOOLTIP_MOUSE_OFFSET_X, by + bh + TOOLTIP_MOUSE_OFFSET_Y, tooltip,… in draw()
H A Dgui_numberinput.cc353 …(get_mouse_x() + TOOLTIP_MOUSE_OFFSET_X, new_offset.y + size.h + TOOLTIP_MOUSE_OFFSET_Y, tooltip, … in draw()
H A Dgui_chart.cc211 …win_set_tooltip(get_mouse_x()+TOOLTIP_MOUSE_OFFSET_X, get_mouse_y()-TOOLTIP_MOUSE_OFFSET_Y, toolti… in draw()
H A Dgui_button.cc397 …tip( get_mouse_x() + TOOLTIP_MOUSE_OFFSET_X, area.get_bottom() + TOOLTIP_MOUSE_OFFSET_Y, translate… in draw()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dgui_theme.h129 #define TOOLTIP_MOUSE_OFFSET_Y (12) macro
H A Dtool_selector.cc217 …win_set_tooltip(get_mouse_x() + TOOLTIP_MOUSE_OFFSET_X, pos.y + TOOLTIP_MOUSE_OFFSET_Y + ((ydiff+1… in draw()