Home
last modified time | relevance | path

Searched refs:win_get_top (Results 1 – 10 of 10) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsiminteraction.cc171 destroy_win( win_get_top() ); in interactive_event()
175 if( gui_frame_t *win = win_get_top() ) { in interactive_event()
H A Dsimmesg.cc194 gui_frame_t *old_top = win_get_top(); in add_message()
H A Dsimsys_w.cc705 scr_coord gui_xy = win_get_pos( win_get_top() ); in WindowProc()
H A Dsimmain.cc237 if( gui_frame_t *win = win_get_top() ) { in modal_dialogue()
H A Dsimtool.cc6661 if( const gui_frame_t * topwin = win_get_top() ) { in init()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dsimwin.h138 gui_frame_t *win_get_top();
H A Dsimwin.cc507 gui_frame_t *win_get_top() in win_get_top() function
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_combobox.cc135 scr_coord_val win_height = win_get_top()->get_windowsize().h - D_TITLEBAR_HEIGHT; in infowin_event()
136 …scr_coord_val last_draw_y = last_draw_offset.y + get_pos().y - win_get_pos(win_get_top()).y- D_TI… in infowin_event()
H A Dgui_textinput.cc112 scr_coord gui_xy = win_get_pos( win_get_top() ); in set_composition_status()
520 scr_coord gui_xy = win_get_pos( win_get_top() ); in display_with_focus()
H A Dgui_numberinput.cc78 gui_frame_t *win = win_get_top(); in set_value()