Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/gui/
H A Ddepot_frame.cc204 bt_sell.set_typ(button_t::roundbox); in init()
205 bt_sell.add_listener(this); in init()
206 bt_sell.set_tooltip("Sell the selected vehicle(s)"); in init()
207 add_component(&bt_sell); in init()
532 bt_sell.set_pos(scr_coord(D_MARGIN_LEFT + (BUTTON_WIDTH_DEPOT + D_H_SPACE)*3, ACTIONS_VSTART)); in layout()
533 bt_sell.set_size(scr_size(BUTTON_WIDTH_DEPOT, D_BUTTON_HEIGHT)); in layout()
534 bt_sell.set_text("verkaufen"); in layout()
1333 else if( comp == &bt_sell ) { in action_triggered()
1519 bt_sell.enable( action_allowed ); in draw()
H A Ddepot_frame.h116 button_t bt_sell; variable