Home
last modified time | relevance | path

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

/dports/www/netsurf/netsurf-3.10/frontends/riscos/configure/
H A Dcon_theme.c323 ro_toolbar_height(link->toolbar) - in ro_gui_options_theme_load()
335 ro_toolbar_height(link->toolbar) - 8; in ro_gui_options_theme_load()
337 ro_toolbar_height(link->toolbar) - 52; in ro_gui_options_theme_load()
379 ro_toolbar_height(link->toolbar) + 2; in ro_gui_options_theme_load()
387 nested_y -= ro_toolbar_height(link->toolbar) + in ro_gui_options_theme_load()
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dcorewindow.c338 drag.bbox.y1 = state->visible.y1 - ro_toolbar_height(ro_cw->toolbar) - 2; in ro_cw_drag_start()
377 auto_scroll.pause_zone_sizes.y1 = 80 + ro_toolbar_height(ro_cw->toolbar); in ro_cw_drag_start()
656 ro_cw->origin_y = -(ro_toolbar_height(ro_cw->toolbar)); in cw_tb_size()
1031 ro_cw->origin_y = -(ro_toolbar_height(ro_cw->toolbar)); in ro_corewindow_init()
H A Dtoolbar.h289 int ro_toolbar_height(struct toolbar *toolbar);
H A Ddialog.c451 state.yscroll = ro_toolbar_height(toolbar); in ro_gui_dialog_open_top()
H A Dtoolbar.c1517 int ro_toolbar_height(struct toolbar *toolbar) in ro_toolbar_height() function
H A Dwindow.c478 int scroll = ro_toolbar_height(g->toolbar) - info.extent.y1; in gui_window_update_extent()