Home
last modified time | relevance | path

Searched refs:div_tabbottom (Results 1 – 2 of 2) sorted by relevance

/dports/games/simutrans/simutrans-121.0/gui/
H A Ddepot_frame.h129 gui_divider_t div_tabbottom; variable
H A Ddepot_frame.cc225 add_component(&div_tabbottom); in init()
423 const scr_coord_val INFO_VSTART = PANEL_VSTART + PANEL_HEIGHT + div_tabbottom.get_size().h; in layout()
582 div_tabbottom.set_pos(scr_coord(0, PANEL_VSTART + PANEL_HEIGHT)); in layout()
583 div_tabbottom.set_width(win_size.w); in layout()
1659 …rgb( pos.x + D_MARGIN_LEFT, pos.y + D_TITLEBAR_HEIGHT + div_tabbottom.get_pos().y + div_tabbottom.… in draw_vehicle_info_text()